Date: Sat, 24 May 2014 14:38:43 +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: r355042 - in head: Mk databases Message-ID: <201405241438.s4OEch3U029507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241438.s4OEch3U029507>