1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Remove Postgresql 9.2 from the list of supported versions.

Submitted by:	cmt
This commit is contained in:
Rene Ladan 2018-02-10 22:19:13 +00:00
parent a00b7c0e64
commit 8ff6e2fd4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461442
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ _INCLUDE_USES_PGSQL_MK= yes
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
VALID_PGSQL_VER= 9.2 9.3 9.4 9.5 9.6 10
VALID_PGSQL_VER= 9.3 9.4 9.5 9.6 10
# Override non-default LIBVERS like this:
#PGSQL99_LIBVER=6

View File

@ -70,7 +70,7 @@ _PERL5_FROM_BIN!= perl -e 'printf "%vd\n", $$^V;'
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
# Possible values: 9.2, 9.3, 9.4, 9.5, 9.6
# Possible values: 9.3, 9.4, 9.5, 9.6
PGSQL_DEFAULT?= 9.5
# Possible values: 5.6, 7.0, 7.1, 7.2
PHP_DEFAULT?= 5.6