diff options
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r-- | security/openvpn/Makefile | 7 |
1 files changed, 5 insertions, 2 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 |