Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4551384EA6 for ; Tue, 5 Sep 2023 17:06:05 +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 xCW0tuehinlV for ; Tue, 5 Sep 2023 17:06:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 97AF684D1C for ; Tue, 5 Sep 2023 17:06:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 903DDFBDB; Tue, 5 Sep 2023 17:06:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169393356474630" MIME-Version: 1.0 Date: Tue, 5 Sep 2023 17:06:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/k3b To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230905170604.903DDFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169393356474630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 5 17:06:04 UTC 2023 Modified Files: pkgsrc/sysutils/k3b: Makefile Log Message: k3b: remove musicbrainz dependency musicbrainz has been removed from pkgsrc. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 pkgsrc/sysutils/k3b/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169393356474630 Content-Disposition: inline Content-Length: 901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/k3b/Makefile diff -u pkgsrc/sysutils/k3b/Makefile:1.148 pkgsrc/sysutils/k3b/Makefile:1.149 --- pkgsrc/sysutils/k3b/Makefile:1.148 Thu Aug 3 04:52:22 2023 +++ pkgsrc/sysutils/k3b/Makefile Tue Sep 5 17:06:04 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.148 2023/08/03 04:52:22 markd Exp $ +# $NetBSD: Makefile,v 1.149 2023/09/05 17:06:04 wiz Exp $ DISTNAME= k3b-${KAPPSVER} +PKGREVISION= 1 CATEGORIES= sysutils HOMEPAGE= https://userbase.kde.org/K3b @@ -48,7 +49,6 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLI .include "../../audio/libsamplerate/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" #.include "../../audio/musepack/buildlink3.mk" -.include "../../audio/musicbrainz/buildlink3.mk" .include "../../audio/taglib/buildlink3.mk" .include "../../devel/kcmutils/buildlink3.mk" .include "../../devel/knotifyconfig/buildlink3.mk" --_----------=_169393356474630--