diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-12 16:52:40 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-12 16:52:40 +0000 |
commit | e4088e18865613cd3e35a0bf6244b2f3b59d7074 (patch) | |
tree | 8d460eafb225815cc07856b0a68dbe08ba40846a /security/pam-pgsql | |
parent | 0f996dab84012922da5bbf258a3db8d9ed387182 (diff) | |
download | ports-e4088e18865613cd3e35a0bf6244b2f3b59d7074.tar.gz ports-e4088e18865613cd3e35a0bf6244b2f3b59d7074.zip |
Notes
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 9 | ||||
-rw-r--r-- | security/pam-pgsql/distinfo | 2 | ||||
-rw-r--r-- | security/pam-pgsql/pkg-descr | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index ba5a2d1f42bf..b1ad4fefacc2 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -7,15 +7,16 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= security databases -MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITES= ${MASTER_SITE_DEBIAN} \ + http://libpam-pgsql.codecastle.com/${PORTNAME}-${PORTVERSION}-${PORTREVISION}/ MASTER_SITE_SUBDIR= pool/non-US/main/p/pam-pgsql DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} -PATCHFILES= pam-pgsql_0.5.2-2.diff.gz +PATCHFILES= pam-pgsql_0.5.2-${PORTREVISION}.diff.gz PATCH_SITES= ${MASTER_SITES} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= andrey@mgul.ac.ru LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 diff --git a/security/pam-pgsql/distinfo b/security/pam-pgsql/distinfo index d746b2d67de2..15d8c3c89188 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-2.diff.gz) = 250f5c724d3f39cce553faa0c7f808fd +MD5 (pam-pgsql_0.5.2-5.diff.gz) = a9b445a7800b617cf962893c87c171a1 diff --git a/security/pam-pgsql/pkg-descr b/security/pam-pgsql/pkg-descr index 8c46858936ec..b82af0735c13 100644 --- a/security/pam-pgsql/pkg-descr +++ b/security/pam-pgsql/pkg-descr @@ -5,3 +5,4 @@ It also supports: - Updating auth token WWW: http://packages.debian.org/unstable/non-us/libpam-pgsql.html +WWW: http://libpam-pgsql.codecastle.com/ |