Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2021 12:35:17 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8d05f5c1513c - 2021Q2 - security/openvpn: do not package .orig leftovers from patch
Message-ID:  <202106031235.153CZHHH050508@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1

commit 8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-05-17 17:51:03 +0000
Commit:     Matthias Andree <mandree@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>



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