Index: head/www/varnish-modules/Makefile =================================================================== --- head/www/varnish-modules/Makefile (revision 543815) +++ head/www/varnish-modules/Makefile (revision 543816) @@ -1,39 +1,36 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= varnish-modules -DISTVERSION= 0.12.1 -PORTREVISION= 0 +PORTVERSION= 20200730 CATEGORIES= www -MAINTAINER= feld@FreeBSD.org +MAINTAINER= zi@FreeBSD.org COMMENT= Collection of Varnish Cache modules by Varnish Software LICENSE= BSD2CLAUSE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - BUILD_DEPENDS= rst2man:textproc/py-docutils -USES= autoreconf:build gmake libtool pkgconfig python:2.7,build varnish +USES= autoreconf:build gmake libtool pkgconfig python:build varnish:6 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= varnish +GH_TAGNAME= 0f695f4 MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS PORTDOCS= * pre-configure: cd ${WRKSRC} && ./bootstrap post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex .*.man.rst' .include Index: head/www/varnish-modules/distinfo =================================================================== --- head/www/varnish-modules/distinfo (revision 543815) +++ head/www/varnish-modules/distinfo (revision 543816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496245621 -SHA256 (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 84cfff1f585557117d282a502c109020b1cf8ccb82bdcdfdf3cfdf577f6f38d4 -SIZE (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 62518 +TIMESTAMP = 1596134038 +SHA256 (varnish-varnish-modules-20200730-0f695f4_GH0.tar.gz) = a0e6e1f09fbc9b5bf914ddebf12660c1bae1fa6f2c787d0b63c1c3f0724df2ea +SIZE (varnish-varnish-modules-20200730-0f695f4_GH0.tar.gz) = 63721 Index: head/www/varnish-modules/files/patch-src_Makefile.am =================================================================== --- head/www/varnish-modules/files/patch-src_Makefile.am (revision 543815) +++ head/www/varnish-modules/files/patch-src_Makefile.am (revision 543816) @@ -1,42 +1,42 @@ ---- src/Makefile.am.orig 2017-05-31 20:08:36 UTC +--- src/Makefile.am.orig 2020-07-30 18:43:48 UTC +++ src/Makefile.am -@@ -28,7 +28,6 @@ vmod_LTLIBRARIES = \ +@@ -27,7 +27,6 @@ vmod_LTLIBRARIES = \ + libvmod_cookie.la \ libvmod_header.la \ libvmod_saintmode.la \ - libvmod_softpurge.la \ - libvmod_tcp.la \ libvmod_var.la \ libvmod_vsthrottle.la \ libvmod_xkey.la -@@ -39,7 +38,6 @@ dist_man_MANS = \ +@@ -38,7 +37,6 @@ dist_man_MANS = \ + vmod_cookie.3 \ vmod_header.3 \ vmod_saintmode.3 \ - vmod_softpurge.3 \ - vmod_tcp.3 \ vmod_var.3 \ vmod_vsthrottle.3 \ vmod_xkey.3 -@@ -52,7 +50,6 @@ libvmod_header_la_SOURCES = vmod_header. +@@ -51,7 +49,6 @@ libvmod_cookie_la_SOURCES = vmod_cookie. + libvmod_header_la_SOURCES = vmod_header.c libvmod_vsthrottle_la_SOURCES = vmod_vsthrottle.c libvmod_saintmode_la_SOURCES = vmod_saintmode.c - libvmod_softpurge_la_SOURCES = vmod_softpurge.c foreign/hash/hash_slinger.h -libvmod_tcp_la_SOURCES = vmod_tcp.c libvmod_var_la_SOURCES = vmod_var.c libvmod_xkey_la_SOURCES = vmod_xkey.c -@@ -62,7 +59,6 @@ nodist_libvmod_header_la_SOURCES = vcc_h +@@ -60,7 +57,6 @@ nodist_libvmod_cookie_la_SOURCES = vcc_c + nodist_libvmod_header_la_SOURCES = vcc_header_if.c vcc_header_if.h nodist_libvmod_vsthrottle_la_SOURCES = vcc_vsthrottle_if.c vcc_vsthrottle_if.h nodist_libvmod_saintmode_la_SOURCES = vcc_saintmode_if.c vcc_saintmode_if.h - nodist_libvmod_softpurge_la_SOURCES = vcc_softpurge_if.c vcc_softpurge_if.h -nodist_libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h nodist_libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h nodist_libvmod_xkey_la_SOURCES = vcc_xkey_if.c vcc_xkey_if.h -@@ -105,7 +101,6 @@ EXTRA_DIST = \ +@@ -179,7 +175,6 @@ EXTRA_DIST = \ vmod_header.vcc \ vmod_saintmode.vcc \ vmod_softpurge.vcc \ - vmod_tcp.vcc \ vmod_var.vcc \ vmod_vsthrottle.vcc \ vmod_xkey.vcc Property changes on: head/www/varnish-modules/files/patch-src_Makefile.am ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/www/varnish-modules/pkg-plist =================================================================== --- head/www/varnish-modules/pkg-plist (revision 543815) +++ head/www/varnish-modules/pkg-plist (revision 543816) @@ -1,16 +1,14 @@ lib/varnish/vmods/libvmod_bodyaccess.so lib/varnish/vmods/libvmod_cookie.so lib/varnish/vmods/libvmod_header.so lib/varnish/vmods/libvmod_saintmode.so -lib/varnish/vmods/libvmod_softpurge.so lib/varnish/vmods/libvmod_var.so lib/varnish/vmods/libvmod_vsthrottle.so lib/varnish/vmods/libvmod_xkey.so man/man3/vmod_bodyaccess.3.gz man/man3/vmod_cookie.3.gz man/man3/vmod_header.3.gz man/man3/vmod_saintmode.3.gz -man/man3/vmod_softpurge.3.gz man/man3/vmod_var.3.gz man/man3/vmod_vsthrottle.3.gz man/man3/vmod_xkey.3.gz