svn commit: r481182 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Wed Oct 3 19:53:12 UTC 2018


Author: jlaffaye
Date: Wed Oct  3 19:53:11 2018
New Revision: 481182
URL: https://svnweb.freebsd.org/changeset/ports/481182

Log:
  Update to 1.11.1
  
  PR:		231883
  Submitted by:	Dmitri Goutnik <dg at syrec.org>

Modified:
  head/lang/go/Makefile
  head/lang/go/distinfo
  head/lang/go/pkg-plist

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Wed Oct  3 19:26:27 2018	(r481181)
+++ head/lang/go/Makefile	Wed Oct  3 19:53:11 2018	(r481182)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go
-PORTVERSION=	1.11
+PORTVERSION=	1.11.1
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://golang.org/dl/

Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo	Wed Oct  3 19:26:27 2018	(r481181)
+++ head/lang/go/distinfo	Wed Oct  3 19:53:11 2018	(r481182)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535198657
-SHA256 (go1.11.src.tar.gz) = afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb
-SIZE (go1.11.src.tar.gz) = 21091932
+TIMESTAMP = 1538502423
+SHA256 (go1.11.1.src.tar.gz) = 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
+SIZE (go1.11.1.src.tar.gz) = 21097206

Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist	Wed Oct  3 19:26:27 2018	(r481181)
+++ head/lang/go/pkg-plist	Wed Oct  3 19:53:11 2018	(r481182)
@@ -2399,6 +2399,7 @@ go/src/cmd/go/testdata/script/README
 go/src/cmd/go/testdata/script/binary_only.txt
 go/src/cmd/go/testdata/script/build_GOTMPDIR.txt
 go/src/cmd/go/testdata/script/build_cache_compile.txt
+go/src/cmd/go/testdata/script/build_cache_gomips.txt
 go/src/cmd/go/testdata/script/build_cache_link.txt
 go/src/cmd/go/testdata/script/build_cache_output.txt
 go/src/cmd/go/testdata/script/cover_atomic_pkgall.txt
@@ -8460,6 +8461,11 @@ go/test/fixedbugs/issue26416.go
 go/test/fixedbugs/issue26426.go
 go/test/fixedbugs/issue26438.go
 go/test/fixedbugs/issue26495.go
+go/test/fixedbugs/issue27143.go
+go/test/fixedbugs/issue27278.go
+go/test/fixedbugs/issue27289.go
+go/test/fixedbugs/issue27695.go
+go/test/fixedbugs/issue27695b.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go
 go/test/fixedbugs/issue3552.go


More information about the svn-ports-all mailing list