svn commit: r355042 - in head: Mk databases

Palle Girgensohn girgen at FreeBSD.org
Sat May 24 14:38:43 UTC 2014


Author: girgen
Date: Sat May 24 14:38:42 2014
New Revision: 355042
URL: http://svnweb.freebsd.org/changeset/ports/355042
QAT: https://qat.redports.org/buildarchive/r355042/

Log:
  'activate' postgresql-9.4

Modified:
  head/Mk/bsd.database.mk
  head/databases/Makefile

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Sat May 24 14:29:41 2014	(r355041)
+++ head/Mk/bsd.database.mk	Sat May 24 14:38:42 2014	(r355042)
@@ -199,7 +199,7 @@ IGNORE=		cannot install: unknown MySQL v
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-VALID_PGSQL_VER=	84 90 91 92 93
+VALID_PGSQL_VER=	84 90 91 92 93 94
 DEFAULT_PGSQL_VER?=	${PGSQL_DEFAULT:S/.//}
 PGSQL83_LIBVER=		5
 PGSQL84_LIBVER=		5
@@ -207,6 +207,7 @@ PGSQL90_LIBVER=		5
 PGSQL91_LIBVER=		5
 PGSQL92_LIBVER=		5
 PGSQL93_LIBVER=		5
+PGSQL94_LIBVER=		5
 
 # Setting/finding PostgreSQL version we want.
 .  if exists(${LOCALBASE}/bin/pg_config)

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat May 24 14:29:41 2014	(r355041)
+++ head/databases/Makefile	Sat May 24 14:38:42 2014	(r355042)
@@ -679,6 +679,14 @@
     SUBDIR += postgresql93-plpython
     SUBDIR += postgresql93-pltcl
     SUBDIR += postgresql93-server
+    SUBDIR += postgresql94-client
+    SUBDIR += postgresql94-contrib
+    SUBDIR += postgresql94-docs
+    SUBDIR += postgresql94-pgtcl
+    SUBDIR += postgresql94-plperl
+    SUBDIR += postgresql94-plpython
+    SUBDIR += postgresql94-pltcl
+    SUBDIR += postgresql94-server
     SUBDIR += postgresql_autodoc
     SUBDIR += powerarchitect
     SUBDIR += proftpd-mod_sql_mysql


More information about the svn-ports-all mailing list