diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2016-10-23 09:21:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2016-10-23 09:21:08 +0000 |
commit | 0f5fe930cfc2b499cf7aebf2cc83d59e109a29ad (patch) | |
tree | c28675c13367c9edd9f1fd5ebd709d62b7a08aa8 /lang/go | |
parent | bc8a7afbb13f758fee922970a0f2d9b09748e98d (diff) | |
download | ports-0f5fe930cfc2b499cf7aebf2cc83d59e109a29ad.tar.gz ports-0f5fe930cfc2b499cf7aebf2cc83d59e109a29ad.zip |
Notes
Diffstat (limited to 'lang/go')
-rw-r--r-- | lang/go/Makefile | 2 | ||||
-rw-r--r-- | lang/go/distinfo | 6 | ||||
-rw-r--r-- | lang/go/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index 587eddc66bb1..1f746d4d0eec 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ diff --git a/lang/go/distinfo b/lang/go/distinfo index 4b02439d0c6e..d3fbf602bd6b 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473618378 -SHA256 (go1.7.1.src.tar.gz) = 2b843f133b81b7995f26d0cb64bbdbb9d0704b90c44df45f844d28881ad442d3 -SIZE (go1.7.1.src.tar.gz) = 14098889 +TIMESTAMP = 1477212915 +SHA256 (go1.7.3.src.tar.gz) = 79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44 +SIZE (go1.7.3.src.tar.gz) = 14196345 diff --git a/lang/go/pkg-plist b/lang/go/pkg-plist index b829f81d08b6..e143b8cb7021 100644 --- a/lang/go/pkg-plist +++ b/lang/go/pkg-plist @@ -5693,6 +5693,7 @@ go/test/fixedbugs/issue16133.go go/test/fixedbugs/issue16193.go go/test/fixedbugs/issue16249.go go/test/fixedbugs/issue16515.go +go/test/fixedbugs/issue17318.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go |