Date: Tue, 26 Aug 2014 10:17:30 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366197 - in head/databases: postgresql-plv8js postgresql84-pltcl postgresql93-contrib postgresql93-docs postgresql93-plperl postgresql93-plpython postgresql93-pltcl postgresql94-contri... Message-ID: <201408261017.s7QAHUe9098823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Tue Aug 26 10:17:30 2014 New Revision: 366197 URL: http://svnweb.freebsd.org/changeset/ports/366197 QAT: https://qat.redports.org/buildarchive/r366197/ Log: Fixup any version changes I missed yesterday. Shown logs by: antoine Modified: head/databases/postgresql-plv8js/Makefile head/databases/postgresql84-pltcl/Makefile head/databases/postgresql93-contrib/Makefile head/databases/postgresql93-docs/Makefile head/databases/postgresql93-plperl/Makefile head/databases/postgresql93-plpython/Makefile head/databases/postgresql93-pltcl/Makefile head/databases/postgresql94-contrib/Makefile head/databases/postgresql94-docs/Makefile head/databases/postgresql94-plperl/Makefile head/databases/postgresql94-plpython/Makefile head/databases/postgresql94-pltcl/Makefile Modified: head/databases/postgresql-plv8js/Makefile ============================================================================== --- head/databases/postgresql-plv8js/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql-plv8js/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -13,10 +13,8 @@ COMMENT= PL/v8js procedural language for LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 -USES= gmake perl5 zip +USES= gmake perl5 zip pgsql:9.1+ USE_PERL5= build -USE_PGSQL= yes -WANT_PGSQL_VER= 91+ PLIST_SUB+= PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> Modified: head/databases/postgresql84-pltcl/Makefile ============================================================================== --- head/databases/postgresql84-pltcl/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql84-pltcl/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER?=8.4 +WANT_PGSQL_VER?= 8.4 .include "${.CURDIR}/../postgresql91-pltcl/Makefile" Modified: head/databases/postgresql93-contrib/Makefile ============================================================================== --- head/databases/postgresql93-contrib/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql93-contrib/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -12,11 +12,9 @@ COMMENT= The contrib utilities from the LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ libxml2.so:${PORTSDIR}/textproc/libxml2 -USE_PGSQL= yes -DEFAULT_PGSQL_VER=93 -MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../postgresql93-server -USES= bison +USES= bison pgsql:9.3 BUILD_DIRS= src/port src/common contrib INSTALL_DIRS= contrib Modified: head/databases/postgresql93-docs/Makefile ============================================================================== --- head/databases/postgresql93-docs/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql93-docs/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -WANT_PGSQL_VER=93 +WANT_PGSQL_VER=9.3 .include "${.CURDIR}/../postgresql91-docs/Makefile" Modified: head/databases/postgresql93-plperl/Makefile ============================================================================== --- head/databases/postgresql93-plperl/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql93-plperl/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 93 +WANT_PGSQL_VER= 9.3 .include "${.CURDIR}/../postgresql90-plperl/Makefile" Modified: head/databases/postgresql93-plpython/Makefile ============================================================================== --- head/databases/postgresql93-plpython/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql93-plpython/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,5 +1,5 @@ # $FreeBSD$ -WANT_PGSQL_VER= 93 +WANT_PGSQL_VER= 9.3 .include "${.CURDIR}/../postgresql90-plpython/Makefile" Modified: head/databases/postgresql93-pltcl/Makefile ============================================================================== --- head/databases/postgresql93-pltcl/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql93-pltcl/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 93 +WANT_PGSQL_VER= 9.3 .include "${.CURDIR}/../postgresql91-pltcl/Makefile" Modified: head/databases/postgresql94-contrib/Makefile ============================================================================== --- head/databases/postgresql94-contrib/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql94-contrib/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -12,11 +12,9 @@ COMMENT= The contrib utilities from the LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ libxml2.so:${PORTSDIR}/textproc/libxml2 -USE_PGSQL= yes -DEFAULT_VERSIONS=pgsql=94 MASTERDIR= ${.CURDIR}/../postgresql94-server -USES= bison +USES= bison pgsql:9.4 BUILD_DIRS= src/port src/common contrib INSTALL_DIRS= contrib Modified: head/databases/postgresql94-docs/Makefile ============================================================================== --- head/databases/postgresql94-docs/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql94-docs/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -WANT_PGSQL_VER=94 +WANT_PGSQL_VER=9.4 .include "${.CURDIR}/../postgresql91-docs/Makefile" Modified: head/databases/postgresql94-plperl/Makefile ============================================================================== --- head/databases/postgresql94-plperl/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql94-plperl/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -2,6 +2,6 @@ # $FreeBSD$ PORTREVISION= 0 -WANT_PGSQL_VER= 94 +WANT_PGSQL_VER= 9.4 .include "${.CURDIR}/../postgresql90-plperl/Makefile" Modified: head/databases/postgresql94-plpython/Makefile ============================================================================== --- head/databases/postgresql94-plpython/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql94-plpython/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # $FreeBSD$ PORTREVISION= 0 -WANT_PGSQL_VER= 94 +WANT_PGSQL_VER= 9.4 .include "${.CURDIR}/../postgresql90-plpython/Makefile" Modified: head/databases/postgresql94-pltcl/Makefile ============================================================================== --- head/databases/postgresql94-pltcl/Makefile Tue Aug 26 09:19:57 2014 (r366196) +++ head/databases/postgresql94-pltcl/Makefile Tue Aug 26 10:17:30 2014 (r366197) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 94 +WANT_PGSQL_VER= 9.4 .include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261017.s7QAHUe9098823>