Received: by mail.netbsd.org (Postfix, from userid 605) id 3818D84D56; Mon, 27 Jul 2020 00:17:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4B3484D31 for ; Mon, 27 Jul 2020 00:17:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0dnXMPEECpH5 for ; Mon, 27 Jul 2020 00:17:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B20884CDA for ; Mon, 27 Jul 2020 00:17:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 157A0FB28; Mon, 27 Jul 2020 00:17:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159580903394910" MIME-Version: 1.0 Date: Mon, 27 Jul 2020 00:17:13 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200727001713.157A0FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159580903394910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Jul 27 00:17:13 UTC 2020 Modified Files: pkgsrc/mk: pgsql.buildlink3.mk Log Message: mk/pgsql: Change default to 12 As discussed on foo-pkg at some length, with no significant objections. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/mk/pgsql.buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159580903394910 Content-Disposition: inline Content-Length: 692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/pgsql.buildlink3.mk diff -u pkgsrc/mk/pgsql.buildlink3.mk:1.51 pkgsrc/mk/pgsql.buildlink3.mk:1.52 --- pkgsrc/mk/pgsql.buildlink3.mk:1.51 Sat May 23 07:35:56 2020 +++ pkgsrc/mk/pgsql.buildlink3.mk Mon Jul 27 00:17:12 2020 @@ -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 P .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 --_----------=_159580903394910--