Received: by mail.netbsd.org (Postfix, from userid 605) id D8B4984D66; Thu, 24 Oct 2019 21:36:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61B2084CFC for ; Thu, 24 Oct 2019 21:36:46 +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 MjTPybyKSvnY for ; Thu, 24 Oct 2019 21:36:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D728884CE3 for ; Thu, 24 Oct 2019 21:36:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D082CFA84; Thu, 24 Oct 2019 21:36:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571953005195940" MIME-Version: 1.0 Date: Thu, 24 Oct 2019 21:36:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191024213645.D082CFA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571953005195940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 24 21:36:45 UTC 2019 Modified Files: pkgsrc/audio/musicpd: Makefile PLIST Log Message: musicpd: Use current sphinx binary name To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/musicpd/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571953005195940 Content-Disposition: inline Content-Length: 2482 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.199 pkgsrc/audio/musicpd/Makefile:1.200 --- pkgsrc/audio/musicpd/Makefile:1.199 Thu Oct 24 21:23:13 2019 +++ pkgsrc/audio/musicpd/Makefile Thu Oct 24 21:36:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2019/10/24 21:23:13 nia Exp $ +# $NetBSD: Makefile,v 1.200 2019/10/24 21:36:45 nia Exp $ DISTNAME= mpd-0.21.16 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -58,7 +58,7 @@ SUBST_CLASSES+= sphinx SUBST_STAGE.sphinx= pre-configure SUBST_FILES.sphinx= doc/meson.build SUBST_MESSAGE.sphinx= Fixing sphinx binary name. -SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build${PYVERSSUFFIX}," +SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX}," INSTALLATION_DIRS= ${EGDIR} Index: pkgsrc/audio/musicpd/PLIST diff -u pkgsrc/audio/musicpd/PLIST:1.11 pkgsrc/audio/musicpd/PLIST:1.12 --- pkgsrc/audio/musicpd/PLIST:1.11 Sat Jan 5 12:43:46 2019 +++ pkgsrc/audio/musicpd/PLIST Thu Oct 24 21:36:45 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2019/01/05 12:43:46 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.12 2019/10/24 21:36:45 nia Exp $ bin/mpd man/man1/mpd.1 man/man5/mpd.conf.5 @@ -12,18 +12,12 @@ share/doc/mpd/html/_sources/index.rst.tx share/doc/mpd/html/_sources/plugins.rst.txt share/doc/mpd/html/_sources/protocol.rst.txt share/doc/mpd/html/_sources/user.rst.txt -share/doc/mpd/html/_static/ajax-loader.gif share/doc/mpd/html/_static/basic.css share/doc/mpd/html/_static/classic.css -share/doc/mpd/html/_static/comment-bright.png -share/doc/mpd/html/_static/comment-close.png -share/doc/mpd/html/_static/comment.png share/doc/mpd/html/_static/doctools.js share/doc/mpd/html/_static/documentation_options.js -share/doc/mpd/html/_static/down-pressed.png -share/doc/mpd/html/_static/down.png share/doc/mpd/html/_static/file.png -share/doc/mpd/html/_static/jquery-3.2.1.js +share/doc/mpd/html/_static/jquery-3.4.1.js share/doc/mpd/html/_static/jquery.js share/doc/mpd/html/_static/language_data.js share/doc/mpd/html/_static/minus.png @@ -33,9 +27,6 @@ share/doc/mpd/html/_static/searchtools.j share/doc/mpd/html/_static/sidebar.js share/doc/mpd/html/_static/underscore-1.3.1.js share/doc/mpd/html/_static/underscore.js -share/doc/mpd/html/_static/up-pressed.png -share/doc/mpd/html/_static/up.png -share/doc/mpd/html/_static/websupport.js share/doc/mpd/html/developer.html share/doc/mpd/html/genindex.html share/doc/mpd/html/index.html --_----------=_1571953005195940--