Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 18:00:25 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 421012713738 - main - security/openvpn: do not package .orig leftovers from patch
Message-ID:  <202105171800.14HI0PQe098425@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42101271373865d49753e8d7b1fb66dfce325dd0

commit 42101271373865d49753e8d7b1fb66dfce325dd0
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-05-17 17:51:03 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-05-17 17:56:12 +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@)
---
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105171800.14HI0PQe098425>