- Fix RUN_DEPENDS for slave postgresql ports

- Change default pgsql version to 82 matching Mk/ defaults
- Bump PORTREVISIONs

PR:             ports/148055
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer timeout (grigen ; > 2.5 months)
This commit is contained in:
Philip M. Gollucci 2010-08-30 20:42:23 +00:00
parent b479eac6ab
commit ccc701e40b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260215
2 changed files with 6 additions and 6 deletions

View File

@ -6,18 +6,18 @@
#
PORTNAME= postgresql
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
PKGNAMESUFFIX= -plperl
MAINTAINER= girgen@FreeBSD.org
COMMENT= Write SQL functions for PostgreSQL using Perl5
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server
RUN_DEPENDS= postgres:${.CURDIR}/../postgresql${PGSQL_VER}-server
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
DEFAULT_PGSQL_VER?=74
DEFAULT_PGSQL_VER?=82
# can't include <bsd.port.pre.mk> in a slave port
# so set these instead:

View File

@ -6,14 +6,14 @@
#
PORTNAME= postgresql
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases tcl
PKGNAMESUFFIX= -pltcl
MAINTAINER= girgen@FreeBSD.org
COMMENT= A module for using Tcl to write SQL functions
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server
RUN_DEPENDS= postgres:${MASTERDIR}