diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile index 8903f1af9031..4d73acb161d3 100644 --- a/net/sniproxy/Makefile +++ b/net/sniproxy/Makefile @@ -1,42 +1,41 @@ PORTNAME= sniproxy -DISTVERSION= 0.6.0 -PORTREVISION= 4 +DISTVERSION= 0.6.1 CATEGORIES= net MAINTAINER= krion@FreeBSD.org COMMENT= Proxy that routes based on TLS server name extension WWW= https://github.com/dlundquist/sniproxy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev \ libpcre.so:devel/pcre \ libudns.so:dns/udns USES= autoreconf:build gettext pkgconfig SUB_FILES= pkg-message USE_RC_SUBR= sniproxy USE_GITHUB= yes GH_ACCOUNT= dlundquist GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_FILES= man/man5/sniproxy.conf.5.gz \ man/man8/sniproxy.8.gz \ sbin/sniproxy \ "@sample etc/sniproxy.conf.sample" pre-configure: cd ${WRKSRC} && ${SH} autogen.sh post-patch: @${REINPLACE_CMD} -e 's|/var/tmp/|/var/run/|' ${WRKSRC}/${PORTNAME}.conf post-install:: ${INSTALL_DATA} ${WRKSRC}/sniproxy.conf ${STAGEDIR}${PREFIX}/etc/sniproxy.conf.sample .include diff --git a/net/sniproxy/distinfo b/net/sniproxy/distinfo index 1ef43cc214e4..b1dd665af9c2 100644 --- a/net/sniproxy/distinfo +++ b/net/sniproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544264226 -SHA256 (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2 -SIZE (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = 78515 +TIMESTAMP = 1680098921 +SHA256 (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a +SIZE (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 78939 diff --git a/net/sniproxy/files/patch-src_http.h b/net/sniproxy/files/patch-src_http.h deleted file mode 100644 index dcaf75cbc06b..000000000000 --- a/net/sniproxy/files/patch-src_http.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/http.h.orig 2018-12-06 04:14:58 UTC -+++ src/http.h -@@ -29,6 +29,6 @@ - #include - #include "protocol.h" - --const struct Protocol *const http_protocol; -+extern const struct Protocol *const http_protocol; - - #endif diff --git a/net/sniproxy/files/patch-src_tls.h b/net/sniproxy/files/patch-src_tls.h deleted file mode 100644 index af3540daa759..000000000000 --- a/net/sniproxy/files/patch-src_tls.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tls.h.orig 2018-12-06 04:14:58 UTC -+++ src/tls.h -@@ -28,6 +28,6 @@ - - #include "protocol.h" - --const struct Protocol *const tls_protocol; -+extern const struct Protocol *const tls_protocol; - - #endif