svn commit: r355672 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Thu May 29 08:09:24 UTC 2014


Author: antoine
Date: Thu May 29 08:09:24 2014
New Revision: 355672
URL: http://svnweb.freebsd.org/changeset/ports/355672
QAT: https://qat.redports.org/buildarchive/r355672/

Log:
  Add 9.4 to the list of valid pgsql versions
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/pgsql.mk

Modified: head/Mk/Uses/pgsql.mk
==============================================================================
--- head/Mk/Uses/pgsql.mk	Thu May 29 07:49:06 2014	(r355671)
+++ head/Mk/Uses/pgsql.mk	Thu May 29 08:09:24 2014	(r355672)
@@ -31,7 +31,7 @@ _INCLUDE_USES_PGSQL_MK=	yes
 #	to add dependencies; use WANT_PGSQL as explained above
 #
 
-VALID_PGSQL_VER=	8.4 9.0 9.1 9.2 9.3
+VALID_PGSQL_VER=	8.4 9.0 9.1 9.2 9.3 9.4
 
 # Override non-default LIBVERS like this:
 #PGSQL99_LIBVER=6


More information about the svn-ports-all mailing list