[Midnightbsd-cvs] mports [22193] trunk/Mk/extensions/pgsql.mk: postgres 9.6 is real

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 29 11:28:46 EST 2016


Revision: 22193
          http://svnweb.midnightbsd.org/mports/?rev=22193
Author:   laffer1
Date:     2016-12-29 11:28:46 -0500 (Thu, 29 Dec 2016)
Log Message:
-----------
postgres 9.6 is real

Modified Paths:
--------------
    trunk/Mk/extensions/pgsql.mk

Modified: trunk/Mk/extensions/pgsql.mk
===================================================================
--- trunk/Mk/extensions/pgsql.mk	2016-12-29 16:27:25 UTC (rev 22192)
+++ trunk/Mk/extensions/pgsql.mk	2016-12-29 16:28:46 UTC (rev 22193)
@@ -9,7 +9,7 @@
 #				  If no version is given (by the maintainer via the port or
 #				  by the user via defined variable), try to find the
 #				  currently installed version.  Fall back to default if
-#				  necessary (PostgreSQL-8.4 = 84).
+#				  necessary (PostgreSQL-9.4 = 94).
 # DEFAULT_PGSQL_VER
 #				- PostgreSQL default version. Can be overridden within a port.
 #				  Default: 84.
@@ -26,7 +26,7 @@
 #	to add dependencies; use WANT_PGSQL as explained above
 #
 
-VALID_PGSQL_VER=	8.4 9.0 9.1 9.2 9.3 9.4 9.5
+VALID_PGSQL_VER=	9.0 9.1 9.2 9.3 9.4 9.5 9.6
 
 # Override non-default LIBVERS like this:
 #PGSQL99_LIBVER=6



More information about the Midnightbsd-cvs mailing list