Mk/bsd.default-versions.mk: Update PGSQL_DEFAULT to 12

PR:		248657
Submitted by:	linimon
Reported by:	kbowling
Reviewed by:	tz
Sponsored by:	BBOX.io
This commit is contained in:
Kevin Bowling 2020-09-21 19:01:04 +00:00
parent d443b0b243
commit 71e515e648
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549479

View file

@ -87,7 +87,7 @@ _EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
# Possible values: 9.5, 9.6, 10, 11, 12
PGSQL_DEFAULT?= 11
PGSQL_DEFAULT?= 12
# Possible values: 7.2, 7.3, 7.4
PHP_DEFAULT?= 7.4
# Possible values: 2.7, 3.6, 3.7, 3.8