svn commit: r551585 - head/www/varnish4

Mark Felder feld at FreeBSD.org
Tue Oct 6 15:19:30 UTC 2020


Author: feld
Date: Tue Oct  6 15:19:30 2020
New Revision: 551585
URL: https://svnweb.freebsd.org/changeset/ports/551585

Log:
  www/varnish4: Remove python 2.7 dependency
  
  PR:		249850

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Tue Oct  6 15:17:12 2020	(r551584)
+++ head/www/varnish4/Makefile	Tue Oct  6 15:19:30 2020	(r551585)
@@ -3,7 +3,7 @@
 PORTNAME=	varnish
 PORTVERSION=	4.1.11
 DISTVERSIONPREFIX=	varnish-
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMESUFFIX=	4
 
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 CONFLICTS=	varnish-2.* varnish-3.*
 
 USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
-		pkgconfig python:2.7,build readline shebangfix
+		pkgconfig python:build readline shebangfix
 SHEBANG_FILES=	lib/libvcc/vmodtool.py
 CPE_VENDOR=	varnish-cache
 CFLAGS+=	-I${LOCALBASE}/include -Wno-error


More information about the svn-ports-all mailing list