git: 8d05f5c1513c - 2021Q2 - security/openvpn: do not package .orig leftovers from patch
Matthias Andree
mandree at FreeBSD.org
Thu Jun 3 12:35:18 UTC 2021
The branch 2021Q2 has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1
commit 8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-05-17 17:51:03 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-06-03 12:34:54 +0000
security/openvpn: do not package .orig leftovers from patch
Bump PORTREVISION as we change the pkg-plist.
(Includes -mbedtls port variant.)
PR: 255946
Based on a patch by and
Reported by: Mikael Urankar (mikael@)
(cherry picked from commit 42101271373865d49753e8d7b1fb66dfce325dd0)
---
security/openvpn/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index 93904f5908c9..4a82851e65f1 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openvpn
DISTVERSION= 2.5.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= security net net-vpn
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
https://build.openvpn.net/downloads/releases/ \
@@ -145,5 +145,6 @@ post-install-DOCS-on:
post-install-EXAMPLES-on:
(cd ${WRKSRC}/sample && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/)
${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/sample-scripts/*
+ ${RM} ${STAGEDIR}${EXAMPLESDIR}/sample-config-files/*.orig
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list