svn commit: r441745 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Thu May 25 21:53:16 UTC 2017


Author: jlaffaye
Date: Thu May 25 21:53:14 2017
New Revision: 441745
URL: https://svnweb.freebsd.org/changeset/ports/441745

Log:
  - Update to 1.8.3

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

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Thu May 25 21:33:19 2017	(r441744)
+++ head/lang/go/Makefile	Thu May 25 21:53:14 2017	(r441745)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go
-PORTVERSION=	1.8.1
-PORTREVISION=	1
+PORTVERSION=	1.8.3
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://golang.org/dl/

Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo	Thu May 25 21:33:19 2017	(r441744)
+++ head/lang/go/distinfo	Thu May 25 21:53:14 2017	(r441745)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492288947
-SHA256 (go1.8.1.src.tar.gz) = 33daf4c03f86120fdfdc66bddf6bfff4661c7ca11c5da473e537f4d69b470e57
-SIZE (go1.8.1.src.tar.gz) = 15331455
+TIMESTAMP = 1495748479
+SHA256 (go1.8.3.src.tar.gz) = 5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6
+SIZE (go1.8.3.src.tar.gz) = 15345996

Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist	Thu May 25 21:33:19 2017	(r441744)
+++ head/lang/go/pkg-plist	Thu May 25 21:53:14 2017	(r441745)
@@ -1386,6 +1386,7 @@ go/src/cmd/compile/internal/gc/testdata/
 go/src/cmd/compile/internal/gc/testdata/chan.go
 go/src/cmd/compile/internal/gc/testdata/closure.go
 go/src/cmd/compile/internal/gc/testdata/cmp.go
+go/src/cmd/compile/internal/gc/testdata/cmpConst.go
 go/src/cmd/compile/internal/gc/testdata/compound.go
 go/src/cmd/compile/internal/gc/testdata/copy.go
 go/src/cmd/compile/internal/gc/testdata/ctl.go
@@ -1395,6 +1396,7 @@ go/src/cmd/compile/internal/gc/testdata/
 go/src/cmd/compile/internal/gc/testdata/fp.go
 go/src/cmd/compile/internal/gc/testdata/gen/arithBoundaryGen.go
 go/src/cmd/compile/internal/gc/testdata/gen/arithConstGen.go
+go/src/cmd/compile/internal/gc/testdata/gen/cmpConstGen.go
 go/src/cmd/compile/internal/gc/testdata/gen/constFoldGen.go
 go/src/cmd/compile/internal/gc/testdata/gen/copyGen.go
 go/src/cmd/compile/internal/gc/testdata/gen/zeroGen.go
@@ -6268,6 +6270,9 @@ go/test/fixedbugs/issue19201.go
 go/test/fixedbugs/issue19217.go
 go/test/fixedbugs/issue19323.go
 go/test/fixedbugs/issue19743.go
+go/test/fixedbugs/issue20029.go
+go/test/fixedbugs/issue20097.go
+go/test/fixedbugs/issue20335.go
 go/test/fixedbugs/issue2615.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go


More information about the svn-ports-all mailing list