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: adam
Date: Mon Dec 22 20:06:27 UTC 2025
Modified Files:
pkgsrc/audio/musicpd: Makefile PLIST
Log Message:
musicpd: fix for sphinx 9
To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.20 -r1.21 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.334 pkgsrc/audio/musicpd/Makefile:1.335
--- pkgsrc/audio/musicpd/Makefile:1.334 Mon Dec 22 06:08:05 2025
+++ pkgsrc/audio/musicpd/Makefile Mon Dec 22 20:06:27 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.334 2025/12/22 06:08:05 adam Exp $
+# $NetBSD: Makefile,v 1.335 2025/12/22 20:06:27 adam Exp $
DISTNAME= mpd-0.23.16
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION= 9
+PKGREVISION= 10
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>=7.0.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=9.0.0:../../textproc/py-sphinx
CONFLICTS= mpd-[0-9]*
Index: pkgsrc/audio/musicpd/PLIST
diff -u pkgsrc/audio/musicpd/PLIST:1.20 pkgsrc/audio/musicpd/PLIST:1.21
--- pkgsrc/audio/musicpd/PLIST:1.20 Sat May 6 07:20:29 2023
+++ pkgsrc/audio/musicpd/PLIST Mon Dec 22 20:06:27 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/05/06 07:20:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/12/22 20:06:27 adam Exp $
bin/mpd
man/man1/mpd.1
man/man5/mpd.conf.5
@@ -15,10 +15,12 @@ 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/base-stemmer.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/english-stemmer.js
share/doc/mpd/html/_static/file.png
share/doc/mpd/html/_static/language_data.js
share/doc/mpd/html/_static/minus.png
Home |
Main Index |
Thread Index |
Old Index