pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 25 18:03:46 UTC 2025

Modified Files:
        pkgsrc/audio/mpc: Makefile PLIST

Log Message:
mpc: fix PLIST for sphinx 9 and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/mpc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/mpc/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/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.46 pkgsrc/audio/mpc/Makefile:1.47
--- pkgsrc/audio/mpc/Makefile:1.46      Thu Oct  9 07:57:23 2025
+++ pkgsrc/audio/mpc/Makefile   Thu Dec 25 18:03:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2025/10/09 07:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/12/25 18:03:46 wiz Exp $
 
 DISTNAME=              mpc-0.35
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          https://www.musicpd.org/download/mpc/0/
 EXTRACT_SUFX=          .tar.xz
@@ -10,7 +11,7 @@ HOMEPAGE=             https://musicpd.org/
 COMMENT=               Command-line client for musicpd
 LICENSE=               gnu-gpl-v2
 
-TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx>=7.0:../../textproc/py-sphinx
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx>=9.0:../../textproc/py-sphinx
 # added as of 0.34. not sure why, but meson complains if it's missing
 TOOL_DEPENDS+=         rsync-[0-9]*:../../net/rsync
 

Index: pkgsrc/audio/mpc/PLIST
diff -u pkgsrc/audio/mpc/PLIST:1.14 pkgsrc/audio/mpc/PLIST:1.15
--- pkgsrc/audio/mpc/PLIST:1.14 Sat Aug  3 14:28:58 2024
+++ pkgsrc/audio/mpc/PLIST      Thu Dec 25 18:03:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/08/03 14:28:58 mef Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/12/25 18:03:46 wiz Exp $
 bin/mpc
 man/man1/mpc.1
 share/doc/mpc/AUTHORS
@@ -11,10 +11,12 @@ share/doc/mpc/contrib/mpd-pls-handler.sh
 share/doc/mpc/html/.buildinfo
 share/doc/mpc/html/_sources/index.rst.txt
 share/doc/mpc/html/_static/alabaster.css
+share/doc/mpc/html/_static/base-stemmer.js
 share/doc/mpc/html/_static/basic.css
 share/doc/mpc/html/_static/custom.css
 share/doc/mpc/html/_static/doctools.js
 share/doc/mpc/html/_static/documentation_options.js
+share/doc/mpc/html/_static/english-stemmer.js
 share/doc/mpc/html/_static/file.png
 share/doc/mpc/html/_static/github-banner.svg
 share/doc/mpc/html/_static/language_data.js



Home | Main Index | Thread Index | Old Index