diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2016-10-23 17:21:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2016-10-23 17:21:08 +0800 |
commit | f57f36ba434363347e8ea750edaae9eaaaba9279 (patch) | |
tree | c28675c13367c9edd9f1fd5ebd709d62b7a08aa8 /lang | |
parent | ca60358e38b1d60f84b112620a1658c0d976758b (diff) | |
download | freebsd-ports-gnome-f57f36ba434363347e8ea750edaae9eaaaba9279.tar.gz freebsd-ports-gnome-f57f36ba434363347e8ea750edaae9eaaaba9279.tar.zst freebsd-ports-gnome-f57f36ba434363347e8ea750edaae9eaaaba9279.zip |
Update to 1.7.3
Diffstat (limited to 'lang')
-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 |