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:           Sat May  6 07:20:30 UTC 2023

Modified Files:
        pkgsrc/audio/musicpd: Makefile PLIST

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

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.19 -r1.20 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.289 pkgsrc/audio/musicpd/Makefile:1.290
--- pkgsrc/audio/musicpd/Makefile:1.289 Sun Apr 23 14:26:11 2023
+++ pkgsrc/audio/musicpd/Makefile       Sat May  6 07:20:29 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.289 2023/04/23 14:26:11 adam Exp $
+# $NetBSD: Makefile,v 1.290 2023/05/06 07:20:29 wiz Exp $
 
 DISTNAME=      mpd-0.23.12
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   5
+PKGREVISION=   6
 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>=5.3.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0.0:../../textproc/py-sphinx
 
 CONFLICTS=     mpd-[0-9]*
 

Index: pkgsrc/audio/musicpd/PLIST
diff -u pkgsrc/audio/musicpd/PLIST:1.19 pkgsrc/audio/musicpd/PLIST:1.20
--- pkgsrc/audio/musicpd/PLIST:1.19     Wed Oct 26 20:04:29 2022
+++ pkgsrc/audio/musicpd/PLIST  Sat May  6 07:20:29 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/10/26 20:04:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2023/05/06 07:20:29 wiz Exp $
 bin/mpd
 man/man1/mpd.1
 man/man5/mpd.conf.5
@@ -15,14 +15,11 @@ 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.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
 share/doc/mpd/html/_static/plus.png
@@ -30,8 +27,6 @@ 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
 share/doc/mpd/html/developer.html
 share/doc/mpd/html/genindex.html



Home | Main Index | Thread Index | Old Index