pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/musicpd



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.

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



Home | Main Index | Thread Index | Old Index