Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 08:09:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355672 - head/Mk/Uses
Message-ID:  <201405290809.s4T89OP1060558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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