aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-09-27 23:43:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-09-28 00:02:37 +0000
commit90766e5cee248a51e5cbe9655d4a8801421badef (patch)
tree3374c5eb7729b961f6d6ccec473c841ef8cb11a5
parentac1a5d2f7e6db3409ddab40cd0d9c4f71b28c8d3 (diff)
downloadports-90766e5cee248a51e5cbe9655d4a8801421badef.tar.gz
ports-90766e5cee248a51e5cbe9655d4a8801421badef.zip
security/sslproxy: Update version 0.8.3=>0.8.6
-rw-r--r--security/sslproxy/Makefile6
-rw-r--r--security/sslproxy/distinfo6
-rw-r--r--security/sslproxy/files/patch-Mk_main.mk11
3 files changed, 7 insertions, 16 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
index 510c0ef00307..476f404916d3 100644
--- a/security/sslproxy/Makefile
+++ b/security/sslproxy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sslproxy
-PORTVERSION= 0.8.3
+PORTVERSION= 0.8.6
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= security
@@ -23,6 +23,8 @@ PLIST_FILES= bin/sslproxy man/man1/sslproxy.1.gz man/man5/sslproxy.conf.5.gz \
"@sample etc/sslproxy.conf.sample"
post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Mk/main.mk
+ @${REINPLACE_CMD} -e \
+ 's|^EXAMPLESDIR.*|EXAMPLESDIR?= etc|g' \
+ ${WRKSRC}/Mk/main.mk
.include <bsd.port.mk>
diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo
index 15f8366e41e5..19962732e24e 100644
--- a/security/sslproxy/distinfo
+++ b/security/sslproxy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613158203
-SHA256 (sonertari-SSLproxy-v0.8.3_GH0.tar.gz) = 02396ef735e5f94adad117314559e9833ce0859883fb93d9578ee7bbf73731d8
-SIZE (sonertari-SSLproxy-v0.8.3_GH0.tar.gz) = 1909251
+TIMESTAMP = 1632779015
+SHA256 (sonertari-SSLproxy-v0.8.6_GH0.tar.gz) = 5e42a08f04142d1d62e57ac4938b08f0aabe295b5009cdc0c25f1cef7b2ecbf2
+SIZE (sonertari-SSLproxy-v0.8.6_GH0.tar.gz) = 1915705
diff --git a/security/sslproxy/files/patch-Mk_main.mk b/security/sslproxy/files/patch-Mk_main.mk
deleted file mode 100644
index 28ddba83a9e1..000000000000
--- a/security/sslproxy/files/patch-Mk_main.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mk/main.mk.orig 2020-12-15 14:12:50 UTC
-+++ Mk/main.mk
-@@ -201,7 +201,7 @@ endif
-
- PREFIX?= /usr/local
- MANDIR?= share/man
--EXAMPLESDIR?= share/examples
-+EXAMPLESDIR?= etc
-
- INSTALLUID?= 0
- INSTALLGID?= 0