From owner-svn-ports-all@FreeBSD.ORG Tue Aug 26 10:17:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B2C71FA; Tue, 26 Aug 2014 10:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32F37344C; Tue, 26 Aug 2014 10:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QAHXUT098841; Tue, 26 Aug 2014 10:17:33 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7QAHUe9098823; Tue, 26 Aug 2014 10:17:30 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201408261017.s7QAHUe9098823@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Tue, 26 Aug 2014 10:17:30 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 10:17:33 -0000 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 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 # $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 # $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 # $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 # $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 # $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 # $FreeBSD$ -WANT_PGSQL_VER= 94 +WANT_PGSQL_VER= 9.4 .include "${.CURDIR}/../postgresql91-pltcl/Makefile"