diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 14:33:23 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 14:33:23 +0000 |
| commit | cb1f32d722d705a2a6a97de23cb79cc050285a86 (patch) | |
| tree | 47c8f389ca1873ef695840eae3b313d367bd25f1 /security/pam-pgsql/Makefile | |
| parent | Support CFLAGS/CXXFLAGS properly (diff) | |
1. Fixed coredump on -STABLE
2. pass maintainership to Mathieu Arnold <m@absolight.fr>
PR: 41637
Submitted by: old maintainer
Notes
Notes:
svn path=/head/; revision=66610
Diffstat (limited to 'security/pam-pgsql/Makefile')
| -rw-r--r-- | security/pam-pgsql/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index b1ad4fefacc2..b2ebf2778fb5 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -7,16 +7,17 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security databases 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-${PORTREVISION}.diff.gz + +PATCHFILES= pam-pgsql_${PORTVERSION}-5.diff.gz PATCH_SITES= ${MASTER_SITES} -MAINTAINER= andrey@mgul.ac.ru +MAINTAINER= m@absolight.fr LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 |
