aboutsummaryrefslogtreecommitdiff
path: root/security/easy-rsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/easy-rsa/Makefile')
-rw-r--r--security/easy-rsa/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index aa2c27d0dba7..8750cce8ee58 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= easy-rsa
-DISTVERSION= 3.0.5
-PORTREVISION= 1
+DISTVERSION= 3.0.6
CATEGORIES= security net-mgmt
MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/
-DISTNAME= EasyRSA-nix-${DISTVERSION}
+DISTNAME= EasyRSA-unix-v${DISTVERSION}
# Eric F. Crist <ecrist@secure-computing.net> does not require my
# approval for changes to this package. -- mandree@FreeBSD.org
@@ -19,12 +18,14 @@ CONFLICTS_INSTALL=easy-rsa2-*
USES= tar:tgz
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/EasyRSA-${DISTVERSION}
+WRKSRC= ${WRKDIR}/EasyRSA-v${DISTVERSION}
+
+PATCH_STRIP= -p2
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDATA= x509-types/
-_pd_files= ChangeLog README.quickstart.md
+_pd_files= ChangeLog COPYING.md README.md README.quickstart.md
_pd_dirs= doc/
PORTDOCS= ${_pd_files} ${_pd_dirs}