From 8c594db33f9218170a6fc20db817beee8ba292bd Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Tue, 4 Oct 2022 12:04:11 -0400 Subject: [PATCH] www/varnish-libvmod-redis: Update to 20221004 --- www/varnish-libvmod-redis/Makefile | 4 ++-- www/varnish-libvmod-redis/distinfo | 6 +++--- www/varnish-libvmod-redis/files/patch-src_core.c | 12 ------------ .../files/patch-src_vmod__redis.c | 12 ------------ 4 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 www/varnish-libvmod-redis/files/patch-src_core.c delete mode 100644 www/varnish-libvmod-redis/files/patch-src_vmod__redis.c diff --git a/www/varnish-libvmod-redis/Makefile b/www/varnish-libvmod-redis/Makefile index da2882158eae..b03a3e3bc9cd 100644 --- a/www/varnish-libvmod-redis/Makefile +++ b/www/varnish-libvmod-redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvmod-redis -PORTVERSION= 20220118 +PORTVERSION= 20221004 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -28,7 +28,7 @@ CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= carlosabalde -GH_TAGNAME= 5e1c20e +GH_TAGNAME= 652314e OPTIONS_DEFINE= DOCS diff --git a/www/varnish-libvmod-redis/distinfo b/www/varnish-libvmod-redis/distinfo index 6333685df8af..1a415133f053 100644 --- a/www/varnish-libvmod-redis/distinfo +++ b/www/varnish-libvmod-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649271156 -SHA256 (carlosabalde-libvmod-redis-20220118-5e1c20e_GH0.tar.gz) = 2e2896950c2b5c06e30c7b1887cc17e9ad2ff5f473d12fc3c1ce57230e979af9 -SIZE (carlosabalde-libvmod-redis-20220118-5e1c20e_GH0.tar.gz) = 219765 +TIMESTAMP = 1664897812 +SHA256 (carlosabalde-libvmod-redis-20221004-652314e_GH0.tar.gz) = 0df4b669ee16b054456ed5a10d6d4f11ab801a7aee3e09a2e35646c4309466db +SIZE (carlosabalde-libvmod-redis-20221004-652314e_GH0.tar.gz) = 220009 diff --git a/www/varnish-libvmod-redis/files/patch-src_core.c b/www/varnish-libvmod-redis/files/patch-src_core.c deleted file mode 100644 index ed75c85a740b..000000000000 --- a/www/varnish-libvmod-redis/files/patch-src_core.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/core.c.orig 2022-04-06 18:56:08 UTC -+++ src/core.c -@@ -11,6 +11,9 @@ - #include - #endif - #include -+#ifdef __FreeBSD__ -+#include -+#endif - - #include "cache/cache.h" - diff --git a/www/varnish-libvmod-redis/files/patch-src_vmod__redis.c b/www/varnish-libvmod-redis/files/patch-src_vmod__redis.c deleted file mode 100644 index c43c83d427f2..000000000000 --- a/www/varnish-libvmod-redis/files/patch-src_vmod__redis.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/vmod_redis.c.orig 2022-04-06 18:57:49 UTC -+++ src/vmod_redis.c -@@ -10,6 +10,9 @@ - #include - #endif - #include -+#ifdef __FreeBSD__ -+#include -+#endif - - #include "cache/cache.h" - #include "vsb.h"