diff options
author | arved <arved@FreeBSD.org> | 2003-07-22 17:46:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-22 17:46:30 +0800 |
commit | 11c57b174ee188bdfd1e30756b31b32400881305 (patch) | |
tree | 22f0c5e790299cb9826f710ed651ff3cc63c1504 /security/pam-pgsql | |
parent | a55cfc5eb890d1578200642d3e3454c547f5ca90 (diff) | |
download | freebsd-ports-gnome-11c57b174ee188bdfd1e30756b31b32400881305.tar.gz freebsd-ports-gnome-11c57b174ee188bdfd1e30756b31b32400881305.tar.zst freebsd-ports-gnome-11c57b174ee188bdfd1e30756b31b32400881305.zip |
Update MASTER_SITES
PR: 54721
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 62ac8f835ac2..b9eb0971fd28 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -9,9 +9,9 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 PORTREVISION= 7 CATEGORIES= security databases -MASTER_SITES= ${MASTER_SITE_DEBIAN_NON_US} \ - http://libpam-pgsql.codecastle.com/${PORTNAME}-${PORTVERSION}-${PORTREVISION}/ -MASTER_SITE_SUBDIR= pool/non-US/main/p/pam-pgsql +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://mat.cc/distfiles/ +MASTER_SITE_SUBDIR= pam-pgsql DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz |