aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-05-17 17:51:03 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-05-17 17:56:12 +0000
commit42101271373865d49753e8d7b1fb66dfce325dd0 (patch)
tree3a9c0f01cb71247ed0992187711ffc7b589390b9
parent8636de5bcb028dbe19b6387c88ba45caf269fe94 (diff)
downloadports-42101271373865d49753e8d7b1fb66dfce325dd0.tar.gz
ports-42101271373865d49753e8d7b1fb66dfce325dd0.zip
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@)
-rw-r--r--security/openvpn/Makefile3
1 files changed, 2 insertions, 1 deletions
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>