aboutsummaryrefslogtreecommitdiff
path: root/security/easy-rsa/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-03-23 11:11:25 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-03-23 11:11:25 +0000
commitc4b1c1a6d00027762882498a4de01aa1dfb6c3a3 (patch)
tree963c0ef6754d972000ba9d3f27bf99d88e994918 /security/easy-rsa/Makefile
parent171678c44e4e997250c56639283844ab5def4665 (diff)
downloadports-c4b1c1a6d00027762882498a4de01aa1dfb6c3a3.tar.gz
ports-c4b1c1a6d00027762882498a4de01aa1dfb6c3a3.zip
security/easy-rsa: update to 3.0.6
ChangeLog: <https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.6> This also includes a cherry-pick for Issue #261 that happened only after v3.0.6, <https://github.com/OpenVPN/easy-rsa/issues/261>
Notes
Notes: svn path=/head/; revision=496638
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}