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:           Sat Aug 10 07:53:10 UTC 2024

Modified Files:
        pkgsrc/audio/musicpd: Makefile

Log Message:
musicpd: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 pkgsrc/audio/musicpd/Makefile

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.311 pkgsrc/audio/musicpd/Makefile:1.312
--- pkgsrc/audio/musicpd/Makefile:1.311 Tue Jul 16 10:02:00 2024
+++ pkgsrc/audio/musicpd/Makefile       Sat Aug 10 07:53:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.311 2024/07/16 10:02:00 prlw1 Exp $
+# $NetBSD: Makefile,v 1.312 2024/08/10 07:53:10 adam Exp $
 
 DISTNAME=      mpd-0.23.15
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -130,7 +130,7 @@ SUBST_VARS.sidplay+=        PREFIX
 INSTALLATION_DIRS=     ${EGDIR} ${EGDIR}/logrotate.d
 
 PYTHON_FOR_BUILD_ONLY=         tool
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 post-extract:
        ${CP} ${FILESDIR}/mpd.conf ${WRKSRC}/mpd.conf



Home | Main Index | Thread Index | Old Index