diff options
author | snb <snb@FreeBSD.org> | 2009-11-17 19:30:03 +0800 |
---|---|---|
committer | snb <snb@FreeBSD.org> | 2009-11-17 19:30:03 +0800 |
commit | cad685cf0432cc87f19222d6a0bbef95a92bbc81 (patch) | |
tree | f47f38b14878aa0e637ab46f19dfcd9806eb4f99 /security/openvpn-auth-ldap | |
parent | 9fc06f8ed0823d5d99493143662fc2c4fcf9625a (diff) | |
download | freebsd-ports-gnome-cad685cf0432cc87f19222d6a0bbef95a92bbc81.tar.gz freebsd-ports-gnome-cad685cf0432cc87f19222d6a0bbef95a92bbc81.tar.zst freebsd-ports-gnome-cad685cf0432cc87f19222d6a0bbef95a92bbc81.zip |
Update home page and MASTER_SITES
Approved by: ehaupt
Diffstat (limited to 'security/openvpn-auth-ldap')
-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/ |