Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 22:26:21 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354695 - in head/databases: postgresql94-docs postgresql94-pgtcl postgresql94-plperl postgresql94-plpython postgresql94-pltcl
Message-ID:  <201405202226.s4KMQLcm025175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Tue May 20 22:26:21 2014
New Revision: 354695
URL: http://svnweb.freebsd.org/changeset/ports/354695
QAT: https://qat.redports.org/buildarchive/r354695/

Log:
  Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of postgresql94-ports

Added:
  head/databases/postgresql94-docs/
     - copied from r353204, head/databases/postgresql93-docs/
  head/databases/postgresql94-pgtcl/
     - copied from r353204, head/databases/postgresql93-pgtcl/
  head/databases/postgresql94-plperl/
     - copied from r353204, head/databases/postgresql93-plperl/
  head/databases/postgresql94-plpython/
     - copied from r353204, head/databases/postgresql93-plpython/
  head/databases/postgresql94-pltcl/
     - copied from r353204, head/databases/postgresql93-pltcl/
Modified:
  head/databases/postgresql94-docs/Makefile
  head/databases/postgresql94-pgtcl/Makefile
  head/databases/postgresql94-plperl/Makefile
  head/databases/postgresql94-plpython/Makefile
  head/databases/postgresql94-pltcl/Makefile

Modified: head/databases/postgresql94-docs/Makefile
==============================================================================
--- head/databases/postgresql93-docs/Makefile	Wed May  7 20:42:38 2014	(r353204)
+++ head/databases/postgresql94-docs/Makefile	Tue May 20 22:26:21 2014	(r354695)
@@ -1,6 +1,6 @@
 # Created by: Palle Girgensohn <girgen@pingpong.net>
 # $FreeBSD$
 
-WANT_PGSQL_VER=93
+WANT_PGSQL_VER=94
 
 .include "${.CURDIR}/../postgresql91-docs/Makefile"

Modified: head/databases/postgresql94-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql93-pgtcl/Makefile	Wed May  7 20:42:38 2014	(r353204)
+++ head/databases/postgresql94-pgtcl/Makefile	Tue May 20 22:26:21 2014	(r354695)
@@ -1,11 +1,10 @@
 # $FreeBSD$
 
-WANT_PGSQL_VER=	93
+WANT_PGSQL_VER=	94
 PKGNAMESUFFIX=	-postgresql${WANT_PGSQL_VER}
 
-CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[012]-[0-9]*
+CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
 
 MASTERDIR=	${.CURDIR}/../pgtcl
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql94-plperl/Makefile
==============================================================================
--- head/databases/postgresql93-plperl/Makefile	Wed May  7 20:42:38 2014	(r353204)
+++ head/databases/postgresql94-plperl/Makefile	Tue May 20 22:26:21 2014	(r354695)
@@ -1,6 +1,7 @@
 # Created by: Palle Girgensohn <girgen@partitur.se>
 # $FreeBSD$
 
-WANT_PGSQL_VER=	93
+PORTREVISION=	0
+WANT_PGSQL_VER=	94
 
 .include "${.CURDIR}/../postgresql90-plperl/Makefile"

Modified: head/databases/postgresql94-plpython/Makefile
==============================================================================
--- head/databases/postgresql93-plpython/Makefile	Wed May  7 20:42:38 2014	(r353204)
+++ head/databases/postgresql94-plpython/Makefile	Tue May 20 22:26:21 2014	(r354695)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
-WANT_PGSQL_VER=	93
+PORTREVISION=	0
+WANT_PGSQL_VER=	94
 
 .include "${.CURDIR}/../postgresql90-plpython/Makefile"

Modified: head/databases/postgresql94-pltcl/Makefile
==============================================================================
--- head/databases/postgresql93-pltcl/Makefile	Wed May  7 20:42:38 2014	(r353204)
+++ head/databases/postgresql94-pltcl/Makefile	Tue May 20 22:26:21 2014	(r354695)
@@ -1,6 +1,6 @@
 # Created by: Palle Girgensohn <girgen@partitur.se>
 # $FreeBSD$
 
-WANT_PGSQL_VER=	93
+WANT_PGSQL_VER=	94
 
 .include "${.CURDIR}/../postgresql91-pltcl/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405202226.s4KMQLcm025175>