Skip to content

Commit 61decb5

Browse files
author
adam
committed
musicpd: fix for sphinx 9
1 parent 97d5857 commit 61decb5

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

audio/musicpd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# $NetBSD: Makefile,v 1.334 2025/12/22 06:08:05 adam Exp $
1+
# $NetBSD: Makefile,v 1.335 2025/12/22 20:06:27 adam Exp $
22

33
DISTNAME= mpd-0.23.16
44
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
5-
PKGREVISION= 9
5+
PKGREVISION= 10
66
CATEGORIES= audio
77
MASTER_SITES= https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/
88
EXTRACT_SUFX= .tar.xz
@@ -12,7 +12,7 @@ HOMEPAGE= https://www.musicpd.org/
1212
COMMENT= Remote controllable audio player
1313
LICENSE= gnu-gpl-v2
1414

15-
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0.0:../../textproc/py-sphinx
15+
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=9.0.0:../../textproc/py-sphinx
1616

1717
CONFLICTS= mpd-[0-9]*
1818

audio/musicpd/PLIST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.20 2023/05/06 07:20:29 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.21 2025/12/22 20:06:27 adam Exp $
22
bin/mpd
33
man/man1/mpd.1
44
man/man5/mpd.conf.5
@@ -15,10 +15,12 @@ share/doc/mpd/html/_sources/mpd.conf.5.rst.txt
1515
share/doc/mpd/html/_sources/plugins.rst.txt
1616
share/doc/mpd/html/_sources/protocol.rst.txt
1717
share/doc/mpd/html/_sources/user.rst.txt
18+
share/doc/mpd/html/_static/base-stemmer.js
1819
share/doc/mpd/html/_static/basic.css
1920
share/doc/mpd/html/_static/classic.css
2021
share/doc/mpd/html/_static/doctools.js
2122
share/doc/mpd/html/_static/documentation_options.js
23+
share/doc/mpd/html/_static/english-stemmer.js
2224
share/doc/mpd/html/_static/file.png
2325
share/doc/mpd/html/_static/language_data.js
2426
share/doc/mpd/html/_static/minus.png

0 commit comments

Comments
 (0)