diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-05 01:58:25 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-05 01:58:25 +0000 |
commit | 97a8737613c9e8a2fa6f06952b8dd96d47902efb (patch) | |
tree | 1caf2f5a53128fea11c74df4eac252c8db8bb9d9 /security/pam-pgsql | |
parent | bee60d32c332fb79285981f0d9f02c14932cc023 (diff) | |
download | freebsd-ports-97a8737613c9e8a2fa6f06952b8dd96d47902efb.zip |
Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIAN
idea is not catching up), and upgrade the port to port-revision 2, which
uses the newer patch from the authors 0.5.2-2.
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 11 | ||||
-rw-r--r-- | security/pam-pgsql/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 7cfbb34cf0ea..ba5a2d1f42bf 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -7,11 +7,12 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 +PORTREVISION= 2 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/non-US/main/p/pam-pgsql DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} -PATCHFILES= pam-pgsql_0.5.2-1.diff.gz +PATCHFILES= pam-pgsql_0.5.2-2.diff.gz PATCH_SITES= ${MASTER_SITES} MAINTAINER= mi@aldan.algebra.com @@ -21,13 +22,13 @@ LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 PATCH_DIST_STRIP= -p1 # When the family of Debian mirrors is added to bsd.port.mk, # this will suddenly start making sense: -MASTER_SITE_DEBIAN?= http://debian.yorku.ca/debian/non-US/%SUBDIR%/ +MASTER_SITE_DEBIAN?= http://debian.yorku.ca/debian/non-US/${MASTER_SITE_SUBDIR}/ # This should help the users of MASTER_SORT_REGEX: .for c in at bg br cz de ee es fi fr hu it jp kr nl no nz pl se si tr uk -MASTER_SITES_DEBIAN+= http://ftp.$c.debian.org/debian-non-US/%SUBDIR%/ +MASTER_SITE_DEBIAN+= http://ftp.$c.debian.org/debian-non-US/${MASTER_SITE_SUBDIR}/ .endfor -MASTER_SITES_DEBIAN+= http://ftp.au.debian.org/pub/debian-non-US/%SUBDIR%/ \ - ftp://ftp.bora.net/pub/linux/debian-non-US/%SUBDIR%/ +MASTER_SITE_DEBIAN+= http://ftp.au.debian.org/pub/debian-non-US/${MASTER_SITE_SUBDIR}/ \ + ftp://ftp.bora.net/pub/linux/debian-non-US/${MASTER_SITE_SUBDIR}/ MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= -j 2 FILESDIR=${FILESDIR} diff --git a/security/pam-pgsql/distinfo b/security/pam-pgsql/distinfo index fa2375d7cff7..d746b2d67de2 100644 --- a/security/pam-pgsql/distinfo +++ b/security/pam-pgsql/distinfo @@ -1,2 +1,2 @@ MD5 (pam-pgsql_0.5.2.orig.tar.gz) = 3ee046cd64ad9c3e02ad486d0398ad13 -MD5 (pam-pgsql_0.5.2-1.diff.gz) = 3edf05ca84d9545a720162b4ca3b1a3a +MD5 (pam-pgsql_0.5.2-2.diff.gz) = 250f5c724d3f39cce553faa0c7f808fd |