mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -6,18 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= postgresql
|
PORTNAME= postgresql
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
PKGNAMESUFFIX= -plperl
|
PKGNAMESUFFIX= -plperl
|
||||||
|
|
||||||
MAINTAINER= girgen@FreeBSD.org
|
MAINTAINER= girgen@FreeBSD.org
|
||||||
COMMENT= Write SQL functions for PostgreSQL using Perl5
|
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
|
# can't include <bsd.port.pre.mk> in a slave port
|
||||||
# so set these instead:
|
# so set these instead:
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= postgresql
|
PORTNAME= postgresql
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= databases tcl
|
CATEGORIES= databases tcl
|
||||||
PKGNAMESUFFIX= -pltcl
|
PKGNAMESUFFIX= -pltcl
|
||||||
|
|
||||||
MAINTAINER= girgen@FreeBSD.org
|
MAINTAINER= girgen@FreeBSD.org
|
||||||
COMMENT= A module for using Tcl to write SQL functions
|
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}
|
RUN_DEPENDS= postgres:${MASTERDIR}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue