View | Details | Raw Unified | Return to bug 255457 | Differences between
and this patch

Collapse All | Expand All

(-)www/varnish-modules/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Mark Felder <feld@FreeBSD.org>
1
# Created by: Mark Felder <feld@FreeBSD.org>
2
PORTNAME=	varnish-modules
2
PORTNAME=	varnish-modules
3
PORTVERSION=	0.17.0
3
PORTVERSION=	0.18.0
4
CATEGORIES=	www
4
CATEGORIES=	www
5
MAINTAINER=	zi@FreeBSD.org
5
MAINTAINER=	zi@FreeBSD.org
(-)www/varnish-modules/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1605532253
1
TIMESTAMP = 1619516778
2
SHA256 (varnish-varnish-modules-0.17.0_GH0.tar.gz) = 5da9285ee2a746ea63d7f70f249613ff4de5936ae7b737bc80ea94b78a924cf4
2
SHA256 (varnish-varnish-modules-0.18.0_GH0.tar.gz) = b226d3272bc92fb46175c417aca5a8c5f820baa2868961cae7d832b561fc159e
3
SIZE (varnish-varnish-modules-0.17.0_GH0.tar.gz) = 55591
3
SIZE (varnish-varnish-modules-0.18.0_GH0.tar.gz) = 53830
(-)www/varnish-modules/files/patch-src_Makefile.am (-14 / +14 lines)
Lines 1-41 Link Here
1
--- src/Makefile.am.orig	2020-11-16 14:55:16.098559000 +0100
1
--- src/Makefile.am.orig
2
+++ src/Makefile.am	2020-11-16 15:00:45.451899000 +0100
2
+++ src/Makefile.am
3
@@ -26,7 +26,6 @@ vmod_LTLIBRARIES = \
3
@@ -28,7 +28,6 @@
4
 	libvmod_bodyaccess.la \
5
 	libvmod_header.la \
4
 	libvmod_header.la \
6
 	libvmod_saintmode.la \
5
 	libvmod_saintmode.la \
6
 	libvmod_str.la \
7
-	libvmod_tcp.la \
7
-	libvmod_tcp.la \
8
 	libvmod_var.la \
8
 	libvmod_var.la \
9
 	libvmod_vsthrottle.la \
9
 	libvmod_vsthrottle.la \
10
 	libvmod_xkey.la
10
 	libvmod_xkey.la
11
@@ -36,7 +35,6 @@ dist_man_MANS = \
11
@@ -40,7 +39,6 @@
12
 	vmod_bodyaccess.3 \
13
 	vmod_header.3 \
12
 	vmod_header.3 \
14
 	vmod_saintmode.3 \
13
 	vmod_saintmode.3 \
14
 	vmod_str.3 \
15
-	vmod_tcp.3 \
15
-	vmod_tcp.3 \
16
 	vmod_var.3 \
16
 	vmod_var.3 \
17
 	vmod_vsthrottle.3 \
17
 	vmod_vsthrottle.3 \
18
 	vmod_xkey.3
18
 	vmod_xkey.3
19
@@ -48,7 +46,6 @@ libvmod_bodyaccess_la_SOURCES = vmod_bod
19
@@ -54,7 +52,6 @@
20
 libvmod_header_la_SOURCES = vmod_header.c
21
 libvmod_vsthrottle_la_SOURCES = vmod_vsthrottle.c
20
 libvmod_vsthrottle_la_SOURCES = vmod_vsthrottle.c
22
 libvmod_saintmode_la_SOURCES = vmod_saintmode.c
21
 libvmod_saintmode_la_SOURCES = vmod_saintmode.c
22
 libvmod_str_la_SOURCES = vmod_str.c
23
-libvmod_tcp_la_SOURCES = vmod_tcp.c
23
-libvmod_tcp_la_SOURCES = vmod_tcp.c
24
 libvmod_var_la_SOURCES = vmod_var.c
