diff options
Diffstat (limited to 'security/easy-rsa/Makefile')
-rw-r--r-- | security/easy-rsa/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile index 14177cdc0d3c..9eed0fa138bf 100644 --- a/security/easy-rsa/Makefile +++ b/security/easy-rsa/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= easy-rsa -DISTVERSION= 3.0.1 -PORTREVISION= 1 +DISTVERSION= 3.0.4 CATEGORIES= security net-mgmt -MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/${DISTVERSION}/ +MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ DISTNAME= EasyRSA-${DISTVERSION} # Eric F. Crist <ecrist@secure-computing.net> does not require my @@ -34,7 +33,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/easyrsa ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/easyrsa ${STAGEDIR}${DATADIR}/easyrsa.real ${INSTALL_DATA} ${WRKSRC}/vars.example ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/openssl-1.0.cnf ${STAGEDIR}${DATADIR}/openssl-1.0.cnf.example + ${INSTALL_DATA} ${WRKSRC}/openssl-easyrsa.cnf ${STAGEDIR}${DATADIR}/openssl-easyrsa.cnf.example (cd ${WRKSRC}/x509-types/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/x509-types/) do-install-DOCS-on: |