Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0375A84CFD for ; Mon, 26 Jun 2023 11:49:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mTCrHXA5zpl2 for ; Mon, 26 Jun 2023 11:49:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7873384CC8 for ; Mon, 26 Jun 2023 11:49:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75CDEFA89; Mon, 26 Jun 2023 11:49:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168778017081600" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 11:49:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230626114930.75CDEFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168778017081600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 26 11:49:30 UTC 2023 Modified Files: pkgsrc/audio: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/audio/tunapie: DESCR Makefile PLIST distinfo Log Message: tunapie: remove dead upstream since 2015 To generate a diff of this commit: cvs rdiff -u -r1.668 -r1.669 pkgsrc/audio/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/tunapie/DESCR cvs rdiff -u -r1.30 -r0 pkgsrc/audio/tunapie/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/audio/tunapie/PLIST cvs rdiff -u -r1.5 -r0 pkgsrc/audio/tunapie/distinfo cvs rdiff -u -r1.4017 -r1.4018 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168778017081600 Content-Disposition: inline Content-Length: 1272 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.668 pkgsrc/audio/Makefile:1.669 --- pkgsrc/audio/Makefile:1.668 Thu Mar 2 23:14:10 2023 +++ pkgsrc/audio/Makefile Mon Jun 26 11:49:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.668 2023/03/02 23:14:10 wiz Exp $ +# $NetBSD: Makefile,v 1.669 2023/06/26 11:49:29 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -488,7 +488,6 @@ SUBDIR+= traverso SUBDIR+= tremor SUBDIR+= tremor-tools SUBDIR+= trm -SUBDIR+= tunapie SUBDIR+= twolame SUBDIR+= ubs SUBDIR+= vamp-plugin-sdk Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.4017 pkgsrc/doc/CHANGES-2023:1.4018 --- pkgsrc/doc/CHANGES-2023:1.4017 Mon Jun 26 11:47:57 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jun 26 11:49:30 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4017 2023/06/26 11:47:57 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.4018 2023/06/26 11:49:30 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5584,3 +5584,4 @@ Changes to the packages collection and i Added security/botan3 version 3.0.0 [wiz 2023-06-26] Updated security/keepassxc to 2.7.5nb2 [wiz 2023-06-26] Added databases/diesel-cli version 2.1.0 [wiz 2023-06-26] + Removed audio/tunapie [wiz 2023-06-26] --_----------=_168778017081600--