aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-06-30 11:44:10 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-06-30 11:44:10 +0000
commit91c8f5bbd484b0b0289e163438946acc9af56f40 (patch)
tree1343f2161853e34b6da6710065468319ecc0ad37 /www
parentf5d42b38d803e30be7ea519184885560d2675ed9 (diff)
downloadports-91c8f5bbd484b0b0289e163438946acc9af56f40.tar.gz
ports-91c8f5bbd484b0b0289e163438946acc9af56f40.zip
Update to 51.7.
Sponsored by: kkstream
Notes
Notes: svn path=/head/; revision=444710
Diffstat (limited to 'www')
-rw-r--r--www/varnish-libvmod-awsrest/Makefile4
-rw-r--r--www/varnish-libvmod-awsrest/distinfo6
-rw-r--r--www/varnish-libvmod-awsrest/files/patch-Makefile.am4
-rw-r--r--www/varnish-libvmod-awsrest/files/patch-configure.ac9
-rw-r--r--www/varnish-libvmod-awsrest/files/patch-src_Makefile.am9
-rw-r--r--www/varnish-libvmod-awsrest/files/patch-src_vmod__awsrest.c13
6 files changed, 20 insertions, 25 deletions
diff --git a/www/varnish-libvmod-awsrest/Makefile b/www/varnish-libvmod-awsrest/Makefile
index c20c53b5a390..53d3fb2620e0 100644
--- a/www/varnish-libvmod-awsrest/Makefile
+++ b/www/varnish-libvmod-awsrest/Makefile
@@ -2,8 +2,8 @@
PORTNAME= libvmod-awsrest
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4
-DISTVERSIONSUFFIX= -varnish40
+DISTVERSION= 51.7
+#DISTVERSIONSUFFIX= -varnish40
CATEGORIES= www
PKGNAMEPREFIX= varnish-
diff --git a/www/varnish-libvmod-awsrest/distinfo b/www/varnish-libvmod-awsrest/distinfo
index 40ca82dcc5dc..7bc3ac97a261 100644
--- a/www/varnish-libvmod-awsrest/distinfo
+++ b/www/varnish-libvmod-awsrest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487003798
-SHA256 (xcir-libvmod-awsrest-v0.4-varnish40_GH0.tar.gz) = d5804479765c8e8be81d87fc48f736ab84aa9c7893b616ad30c2856a279006d7
-SIZE (xcir-libvmod-awsrest-v0.4-varnish40_GH0.tar.gz) = 9658
+TIMESTAMP = 1498822192
+SHA256 (xcir-libvmod-awsrest-v51.7_GH0.tar.gz) = 3f2f0a9e11f7f774fd2e355b3d5c1b61a9874c1419831d52b962771db415f678
+SIZE (xcir-libvmod-awsrest-v51.7_GH0.tar.gz) = 18532
diff --git a/www/varnish-libvmod-awsrest/files/patch-Makefile.am b/www/varnish-libvmod-awsrest/files/patch-Makefile.am
index 54d6d1b61a25..7f58ce8190c6 100644
--- a/www/varnish-libvmod-awsrest/files/patch-Makefile.am
+++ b/www/varnish-libvmod-awsrest/files/patch-Makefile.am
@@ -1,7 +1,7 @@
---- Makefile.am.orig 2015-07-04 13:33:43 UTC
+--- Makefile.am.orig 2017-04-20 14:12:56 UTC
+++ Makefile.am
@@ -1,4 +1,4 @@
--ACLOCAL_AMFLAGS = -I m4 -I ${LIBVARNISHAPI_DATAROOTDIR}/aclocal
+-ACLOCAL_AMFLAGS = -I m4 -I ${VARNISHAPI_DATAROOTDIR}/aclocal
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
diff --git a/www/varnish-libvmod-awsrest/files/patch-configure.ac b/www/varnish-libvmod-awsrest/files/patch-configure.ac
new file mode 100644
index 000000000000..94deffa2eb2e
--- /dev/null
+++ b/www/varnish-libvmod-awsrest/files/patch-configure.ac
@@ -0,0 +1,9 @@
+--- configure.ac.orig 2017-04-20 14:12:56 UTC
++++ configure.ac
+@@ -1,5 +1,5 @@
+ AC_PREREQ([2.68])
+-AC_INIT([libvmod-awsrest], [0.1], [], [vmod-awsrest])
++AC_INIT([libvmod-awsrest], [0.1], [], [libvmod-awsrest])
+ AC_COPYRIGHT([Copyright (c) 2012-2017 Shohei Tanaka(@xcir)])
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_AUX_DIR([build-aux])
diff --git a/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am b/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am
index 7b30e6eba8dc..224b5e913531 100644
--- a/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am
+++ b/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am
@@ -1,8 +1,7 @@
---- src/Makefile.am.orig 2016-10-31 08:14:11 UTC
+--- src/Makefile.am.orig 2017-04-20 14:12:56 UTC
+++ src/Makefile.am
-@@ -1,4 +1,4 @@
--AM_CPPFLAGS = @VMOD_INCLUDES@ -Wall -Werror
-+AM_CPPFLAGS = @VMOD_INCLUDES@
+@@ -1,4 +1,3 @@
+-AM_CFLAGS = $(VARNISHAPI_CFLAGS) -Wall -Werror
+ AM_LDFLAGS = $(VARNISHAPI_LIBS) $(VMOD_LDFLAGS) -lmhash
- vmoddir = @VMOD_DIR@
vmod_LTLIBRARIES = libvmod_awsrest.la
diff --git a/www/varnish-libvmod-awsrest/files/patch-src_vmod__awsrest.c b/www/varnish-libvmod-awsrest/files/patch-src_vmod__awsrest.c
deleted file mode 100644
index f68f0181dbd6..000000000000
--- a/www/varnish-libvmod-awsrest/files/patch-src_vmod__awsrest.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/vmod_awsrest.c.orig 2016-10-26 23:24:27 UTC
-+++ src/vmod_awsrest.c
-@@ -116,8 +116,8 @@ void vmod_v4_generic(const struct vrt_ct
-
- ////////////////
- //get data
-- char *method;
-- char *requrl;
-+ const char *method;
-+ const char *requrl;
- struct http *hp;
- struct gethdr_s gs;
-