pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpc mpc: fix PLIST for latest py-sphinx and depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb56554fa057
branches:  trunk
changeset: 387440:bb56554fa057
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 30 08:28:34 2022 +0000

description:
mpc: fix PLIST for latest py-sphinx and depend on it

Bump PKGREVISION

diffstat:

 audio/mpc/Makefile |  5 +++--
 audio/mpc/PLIST    |  6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 87b30f166b44 -r bb56554fa057 audio/mpc/Makefile
--- a/audio/mpc/Makefile        Sun Oct 30 08:27:09 2022 +0000
+++ b/audio/mpc/Makefile        Sun Oct 30 08:28:34 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/07/10 19:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/10/30 08:28:34 wiz Exp $
 
 DISTNAME=              mpc-0.34
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          https://www.musicpd.org/download/mpc/0/
 EXTRACT_SUFX=          .tar.xz
@@ -10,7 +11,7 @@
 COMMENT=               Command-line client for musicpd
 LICENSE=               gnu-gpl-v2
 
-TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx>=5.3.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
 
diff -r 87b30f166b44 -r bb56554fa057 audio/mpc/PLIST
--- a/audio/mpc/PLIST   Sun Oct 30 08:27:09 2022 +0000
+++ b/audio/mpc/PLIST   Sun Oct 30 08:28:34 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/11/02 02:21:16 js Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/10/30 08:28:34 wiz Exp $
 bin/mpc
 man/man1/mpc.1
 share/doc/mpc/AUTHORS
@@ -10,19 +10,21 @@
 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/_sphinx_javascript_frameworks_compat.js
 share/doc/mpc/html/_static/alabaster.css
 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/file.png
-share/doc/mpc/html/_static/jquery-3.5.1.js
+share/doc/mpc/html/_static/jquery-3.6.0.js
 share/doc/mpc/html/_static/jquery.js
 share/doc/mpc/html/_static/language_data.js
 share/doc/mpc/html/_static/minus.png
 share/doc/mpc/html/_static/plus.png
 share/doc/mpc/html/_static/pygments.css
 share/doc/mpc/html/_static/searchtools.js
+share/doc/mpc/html/_static/sphinx_highlight.js
 share/doc/mpc/html/_static/underscore-1.13.1.js
 share/doc/mpc/html/_static/underscore.js
 share/doc/mpc/html/genindex.html



Home | Main Index | Thread Index | Old Index