diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2013-08-14 04:25:15 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2013-08-14 04:25:15 +0800 |
commit | a74728b07f13e25573d25e93bd697df0d45af2fa (patch) | |
tree | ebe7403cf8d9860693f1b3999f7d7cd695ab0231 /lang | |
parent | 0099b3eecb5f838087d6d18072f6c08d119a70ec (diff) | |
download | freebsd-ports-gnome-a74728b07f13e25573d25e93bd697df0d45af2fa.tar.gz freebsd-ports-gnome-a74728b07f13e25573d25e93bd697df0d45af2fa.tar.zst freebsd-ports-gnome-a74728b07f13e25573d25e93bd697df0d45af2fa.zip |
- Update to 1.1.2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/Makefile | 2 | ||||
-rw-r--r-- | lang/go/distinfo | 4 | ||||
-rw-r--r-- | lang/go/pkg-plist | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index 599497e2f18f..13e2098ccddf 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GOOGLE_CODE diff --git a/lang/go/distinfo b/lang/go/distinfo index b34abc8b3981..2027c86d46cb 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,2 +1,2 @@ -SHA256 (go1.1.1.src.tar.gz) = 257f74b8d812bbdec695e842de587a1495e7728b4e63d280586a14786adbb5af -SIZE (go1.1.1.src.tar.gz) = 9045336 +SHA256 (go1.1.2.src.tar.gz) = ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70 +SIZE (go1.1.2.src.tar.gz) = 9049357 diff --git a/lang/go/pkg-plist b/lang/go/pkg-plist index 2f0bae51581b..a636e51828c8 100644 --- a/lang/go/pkg-plist +++ b/lang/go/pkg-plist @@ -2686,6 +2686,7 @@ go/src/pkg/syscall/netlink_linux.go go/src/pkg/syscall/passfd_test.go go/src/pkg/syscall/race.go go/src/pkg/syscall/race0.go +go/src/pkg/syscall/rlimit_linux_test.go go/src/pkg/syscall/route_bsd.go go/src/pkg/syscall/route_darwin.go go/src/pkg/syscall/route_freebsd.go @@ -3698,6 +3699,13 @@ go/test/fixedbugs/issue5614.dir/rethinkgo.go go/test/fixedbugs/issue5614.dir/y.go go/test/fixedbugs/issue5614.dir/x.go go/test/fixedbugs/issue5614.go +go/test/fixedbugs/issue5753.go +go/test/fixedbugs/issue5755.dir/a.go +go/test/fixedbugs/issue5755.dir/main.go +go/test/fixedbugs/issue5755.go +go/test/fixedbugs/issue5809.go +go/test/fixedbugs/issue5820.go +go/test/fixedbugs/issue5841.go go/test/fixedbugs/issue887.go go/test/float_lit.go go/test/floatcmp.go @@ -3923,6 +3931,7 @@ go/test/zerodivide.go @dirrm go/test/interface @dirrm go/test/import4.dir @dirrm go/test/import2.dir +@dirrm go/test/fixedbugs/issue5755.dir @dirrm go/test/fixedbugs/issue5614.dir @dirrm go/test/fixedbugs/issue5470.dir @dirrm go/test/fixedbugs/issue5291.dir |