git: 90766e5cee24 - main - security/sslproxy: Update version 0.8.3=>0.8.6

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Sep 28 00:02:49 UTC 2021


The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90766e5cee248a51e5cbe9655d4a8801421badef

commit 90766e5cee248a51e5cbe9655d4a8801421badef
Author:     Muhammad Moinur Rahman <bofh at FreeBSD.org>
AuthorDate: 2021-09-27 23:43:59 +0000
Commit:     Muhammad Moinur Rahman <bofh at FreeBSD.org>
CommitDate: 2021-09-28 00:02:37 +0000

    security/sslproxy: Update version 0.8.3=>0.8.6
    
    Relnotes: https://github.com/sonertari/SSLproxy/blob/master/NEWS.md
---
 security/sslproxy/Makefile               |  6 ++++--
 security/sslproxy/distinfo               |  6 +++---
 security/sslproxy/files/patch-Mk_main.mk | 11 -----------
 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


More information about the dev-commits-ports-all mailing list