summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-07-27 00:17:12 +0000
committergdt <gdt@pkgsrc.org>2020-07-27 00:17:12 +0000
commitc6cf06d97cd39a9c79f44d33657f00cecce1cd05 (patch)
tree17a9a021fd6fb086090786de07ee383959014ce8 /mk
parentb3a9ebc2f26e415f9cc557b6a116998483223e8c (diff)
downloadpkgsrc-c6cf06d97cd39a9c79f44d33657f00cecce1cd05.tar.gz
mk/pgsql: Change default to 12
As discussed on foo-pkg at some length, with no significant objections.
Diffstat (limited to 'mk')
-rw-r--r--mk/pgsql.buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pgsql.buildlink3.mk b/mk/pgsql.buildlink3.mk
index d40e41250c2..20af99f70d8 100644
--- a/mk/pgsql.buildlink3.mk
+++ b/mk/pgsql.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.51 2020/05/23 07:35:56 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.52 2020/07/27 00:17:12 gdt Exp $
#
# User-settable variables:
#
@@ -24,7 +24,7 @@ _SYS_VARS.pgsql= PG_LIB_EXT PGSQL_TYPE PGPKGSRCDIR
.include "../../mk/bsd.prefs.mk"
-PGSQL_VERSION_DEFAULT?= 95
+PGSQL_VERSION_DEFAULT?= 12
PGSQL_VERSIONS_ACCEPTED?= 12 11 10 96 95
# transform the list into individual variables