24
 libvmod_var_la_SOURCES = vmod_var.c
25
 libvmod_xkey_la_SOURCES = vmod_xkey.c
25
 libvmod_xkey_la_SOURCES = vmod_xkey.c
26
26
27
@@ -56,7 +53,6 @@ nodist_libvmod_bodyaccess_la_SOURCES = v
27
@@ -64,7 +61,6 @@
28
 nodist_libvmod_header_la_SOURCES = vcc_header_if.c vcc_header_if.h
29
 nodist_libvmod_vsthrottle_la_SOURCES = vcc_vsthrottle_if.c vcc_vsthrottle_if.h
28
 nodist_libvmod_vsthrottle_la_SOURCES = vcc_vsthrottle_if.c vcc_vsthrottle_if.h
30
 nodist_libvmod_saintmode_la_SOURCES = vcc_saintmode_if.c vcc_saintmode_if.h
29
 nodist_libvmod_saintmode_la_SOURCES = vcc_saintmode_if.c vcc_saintmode_if.h
30
 nodist_libvmod_str_la_SOURCES = vcc_str_if.c vcc_str_if.h
31
-nodist_libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h
31
-nodist_libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h
32
 nodist_libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h
32
 nodist_libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h
33
 nodist_libvmod_xkey_la_SOURCES = vcc_xkey_if.c vcc_xkey_if.h VSC_xkey.c VSC_xkey.h
33
 nodist_libvmod_xkey_la_SOURCES = vcc_xkey_if.c vcc_xkey_if.h VSC_xkey.c VSC_xkey.h
34
34
35
@@ -144,7 +140,6 @@ EXTRA_DIST = \
35
@@ -168,7 +164,6 @@
36
 	vmod_bodyaccess.vcc \
37
 	vmod_header.vcc \
36
 	vmod_header.vcc \
38
 	vmod_saintmode.vcc \
37
 	vmod_saintmode.vcc \
38
 	vmod_str.vcc \
39
-	vmod_tcp.vcc \
39
-	vmod_tcp.vcc \
40
 	vmod_var.vcc \
40
 	vmod_var.vcc \
41
 	vmod_vsthrottle.vcc \
41
 	vmod_vsthrottle.vcc \
(-)www/varnish-modules/pkg-plist (+4 lines)
Lines 1-12 Link Here
1
lib/varnish/vmods/libvmod_accept.so
1
lib/varnish/vmods/libvmod_bodyaccess.so
2
lib/varnish/vmods/libvmod_bodyaccess.so
2
lib/varnish/vmods/libvmod_header.so
3
lib/varnish/vmods/libvmod_header.so
3
lib/varnish/vmods/libvmod_saintmode.so
4
lib/varnish/vmods/libvmod_saintmode.so
5
lib/varnish/vmods/libvmod_str.so
4
lib/varnish/vmods/libvmod_var.so
6
lib/varnish/vmods/libvmod_var.so
5
lib/varnish/vmods/libvmod_vsthrottle.so
7
lib/varnish/vmods/libvmod_vsthrottle.so
6
lib/varnish/vmods/libvmod_xkey.so
8
lib/varnish/vmods/libvmod_xkey.so
9
man/man3/vmod_accept.3.gz
7
man/man3/vmod_bodyaccess.3.gz
10
man/man3/vmod_bodyaccess.3.gz
8
man/man3/vmod_header.3.gz
11
man/man3/vmod_header.3.gz
9
man/man3/vmod_saintmode.3.gz
12
man/man3/vmod_saintmode.3.gz
13
man/man3/vmod_str.3.gz
10
man/man3/vmod_var.3.gz
14
man/man3/vmod_var.3.gz
11
man/man3/vmod_vsthrottle.3.gz
15
man/man3/vmod_vsthrottle.3.gz
12
man/man3/vmod_xkey.3.gz
16
man/man3/vmod_xkey.3.gz

Return to bug 255457