diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
commit | 124ab7dda748e809f82a8072a9acf12f288fb745 (patch) | |
tree | 92989088209a18169ed2eeb5b01ad91d013e7002 /security/pam-pgsql | |
parent | 864635ab1b7b6c2d573d321e715fa57489ddbe6d (diff) | |
download | freebsd-ports-graphics-124ab7dda748e809f82a8072a9acf12f288fb745.tar.gz freebsd-ports-graphics-124ab7dda748e809f82a8072a9acf12f288fb745.tar.zst freebsd-ports-graphics-124ab7dda748e809f82a8072a9acf12f288fb745.zip |
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1]
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index bc441b27587..f240f826b9c 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -7,7 +7,7 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_DEBIAN} \ http://libpam-pgsql.codecastle.com/${PORTNAME}-${PORTVERSION}-${PORTREVISION}/ @@ -19,7 +19,9 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= m@absolight.fr -LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} + +POSTGRESQL_PORT?= databases/postgresql7 PATCH_DIST_STRIP= -p1 # When the family of Debian mirrors is added to bsd.port.mk, |