diff options
author | mat <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
commit | 77b8e73b693cc9e95c50c5c60af91e4a976c0bde (patch) | |
tree | fed1d4d58725bedf3b65104593ff79e41c3f4303 /security/pam-pgsql | |
parent | 88a4443b84bb688fb7f1cc66eaead9a3311417ea (diff) | |
download | FreeBSD-ports-77b8e73b693cc9e95c50c5c60af91e4a976c0bde.zip FreeBSD-ports-77b8e73b693cc9e95c50c5c60af91e4a976c0bde.tar.gz |
Update MASTER_SITE and WWW
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 10 | ||||
-rw-r--r-- | security/pam-pgsql/pkg-descr | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 8456070..5253d2b 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 0.5.2 PORTREVISION= 7 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://mat.cc/distfiles/ -MASTER_SITE_SUBDIR= pam-pgsql -DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= pam-pgsql mat/:local +DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}:DEFAULT,local -PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz +PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz:DEFAULT,local PATCH_SITES= ${MASTER_SITES} -PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} mat/:local MAINTAINER= mat@FreeBSD.org COMMENT= A pam module for authenticating with PostgreSQL diff --git a/security/pam-pgsql/pkg-descr b/security/pam-pgsql/pkg-descr index b82af07..c056014 100644 --- a/security/pam-pgsql/pkg-descr +++ b/security/pam-pgsql/pkg-descr @@ -4,5 +4,4 @@ It also supports: - Checking account information (pam_acct_expired,new_authtok_reqd) - Updating auth token -WWW: http://packages.debian.org/unstable/non-us/libpam-pgsql.html -WWW: http://libpam-pgsql.codecastle.com/ +WWW: http://www.pgpkeys.net/html/pam-pgsql.html |