Received: by mail.netbsd.org (Postfix, from userid 605) id B1F0E84EAE; Tue, 16 May 2023 16:42:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E15CB84EA8 for ; Tue, 16 May 2023 16:42:13 +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 8Zl_PlTls0C0 for ; Tue, 16 May 2023 16:42:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5732284CCC for ; Tue, 16 May 2023 16:42:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53FEDFA87; Tue, 16 May 2023 16:42:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168425533322300" MIME-Version: 1.0 Date: Tue, 16 May 2023 16:42:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/mpc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230516164213.53FEDFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168425533322300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 16 16:42:13 UTC 2023 Modified Files: pkgsrc/audio/mpc: Makefile PLIST Log Message: mpc: fix PLIST for sphinx 7 and depend on it Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/mpc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/mpc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168425533322300 Content-Disposition: inline Content-Length: 2309 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mpc/Makefile diff -u pkgsrc/audio/mpc/Makefile:1.38 pkgsrc/audio/mpc/Makefile:1.39 --- pkgsrc/audio/mpc/Makefile:1.38 Sun Oct 30 08:28:34 2022 +++ pkgsrc/audio/mpc/Makefile Tue May 16 16:42:13 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2022/10/30 08:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2023/05/16 16:42:13 wiz Exp $ DISTNAME= mpc-0.34 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpc/0/ EXTRACT_SUFX= .tar.xz @@ -11,7 +11,7 @@ HOMEPAGE= https://musicpd.org/ COMMENT= Command-line client for musicpd LICENSE= gnu-gpl-v2 -TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=5.3.0:../../textproc/py-sphinx +TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0:../../textproc/py-sphinx # added as of 0.34. not sure why, but meson complains if it's missing TOOL_DEPENDS+= rsync-[0-9]*:../../net/rsync Index: pkgsrc/audio/mpc/PLIST diff -u pkgsrc/audio/mpc/PLIST:1.12 pkgsrc/audio/mpc/PLIST:1.13 --- pkgsrc/audio/mpc/PLIST:1.12 Sun Oct 30 08:28:34 2022 +++ pkgsrc/audio/mpc/PLIST Tue May 16 16:42:13 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2022/10/30 08:28:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2023/05/16 16:42:13 wiz Exp $ bin/mpc man/man1/mpc.1 share/doc/mpc/AUTHORS @@ -10,23 +10,18 @@ share/doc/mpc/contrib/mpd-m3u-handler.sh share/doc/mpc/contrib/mpd-pls-handler.sh share/doc/mpc/html/.buildinfo share/doc/mpc/html/_sources/index.rst.txt -share/doc/mpc/html/_static/_sphinx_javascript_frameworks_compat.js share/doc/mpc/html/_static/alabaster.css share/doc/mpc/html/_static/basic.css share/doc/mpc/html/_static/custom.css share/doc/mpc/html/_static/doctools.js share/doc/mpc/html/_static/documentation_options.js share/doc/mpc/html/_static/file.png -share/doc/mpc/html/_static/jquery-3.6.0.js -share/doc/mpc/html/_static/jquery.js share/doc/mpc/html/_static/language_data.js share/doc/mpc/html/_static/minus.png share/doc/mpc/html/_static/plus.png share/doc/mpc/html/_static/pygments.css share/doc/mpc/html/_static/searchtools.js share/doc/mpc/html/_static/sphinx_highlight.js -share/doc/mpc/html/_static/underscore-1.13.1.js -share/doc/mpc/html/_static/underscore.js share/doc/mpc/html/genindex.html share/doc/mpc/html/index.html share/doc/mpc/html/objects.inv --_----------=_168425533322300--