Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DA3284D1C for ; Mon, 4 Sep 2023 09:37:48 +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 GBjeciZNAv6n for ; Mon, 4 Sep 2023 09:37:48 +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 E5AD484CED for ; Mon, 4 Sep 2023 09:37:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDA3EFBDB; Mon, 4 Sep 2023 09:37:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693820267217520" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 09:37:47 +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: <20230904093747.DDA3EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693820267217520 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:37:47 UTC 2023 Modified Files: pkgsrc/audio: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/audio/musicbrainz: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/audio/musicbrainz/patches: patch-Makefile.in patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log Message: musicbrainz: remove v2 of musicbrainz API library Obsoleted around 2009. To generate a diff of this commit: cvs rdiff -u -r1.675 -r1.676 pkgsrc/audio/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/audio/musicbrainz/DESCR cvs rdiff -u -r1.29 -r0 pkgsrc/audio/musicbrainz/Makefile cvs rdiff -u -r1.6 -r0 pkgsrc/audio/musicbrainz/PLIST cvs rdiff -u -r1.15 -r0 pkgsrc/audio/musicbrainz/buildlink3.mk cvs rdiff -u -r1.22 -r0 pkgsrc/audio/musicbrainz/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/audio/musicbrainz/patches/patch-Makefile.in cvs rdiff -u -r1.3 -r0 pkgsrc/audio/musicbrainz/patches/patch-aa \ pkgsrc/audio/musicbrainz/patches/patch-ab \ pkgsrc/audio/musicbrainz/patches/patch-ac cvs rdiff -u -r1.1 -r0 pkgsrc/audio/musicbrainz/patches/patch-ad \ pkgsrc/audio/musicbrainz/patches/patch-ae \ pkgsrc/audio/musicbrainz/patches/patch-af \ pkgsrc/audio/musicbrainz/patches/patch-ag cvs rdiff -u -r1.5320 -r1.5321 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693820267217520 Content-Disposition: inline Content-Length: 1261 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.675 pkgsrc/audio/Makefile:1.676 --- pkgsrc/audio/Makefile:1.675 Mon Sep 4 09:36:38 2023 +++ pkgsrc/audio/Makefile Mon Sep 4 09:37:47 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.675 2023/09/04 09:36:38 wiz Exp $ +# $NetBSD: Makefile,v 1.676 2023/09/04 09:37:47 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -323,7 +323,6 @@ SUBDIR+= mt-daapd SUBDIR+= muse SUBDIR+= musepack SUBDIR+= musescore -SUBDIR+= musicbrainz SUBDIR+= musicpd SUBDIR+= nas SUBDIR+= nas-auscope Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5320 pkgsrc/doc/CHANGES-2023:1.5321 --- pkgsrc/doc/CHANGES-2023:1.5320 Mon Sep 4 09:36:38 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Sep 4 09:37:47 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5320 2023/09/04 09:36:38 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.5321 2023/09/04 09:37:47 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7768,3 +7768,4 @@ Changes to the packages collection and i Removed audio/p5-MusicBrainz-Client [wiz 2023-09-04] Removed audio/p5-MusicBrainz-Queries [wiz 2023-09-04] Removed audio/bmp-scrobbler [wiz 2023-09-04] + Removed audio/musicbrainz [wiz 2023-09-04] --_----------=_1693820267217520--