diff --git a/lang/go/Portfile b/lang/go/Portfile
a
|
b
|
|
5 | 5 | |
6 | 6 | name go |
7 | 7 | epoch 2 |
8 | | version 1.7 |
| 8 | version 1.7.1 |
9 | 9 | categories lang |
10 | 10 | platforms darwin freebsd linux |
11 | 11 | license BSD |
… |
… |
|
28 | 28 | distfiles ${name}${version}.src.tar.gz |
29 | 29 | worksrcdir ${name} |
30 | 30 | |
31 | | checksums rmd160 e9de837034aa9b9c38ffe32a0ff115ada5cab768 \ |
32 | | sha256 72680c16ba0891fcf2ccf46d0f809e4ecf47bbf889f5d884ccb54c5e9a17e1c0 |
| 31 | checksums rmd160 378d3fd9d3d8b7e331b7ce4531a704afcbd32a75 \ |
| 32 | sha256 2b843f133b81b7995f26d0cb64bbdbb9d0704b90c44df45f844d28881ad442d3 |
33 | 33 | |
34 | | depends_run port:go-1.4 |
| 34 | depends_run port:go |
35 | 35 | |
36 | 36 | set GOROOT ${worksrcpath} |
37 | 37 | set GOROOT_FINAL ${prefix}/lib/${name} |
… |
… |
|
55 | 55 | build.dir ${worksrcpath}/src |
56 | 56 | build.cmd ./make.bash |
57 | 57 | build.target |
58 | | build.env GOROOT_BOOTSTRAP=${prefix}/lib/go-1.4 \ |
| 58 | build.env GOROOT_BOOTSTRAP=${prefix}/lib/go \ |
59 | 59 | GOROOT=${GOROOT} \ |
60 | 60 | GOARCH=${GOARCH} \ |
61 | 61 | GOOS=darwin \ |