pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/varnish



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:46:53 UTC 2024

Modified Files:
        pkgsrc/www/varnish: Makefile

Log Message:
varnish: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/varnish/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/varnish/Makefile
diff -u pkgsrc/www/varnish/Makefile:1.43 pkgsrc/www/varnish/Makefile:1.44
--- pkgsrc/www/varnish/Makefile:1.43    Tue Aug  6 01:34:40 2024
+++ pkgsrc/www/varnish/Makefile Sat Aug 10 07:46:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/08/06 01:34:40 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2024/08/10 07:46:53 adam Exp $
 
 DISTNAME=      varnish-7.5.0
 CATEGORIES=    www
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index