diff --git a/www/varnish-ip2location/Makefile b/www/varnish-ip2location/Makefile index 2d6c94745717..9e2ef5926b91 100644 --- a/www/varnish-ip2location/Makefile +++ b/www/varnish-ip2location/Makefile @@ -1,44 +1,44 @@ PORTNAME= ip2location PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) for ip2location WWW= https://github.com/ip2location/IP2Location-Varnish LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libIP2Location.so:net/ip2location BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} USES= autoreconf:build libtool pkgconfig python:build varnish:7 USE_LDCONFIG= yes PLIST_FILES= lib/varnish/vmods/libvmod_ip2location.so GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/vmod-dynamic MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= ip2location GH_PROJECT= ${PORTNAME}-varnish GH_TAGNAME= 32ff41a OPTIONS_DEFINE= DOCS post-extract: @(cd ${WRKDIR} && ${LN} -sf IP2Location-Varnish-${GH_TAGNAME} \ ${PORTNAME}-${PKGNAMEPREFIX}${GH_TAGNAME}) pre-configure: (cd ${WRKSRC} && ${SH} ./autogen.sh) .include diff --git a/www/varnish-ip2proxy/Makefile b/www/varnish-ip2proxy/Makefile index 5fca577cbf34..dd90b701ba32 100644 --- a/www/varnish-ip2proxy/Makefile +++ b/www/varnish-ip2proxy/Makefile @@ -1,38 +1,38 @@ PORTNAME= ip2proxy PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) for ip2proxy WWW= https://github.com/ip2location/IP2Proxy-Varnish LICENSE= MIT 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:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/vmod-dynamic MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= ip2location GH_PROJECT= ${PORTNAME}-varnish OPTIONS_DEFINE= DOCS pre-configure: (cd ${WRKSRC} && ${SH} ./autogen.sh) .include diff --git a/www/varnish-libvmod-digest/Makefile b/www/varnish-libvmod-digest/Makefile index e5475ded6dc3..021a21377191 100644 --- a/www/varnish-libvmod-digest/Makefile +++ b/www/varnish-libvmod-digest/Makefile @@ -1,31 +1,31 @@ PORTNAME= libvmod-digest DISTVERSION= 1.0.2-6 DISTVERSIONSUFFIX= -g1793bea -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= allanjude@FreeBSD.org COMMENT= Varnish Module (vmod) for computing message digests and HMAC WWW= https://github.com/varnish/libvmod-digest LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmhash.so:security/mhash USES= autoreconf gmake libtool pkgconfig python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= varnish USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include diff --git a/www/varnish-libvmod-dynamic/Makefile b/www/varnish-libvmod-dynamic/Makefile index 4124ea913a38..1aca2b570ee2 100644 --- a/www/varnish-libvmod-dynamic/Makefile +++ b/www/varnish-libvmod-dynamic/Makefile @@ -1,40 +1,40 @@ PORTNAME= libvmod-dynamic PORTVERSION= 20230321 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) for dynamic backends WWW= https://github.com/nigoroll/libvmod-dynamic LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgetdns.so:dns/getdns BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} USES= autoreconf compiler:c11 gmake libtool pkgconfig \ python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/vmod-dynamic MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= nigoroll GH_TAGNAME= af9c51c OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} 's|$${VARNISHAPI_DATAROOTDIR}|${LOCALBASE}/share|' \ ${WRKSRC}/Makefile.am .include diff --git a/www/varnish-libvmod-geoip2/Makefile b/www/varnish-libvmod-geoip2/Makefile index a3d2e5dfc700..1b7d0729b78f 100644 --- a/www/varnish-libvmod-geoip2/Makefile +++ b/www/varnish-libvmod-geoip2/Makefile @@ -1,35 +1,35 @@ PORTNAME= libvmod-geoip2 PORTVERSION= 20230405 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) to query MaxMind GeoIP2 DB files WWW= https://github.com/fgsch/libvmod-geoip2 LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf:build gmake libtool pkgconfig \ python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= fgsch GH_PROJECT= libvmod-geoip2 GH_TAGNAME= ee5f049 USE_LDCONFIG= ${PREFIX}/lib/varnish/vmods GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS pre-configure: (cd ${WRKSRC} && ${SH} ./autogen.sh) .include diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index 29c71eda7881..243ff71c7fb6 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -1,33 +1,33 @@ PORTNAME= libvmod-maxminddb DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= allanjude@FreeBSD.org COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data WWW= https://github.com/simonvik/libvmod_maxminddb LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf compiler:c11 gmake libtool pkgconfig \ python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= scaleengine GH_PROJECT= libvmod_maxminddb USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include diff --git a/www/varnish-libvmod-querystring/Makefile b/www/varnish-libvmod-querystring/Makefile index 7f83504c555b..751437fd2424 100644 --- a/www/varnish-libvmod-querystring/Makefile +++ b/www/varnish-libvmod-querystring/Makefile @@ -1,40 +1,40 @@ PORTNAME= libvmod-querystring DISTVERSION= v2.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) for query string manipulation WWW= https://github.com/Dridi/libvmod-querystring LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} USES= autoreconf libtool pkgconfig python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/vmod-querystring CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= Dridi OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} 's|$${VARNISHAPI_DATAROOTDIR}|${LOCALBASE}/share|' \ ${WRKSRC}/Makefile.am post-build: (cd ${WRKSRC}/src && ${LOCALBASE}/bin/rst2man \ vmod_querystring.man.rst vmod_querystring.3) .include diff --git a/www/varnish-modules/Makefile b/www/varnish-modules/Makefile index 13b85100f336..790717cab43c 100644 --- a/www/varnish-modules/Makefile +++ b/www/varnish-modules/Makefile @@ -1,40 +1,40 @@ PORTNAME= varnish-modules PORTVERSION= 0.23.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= zi@FreeBSD.org COMMENT= Collection of Varnish Cache modules by Varnish Software WWW= https://github.com/varnish/varnish-modules LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= varnish GH_PROJECT= varnish-modules MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS PORTDOCS= * CFLAGS+= -Wno-error=deprecated-declarations pre-configure: cd ${WRKSRC} && ./bootstrap post-build-DOCS-on: cd ${WRKSRC} && ${MAKE_CMD} rst-docs post-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex .*.man.rst' .include