Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 20:26:58 +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: r442263 - in head/www/varnish-modules: . files
Message-ID:  <201705312026.v4VKQwLq027343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed May 31 20:26:58 2017
New Revision: 442263
URL: https://svnweb.freebsd.org/changeset/ports/442263

Log:
  www/varnish-modules: Update to 0.12.1

Deleted:
  head/www/varnish-modules/files/patch-configure.ac
  head/www/varnish-modules/files/patch-m4_ax__pthread.m4
  head/www/varnish-modules/files/patch-src_vmod__softpurge.c
  head/www/varnish-modules/files/patch-src_vmod__xkey.c
Modified:
  head/www/varnish-modules/Makefile
  head/www/varnish-modules/distinfo
  head/www/varnish-modules/files/patch-src_Makefile.am
  head/www/varnish-modules/pkg-plist

Modified: head/www/varnish-modules/Makefile
==============================================================================
--- head/www/varnish-modules/Makefile	Wed May 31 20:19:22 2017	(r442262)
+++ head/www/varnish-modules/Makefile	Wed May 31 20:26:58 2017	(r442263)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	varnish-modules
-DISTVERSIONPREFIX=	varnish-modules-
-DISTVERSION=	0.9.1
-PORTREVISION=	2
+DISTVERSION=	0.12.1
+PORTREVISION=	0
 CATEGORIES=	www
 
 MAINTAINER=	feld@FreeBSD.org

Modified: head/www/varnish-modules/distinfo
==============================================================================
--- head/www/varnish-modules/distinfo	Wed May 31 20:19:22 2017	(r442262)
+++ head/www/varnish-modules/distinfo	Wed May 31 20:26:58 2017	(r442263)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472739997
-SHA256 (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728
-SIZE (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 46364
+TIMESTAMP = 1496245621
+SHA256 (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 84cfff1f585557117d282a502c109020b1cf8ccb82bdcdfdf3cfdf577f6f38d4
+SIZE (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 62518

Modified: head/www/varnish-modules/files/patch-src_Makefile.am
==============================================================================
--- head/www/varnish-modules/files/patch-src_Makefile.am	Wed May 31 20:19:22 2017	(r442262)
+++ head/www/varnish-modules/files/patch-src_Makefile.am	Wed May 31 20:26:58 2017	(r442263)
@@ -1,6 +1,6 @@
---- src/Makefile.am.orig	2016-07-07 14:48:43 UTC
+--- src/Makefile.am.orig	2017-05-31 20:08:36 UTC
 +++ src/Makefile.am
-@@ -5,7 +5,6 @@ vmod_LTLIBRARIES = libvmod_cookie.la \
+@@ -28,7 +28,6 @@ vmod_LTLIBRARIES = \
  	libvmod_header.la \
  	libvmod_saintmode.la \
  	libvmod_softpurge.la \
@@ -8,15 +8,35 @@
  	libvmod_var.la \
  	libvmod_vsthrottle.la \
  	libvmod_xkey.la
-@@ -40,11 +39,6 @@ libvmod_softpurge_la_SOURCES = \
- vcc_softpurge_if.c vcc_softpurge_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_softpurge.vcc
- 	@VMODTOOL@ -w ../docs/ -o vcc_softpurge_if $(top_srcdir)/src/vmod_softpurge.vcc
+@@ -39,7 +38,6 @@ dist_man_MANS = \
+ 	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.
+ 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
  
--libvmod_tcp_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared
--libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h vmod_tcp.c
--vcc_tcp_if.c vcc_tcp_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_tcp.vcc
--	@VMODTOOL@ -w ../docs/ -o vcc_tcp_if $(top_srcdir)/src/vmod_tcp.vcc
--
- libvmod_var_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared
- libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h vmod_var.c
- vcc_var_if.c vcc_var_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_var.vcc
+@@ -62,7 +59,6 @@ nodist_libvmod_header_la_SOURCES = vcc_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 = \
+ 	vmod_header.vcc \
+ 	vmod_saintmode.vcc \
+ 	vmod_softpurge.vcc \
+-	vmod_tcp.vcc \
+ 	vmod_var.vcc \
+ 	vmod_vsthrottle.vcc \
+ 	vmod_xkey.vcc

Modified: head/www/varnish-modules/pkg-plist
==============================================================================
--- head/www/varnish-modules/pkg-plist	Wed May 31 20:19:22 2017	(r442262)
+++ head/www/varnish-modules/pkg-plist	Wed May 31 20:26:58 2017	(r442263)
@@ -1,3 +1,4 @@
+lib/varnish/vmods/libvmod_bodyaccess.so
 lib/varnish/vmods/libvmod_cookie.so
 lib/varnish/vmods/libvmod_header.so
 lib/varnish/vmods/libvmod_saintmode.so
@@ -5,3 +6,11 @@ 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



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