pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jul  8 18:00:56 UTC 2018

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
Forgot this in the last commit. Add GO19_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/go/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.39 pkgsrc/lang/go/version.mk:1.40
--- pkgsrc/lang/go/version.mk:1.39      Sun Jul  8 13:53:42 2018
+++ pkgsrc/lang/go/version.mk   Sun Jul  8 18:00:56 2018
@@ -1,10 +1,11 @@
-# $NetBSD: version.mk,v 1.39 2018/07/08 13:53:42 bsiegert Exp $
+# $NetBSD: version.mk,v 1.40 2018/07/08 18:00:56 bsiegert Exp $
 
 SSP_SUPPORTED= no
 
 .include "../../mk/bsd.prefs.mk"
 
 GO_VERSION=    1.10.3
+GO19_VERSION=  1.9.4
 GO14_VERSION=  1.4.3
 
 # How to find the Go tool



Home | Main Index | Thread Index | Old Index