diff options
-rw-r--r-- | security/openvpn/Makefile | 7 | ||||
-rw-r--r-- | security/openvpn/distinfo | 4 | ||||
-rw-r--r-- | security/openvpn/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index f9cc146baec1..bfb39a5b30d9 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -6,15 +6,18 @@ # PORTNAME= openvpn -DISTVERSION= 2.1.4 +DISTVERSION= 2.2.0 CATEGORIES= security net # MASTER_SITES points to hosts in distinct data centers, # so just one MASTER_SITES entry should be OK. -MASTER_SITES= http://swupdate.openvpn.net/community/releases/ +MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ + ${MASTER_SITE_LOCAL:S,$,mandree/,} MAINTAINER= mandree@FreeBSD.org COMMENT= Secure IP/Ethernet tunnel daemon +LICENSE= GPLv2 + CONFLICTS= openvpn-devel-[0-9]* openvpn-2.0* openvpn-beta-[0-9]* GNU_CONFIGURE= yes diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 779e9433180d..02b1d99aef4e 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,2 +1,2 @@ -SHA256 (openvpn-2.1.4.tar.xz) = 6c68b26ce0e0cd64ec62d3f42edbca2dca2c671cae405d7c86e352ffa76b01be -SIZE (openvpn-2.1.4.tar.xz) = 621364 +SHA256 (openvpn-2.2.0.tar.xz) = f4fd245b466722a9ae71c2185462fba690d42b7ab1d251b77d3bc507566280ea +SIZE (openvpn-2.2.0.tar.xz) = 640440 diff --git a/security/openvpn/pkg-plist b/security/openvpn/pkg-plist index dbec65c3f248..d543a0e92fac 100644 --- a/security/openvpn/pkg-plist +++ b/security/openvpn/pkg-plist @@ -49,6 +49,7 @@ lib/openvpn-down-root.so %%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/sign-req %%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/vars %%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/whichopensslcnf +%%PORTDOCS%%%%DOCSDIR%%/management-notes.txt %%PORTDOCS%%%%DOCSDIR%%/sample-config-files/README %%PORTDOCS%%%%DOCSDIR%%/sample-config-files/client.conf %%PORTDOCS%%%%DOCSDIR%%/sample-config-files/firewall.sh |