diff options
author | Sean Nicholas Barkas <snb@FreeBSD.org> | 2009-11-17 11:30:03 +0000 |
---|---|---|
committer | Sean Nicholas Barkas <snb@FreeBSD.org> | 2009-11-17 11:30:03 +0000 |
commit | 230102c66a2f2b381c815aab627b9783dcef4158 (patch) | |
tree | 55091572d3656b94419eefe305bd20c09a026273 /security | |
parent | 3bc8b232045bd4c3e040d0cb165c247024969009 (diff) | |
download | ports-230102c66a2f2b381c815aab627b9783dcef4158.tar.gz ports-230102c66a2f2b381c815aab627b9783dcef4158.zip |
Update home page and MASTER_SITES
Approved by: ehaupt
Notes
Notes:
svn path=/head/; revision=244377
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn-auth-ldap/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index e9acb103fff8..5389578453fa 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -8,7 +8,7 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://dpw.threerings.net/projects/openvpn-auth-ldap/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= auth-ldap-${PORTVERSION} MAINTAINER= snb@FreeBSD.org diff --git a/security/openvpn-auth-ldap/pkg-descr b/security/openvpn-auth-ldap/pkg-descr index 372191710e76..2d64385b7a5b 100644 --- a/security/openvpn-auth-ldap/pkg-descr +++ b/security/openvpn-auth-ldap/pkg-descr @@ -2,4 +2,4 @@ The OpenVPN Auth-LDAP Plugin implements username/password authentication via LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD packet filter, supporting adding and removing VPN clients from PF tables. -WWW: http://dpw.threerings.net/projects/openvpn-auth-ldap/ +WWW: http://code.google.com/p/openvpn-auth-ldap/ |