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:   wiz
Date:           Fri Jul  8 22:07:34 UTC 2022

Modified Files:
        pkgsrc/www/varnish: Makefile

Log Message:
varnish: does not support python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/www/varnish/Makefile:1.37
--- pkgsrc/www/varnish/Makefile:1.36    Thu Jun 30 11:19:00 2022
+++ pkgsrc/www/varnish/Makefile Fri Jul  8 22:07:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/06/30 11:19:00 nia Exp $
+# $NetBSD: Makefile,v 1.37 2022/07/08 22:07:33 wiz Exp $
 
 DISTNAME=      varnish-7.1.0
 PKGREVISION=   1
@@ -12,7 +12,9 @@ COMMENT=      High-performace HTTP accelerato
 LICENSE=       modified-bsd
 
 BUILD_DEPENDS+=                        ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
@@ -80,7 +82,6 @@ TEST_TARGET=          check
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"



Home | Main Index | Thread Index | Old Index