Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 18:59:49 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543816 - in head/www/varnish-modules: . files
Message-ID:  <202007301859.06UIxn5j019534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Thu Jul 30 18:59:48 2020
New Revision: 543816
URL: https://svnweb.freebsd.org/changeset/ports/543816

Log:
  - Update to 0.16.0 snapshot
  - Undeprecate port
  - Take maintainership
  
  Approved by:	feld@ (maintainer)

Modified:
  head/www/varnish-modules/Makefile
  head/www/varnish-modules/distinfo
  head/www/varnish-modules/files/patch-src_Makefile.am   (contents, props changed)
  head/www/varnish-modules/pkg-plist

Modified: head/www/varnish-modules/Makefile
==============================================================================
--- head/www/varnish-modules/Makefile	Thu Jul 30 18:26:53 2020	(r543815)
+++ head/www/varnish-modules/Makefile	Thu Jul 30 18:59:48 2020	(r543816)
@@ -2,27 +2,24 @@
 # $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
 

Modified: head/www/varnish-modules/distinfo
==============================================================================
--- head/www/varnish-modules/distinfo	Thu Jul 30 18:26:53 2020	(r543815)
+++ head/www/varnish-modules/distinfo	Thu Jul 30 18:59:48 2020	(r543816)
@@ -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

Modified: head/www/varnish-modules/files/patch-src_Makefile.am
==============================================================================
--- head/www/varnish-modules/files/patch-src_Makefile.am	Thu Jul 30 18:26:53 2020	(r543815)
+++ head/www/varnish-modules/files/patch-src_Makefile.am	Thu Jul 30 18:59:48 2020	(r543816)
@@ -1,38 +1,38 @@
---- 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 \

Modified: head/www/varnish-modules/pkg-plist
==============================================================================
--- head/www/varnish-modules/pkg-plist	Thu Jul 30 18:26:53 2020	(r543815)
+++ head/www/varnish-modules/pkg-plist	Thu Jul 30 18:59:48 2020	(r543816)
@@ -2,7 +2,6 @@ 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
@@ -10,7 +9,6 @@ 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



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