pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go go: use go113 as the default for building pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0ba0e80ed61
branches:  trunk
changeset: 347312:a0ba0e80ed61
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 10 12:56:35 2020 +0000

description:
go: use go113 as the default for building packages.

I did a preliminary bulk build to find build failures resulting from this
change and fixed the fallout in www/grafana. Everything else seemed to be
ok.

diffstat:

 lang/go/version.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fd3def41f1bb -r a0ba0e80ed61 lang/go/version.mk
--- a/lang/go/version.mk        Fri Jan 10 12:54:01 2020 +0000
+++ b/lang/go/version.mk        Fri Jan 10 12:56:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.77 2020/01/10 12:53:01 bsiegert Exp $
+# $NetBSD: version.mk,v 1.78 2020/01/10 12:56:35 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -25,7 +25,7 @@
 # darwin version 13.4 is osx 10.9.5
 GO_VERSION_DEFAULT?=   110
 .else
-GO_VERSION_DEFAULT?=   112
+GO_VERSION_DEFAULT?=   113
 .endif
 
 .if !empty(GO_VERSION_DEFAULT)



Home | Main Index | Thread Index | Old Index