git: c0e0c5d64b3c - main - www/varnish-ip2proxy: Switch to varnish 7, bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 15:59:30 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0e0c5d64b3c8d9cd35b762f10a934a2d7e5b884 commit c0e0c5d64b3c8d9cd35b762f10a934a2d7e5b884 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2022-04-08 15:47:24 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2022-04-08 15:59:10 +0000 www/varnish-ip2proxy: Switch to varnish 7, bump PORTREVISION --- www/varnish-ip2proxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/varnish-ip2proxy/Makefile b/www/varnish-ip2proxy/Makefile index 002d1256b501..45c4600ed8e3 100644 --- a/www/varnish-ip2proxy/Makefile +++ b/www/varnish-ip2proxy/Makefile @@ -2,7 +2,7 @@ PORTNAME= ip2proxy PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libIP2Proxy.so:net/ip2proxy BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf:build libtool pkgconfig python:build varnish:6 +USES= autoreconf:build libtool pkgconfig python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes