Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 15:19:30 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551585 - head/www/varnish4
Message-ID:  <202010061519.096FJU3f074942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010061519.096FJU3f074942>