summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-10 15:36:52 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-10 15:36:52 +0000
commit332a0186e9270ed508cf16f3d837f7e00abb311a (patch)
treef5d4c00dd4f73bada11062d9563a6dd67dfc1ea0
parent- Update to 0.8.0 (diff)
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)
Notes
Notes: svn path=/head/; revision=389039
-rw-r--r--Mk/Uses/pgsql.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk
index 7b7db70c9933..7601866888a9 100644
--- a/Mk/Uses/pgsql.mk
+++ b/Mk/Uses/pgsql.mk
@@ -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