pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Remove GO112_VERSION and GO111_VERSION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15e115aa063d
branches:  trunk
changeset: 413582:15e115aa063d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Mar 21 10:07:48 2020 +0000

description:
Remove GO112_VERSION and GO111_VERSION.

diffstat:

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

diffs (18 lines):

diff -r 01f753f32216 -r 15e115aa063d lang/go/version.mk
--- a/lang/go/version.mk        Sat Mar 21 10:07:19 2020 +0000
+++ b/lang/go/version.mk        Sat Mar 21 10:07:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.84 2020/03/20 19:50:48 bsiegert Exp $
+# $NetBSD: version.mk,v 1.85 2020/03/21 10:07:48 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -8,8 +8,6 @@
 
 GO114_VERSION= 1.14.1
 GO113_VERSION= 1.13.8
-GO112_VERSION= 1.12.17
-GO111_VERSION= 1.11.13
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3



Home | Main Index | Thread Index | Old Index