diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-04 03:24:48 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-04 03:24:48 +0800 |
commit | 5132c77a9540a792645175cb823eee4336826f43 (patch) | |
tree | 7ee37d786348c59fdc5c4d4ac04f927f21f202bd /security/openvpn | |
parent | 1137b80b27e6f54f3ebf33574fa57e735b988e1f (diff) | |
download | freebsd-ports-gnome-5132c77a9540a792645175cb823eee4336826f43.tar.gz freebsd-ports-gnome-5132c77a9540a792645175cb823eee4336826f43.tar.zst freebsd-ports-gnome-5132c77a9540a792645175cb823eee4336826f43.zip |
Update to 2.2.0. Add LICENSE (GPLv2). Add a local mirror of the distfile (file
has been uploaded and will propagate soonish).
Changelog: http://openvpn.net/index.php/open-source/documentation/change-log/425-changelog-for-openvpn-22.html
Diffstat (limited to 'security/openvpn')
-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 |