git: 8c594db33f92 - main - www/varnish-libvmod-redis: Update to 20221004
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 16:05:56 UTC
The branch main has been updated by zi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c594db33f9218170a6fc20db817beee8ba292bd
commit 8c594db33f9218170a6fc20db817beee8ba292bd
Author: Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2022-10-04 16:04:11 +0000
Commit: Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2022-10-04 16:05:40 +0000
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 ------------
www/varnish-libvmod-redis/files/patch-src_vmod__redis.c | 12 ------------
4 files changed, 5 insertions(+), 29 deletions(-)
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 <hiredis/hiredis_ssl.h>
- #endif
- #include <arpa/inet.h>
-+#ifdef __FreeBSD__
-+#include <sys/socket.h>
-+#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 <hiredis/hiredis_ssl.h>
- #endif
- #include <arpa/inet.h>
-+#ifdef __FreeBSD__
-+#include <sys/socket.h>
-+#endif
-
- #include "cache/cache.h"
- #include "vsb.h"