svn commit: r354695 - in head/databases: postgresql94-docs postgresql94-pgtcl postgresql94-plperl postgresql94-plpython postgresql94-pltcl

Palle Girgensohn girgen at FreeBSD.org
Tue May 20 22:26:23 UTC 2014


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 at 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 at 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 at partitur.se>
 # $FreeBSD$
 
-WANT_PGSQL_VER=	93
+WANT_PGSQL_VER=	94
 
 .include "${.CURDIR}/../postgresql91-pltcl/Makefile"


More information about the svn-ports-all mailing list