Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E758E84D5E for ; Mon, 4 Sep 2023 08:11:06 +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 E4-ShGws4mTC for ; Mon, 4 Sep 2023 08:11:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 618A984D1C for ; Mon, 4 Sep 2023 08:11:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55378FBDB; Mon, 4 Sep 2023 08:11:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693815066111340" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 08:11:06 +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: <20230904081106.55378FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693815066111340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 08:11:06 UTC 2023 Modified Files: pkgsrc/audio: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/audio/trm: DESCR Makefile PLIST distinfo pkgsrc/audio/trm/patches: patch-aa patch-ab patch-ac patch-ad Log Message: trm: remove dead upstream, can't even tell how long ago. To generate a diff of this commit: cvs rdiff -u -r1.672 -r1.673 pkgsrc/audio/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/audio/trm/DESCR cvs rdiff -u -r1.16 -r0 pkgsrc/audio/trm/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/trm/PLIST cvs rdiff -u -r1.10 -r0 pkgsrc/audio/trm/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/audio/trm/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/audio/trm/patches/patch-ab cvs rdiff -u -r1.2 -r0 pkgsrc/audio/trm/patches/patch-ac \ pkgsrc/audio/trm/patches/patch-ad cvs rdiff -u -r1.5316 -r1.5317 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693815066111340 Content-Disposition: inline Content-Length: 1264 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.672 pkgsrc/audio/Makefile:1.673 --- pkgsrc/audio/Makefile:1.672 Mon Jul 24 17:37:18 2023 +++ pkgsrc/audio/Makefile Mon Sep 4 08:11:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.672 2023/07/24 17:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.673 2023/09/04 08:11:05 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -464,7 +464,6 @@ SUBDIR+= tracker SUBDIR+= traverso SUBDIR+= tremor SUBDIR+= tremor-tools -SUBDIR+= trm SUBDIR+= twolame SUBDIR+= ubs SUBDIR+= vamp-plugin-sdk Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5316 pkgsrc/doc/CHANGES-2023:1.5317 --- pkgsrc/doc/CHANGES-2023:1.5316 Mon Sep 4 06:38:07 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Sep 4 08:11:05 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5316 2023/09/04 06:38:07 pin Exp $ +$NetBSD: CHANGES-2023,v 1.5317 2023/09/04 08:11:05 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7763,3 +7763,4 @@ Changes to the packages collection and i Updated meta-pkgs/bulk-large to 20230903 [taca 2023-09-03] Updated sysutils/broot to 1.25.1 [pin 2023-09-04] Updated www/hackernews-tui to 0.13.3 [pin 2023-09-04] + Removed audio/trm [wiz 2023-09-04] --_----------=_1693815066111340--