Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45D6084D1C for ; Mon, 4 Sep 2023 09:34:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PueEgyB9o06B for ; Mon, 4 Sep 2023 09:34:15 +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 A9C8584CED for ; Mon, 4 Sep 2023 09:34:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98C9CFBDB; Mon, 4 Sep 2023 09:34:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693820055241630" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 09:34:15 +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: <20230904093415.98C9CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693820055241630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 09:34:15 UTC 2023 Modified Files: pkgsrc/audio: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/audio/p5-MusicBrainz-Client: DESCR Makefile distinfo pkgsrc/audio/p5-MusicBrainz-Queries: DESCR Makefile distinfo Log Message: p5-MusicBrainz-{Client,Queries}: remove Dead upstream, can't even tell how long ago To generate a diff of this commit: cvs rdiff -u -r1.673 -r1.674 pkgsrc/audio/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/p5-MusicBrainz-Client/DESCR cvs rdiff -u -r1.29 -r0 pkgsrc/audio/p5-MusicBrainz-Client/Makefile cvs rdiff -u -r1.7 -r0 pkgsrc/audio/p5-MusicBrainz-Client/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/p5-MusicBrainz-Queries/DESCR cvs rdiff -u -r1.28 -r0 pkgsrc/audio/p5-MusicBrainz-Queries/Makefile cvs rdiff -u -r1.6 -r0 pkgsrc/audio/p5-MusicBrainz-Queries/distinfo cvs rdiff -u -r1.5318 -r1.5319 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693820055241630 Content-Disposition: inline Content-Length: 1420 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.673 pkgsrc/audio/Makefile:1.674 --- pkgsrc/audio/Makefile:1.673 Mon Sep 4 08:11:05 2023 +++ pkgsrc/audio/Makefile Mon Sep 4 09:34:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.673 2023/09/04 08:11:05 wiz Exp $ +# $NetBSD: Makefile,v 1.674 2023/09/04 09:34:14 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -357,9 +357,7 @@ SUBDIR+= p5-CDDB_get SUBDIR+= p5-MP3-Info SUBDIR+= p5-MP3-Tag SUBDIR+= p5-MPEG-Audio-Frame -SUBDIR+= p5-MusicBrainz-Client SUBDIR+= p5-MusicBrainz-DiscID -SUBDIR+= p5-MusicBrainz-Queries SUBDIR+= paman SUBDIR+= paprefs SUBDIR+= parlatype Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5318 pkgsrc/doc/CHANGES-2023:1.5319 --- pkgsrc/doc/CHANGES-2023:1.5318 Mon Sep 4 08:20:04 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Sep 4 09:34:15 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5318 2023/09/04 08:20:04 bsiegert Exp $ +$NetBSD: CHANGES-2023,v 1.5319 2023/09/04 09:34:15 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7765,3 +7765,5 @@ Changes to the packages collection and i Updated www/hackernews-tui to 0.13.3 [pin 2023-09-04] Removed audio/trm [wiz 2023-09-04] Updated devel/errcheck to 1.6.3 [bsiegert 2023-09-04] + Removed audio/p5-MusicBrainz-Client [wiz 2023-09-04] + Removed audio/p5-MusicBrainz-Queries [wiz 2023-09-04] --_----------=_1693820055241630--