diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/easy-rsa/Makefile | 7 | ||||
-rw-r--r-- | security/easy-rsa/distinfo | 5 | ||||
-rw-r--r-- | security/easy-rsa/pkg-plist | 2 |
3 files changed, 7 insertions, 7 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: diff --git a/security/easy-rsa/distinfo b/security/easy-rsa/distinfo index 9097e55760a3..8b192d13150b 100644 --- a/security/easy-rsa/distinfo +++ b/security/easy-rsa/distinfo @@ -1,2 +1,3 @@ -SHA256 (EasyRSA-3.0.1.tgz) = dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e -SIZE (EasyRSA-3.0.1.tgz) = 40960 +TIMESTAMP = 1529952735 +SHA256 (EasyRSA-3.0.4.tgz) = 472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a +SIZE (EasyRSA-3.0.4.tgz) = 37721 diff --git a/security/easy-rsa/pkg-plist b/security/easy-rsa/pkg-plist index c4ac42d2e0d5..a98f2b0dcdf6 100644 --- a/security/easy-rsa/pkg-plist +++ b/security/easy-rsa/pkg-plist @@ -1,4 +1,4 @@ bin/easyrsa %%DATADIR%%/easyrsa.real -@sample %%DATADIR%%/openssl-1.0.cnf.example %%DATADIR%%/openssl-1.0.cnf +@sample %%DATADIR%%/openssl-easyrsa.cnf.example %%DATADIR%%/openssl-easyrsa.cnf @sample %%DATADIR%%/vars.example %%DATADIR%%/vars |