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:   wiz
Date:           Wed Oct 26 20:04:30 UTC 2022

Modified Files:
        pkgsrc/audio/musicpd: Makefile PLIST

Log Message:
musicpd: depend on latest py-sphinx and fix PLIST for it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.18 -r1.19 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.279 pkgsrc/audio/musicpd/Makefile:1.280
--- pkgsrc/audio/musicpd/Makefile:1.279 Wed Oct 26 10:31:13 2022
+++ pkgsrc/audio/musicpd/Makefile       Wed Oct 26 20:04:29 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.279 2022/10/26 10:31:13 wiz Exp $
+# $NetBSD: Makefile,v 1.280 2022/10/26 20:04:29 wiz Exp $
 
 DISTNAME=      mpd-0.23.10
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -12,7 +12,7 @@ HOMEPAGE=     https://www.musicpd.org/
 COMMENT=       Remote controllable audio player
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=5.3.0:../../textproc/py-sphinx
 
 CONFLICTS=     mpd-[0-9]*
 

Index: pkgsrc/audio/musicpd/PLIST
diff -u pkgsrc/audio/musicpd/PLIST:1.18 pkgsrc/audio/musicpd/PLIST:1.19
--- pkgsrc/audio/musicpd/PLIST:1.18     Fri Nov 26 15:14:41 2021
+++ pkgsrc/audio/musicpd/PLIST  Wed Oct 26 20:04:29 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/11/26 15:14:41 pho Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/10/26 20:04:29 wiz Exp $
 bin/mpd
 man/man1/mpd.1
 man/man5/mpd.conf.5
@@ -15,12 +15,13 @@ share/doc/mpd/html/_sources/mpd.conf.5.r
 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/_sphinx_javascript_frameworks_compat.js
 share/doc/mpd/html/_static/basic.css
 share/doc/mpd/html/_static/classic.css
 share/doc/mpd/html/_static/doctools.js
 share/doc/mpd/html/_static/documentation_options.js
 share/doc/mpd/html/_static/file.png
-share/doc/mpd/html/_static/jquery-3.5.1.js
+share/doc/mpd/html/_static/jquery-3.6.0.js
 share/doc/mpd/html/_static/jquery.js
 share/doc/mpd/html/_static/language_data.js
 share/doc/mpd/html/_static/minus.png
@@ -28,6 +29,7 @@ share/doc/mpd/html/_static/plus.png
 share/doc/mpd/html/_static/pygments.css
 share/doc/mpd/html/_static/searchtools.js
 share/doc/mpd/html/_static/sidebar.js
+share/doc/mpd/html/_static/sphinx_highlight.js
 share/doc/mpd/html/_static/underscore-1.13.1.js
 share/doc/mpd/html/_static/underscore.js
 share/doc/mpd/html/client.html



Home | Main Index | Thread Index | Old Index