svn commit: r389039 - head/Mk/Uses

Rene Ladan rene at FreeBSD.org
Wed Jun 10 15:36:53 UTC 2015


Author: rene
Date: Wed Jun 10 15:36:52 2015
New Revision: 389039
URL: https://svnweb.freebsd.org/changeset/ports/389039

Log:
  USES=pgsql: desupport PostgreSQL 8.4
  
  Postgresql 8.4 expired on 2015-05-10 because upstream discontinued support for
  them in July 2014.
  
  PR:		200228
  Reviewed by:	marino, portmgr (antoine)

Modified:
  head/Mk/Uses/pgsql.mk

Modified: head/Mk/Uses/pgsql.mk
==============================================================================
--- head/Mk/Uses/pgsql.mk	Wed Jun 10 15:29:24 2015	(r389038)
+++ head/Mk/Uses/pgsql.mk	Wed Jun 10 15:36:52 2015	(r389039)
@@ -6,7 +6,7 @@
 # Usage:	USES=		pgsql[:version]
 #
 #		Maintainer can set version required.  Minimum and maximum
-#		versions can be specified; e.g. 9.0-, 8.4+
+#		versions can be specified; e.g. 9.0-, 9.2+
 #
 #		WANT_PGSQL=	server[:fetch] pltcl plperl
 #
@@ -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 9.4
+VALID_PGSQL_VER=	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