diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
commit | 3aef50c3976ae001cb84fb216f91f30523909563 (patch) | |
tree | 0d9fe89eb45758d3bb0f3509ef531b348b648f58 /security | |
parent | 87e0b7e965de368862803d083eb3fa5a412d6ef1 (diff) | |
download | ports-3aef50c3976ae001cb84fb216f91f30523909563.tar.gz ports-3aef50c3976ae001cb84fb216f91f30523909563.zip |
Update MASTER_SITE and WWW
Notes
Notes:
svn path=/head/; revision=98072
Diffstat (limited to 'security')
-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 845607099eec..5253d2b3a5f9 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 b82af0735c13..c0560148ae0d 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 |