Commits
Zero King authored fb4be535a01
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name go |
6 6 | epoch 2 |
7 - | version 1.9.1 |
7 + | version 1.9.2 |
8 8 | categories lang |
9 9 | platforms darwin freebsd linux |
10 10 | license BSD |
11 11 | maintainers {ciserlohn @ci42} openmaintainer |
12 12 | description compiled, garbage-collected, concurrent programming \ |
13 13 | language developed by Google Inc. |
14 14 | long_description \ |
15 15 | The Go programming language is an open source project to make programmers \ |
16 16 | more productive. Go is expressive, concise, clean, and efficient. Its \ |
17 17 | concurrency mechanisms make it easy to write programs that get the most \ |
20 20 | to machine code yet has the convenience of garbage collection and the \ |
21 21 | power of run-time reflection. It's a fast, statically typed, compiled \ |
22 22 | language that feels like a dynamically typed, interpreted language. Go \ |
23 23 | is developed by Google Inc. |
24 24 | |
25 25 | homepage https://golang.org/ |
26 26 | master_sites https://storage.googleapis.com/golang/ |
27 27 | distfiles ${name}${version}.src.tar.gz |
28 28 | worksrcdir ${name} |
29 29 | |
30 - | checksums rmd160 eaff2b7bdd386e6e36175a0fb5f9fb019c7fd3b8 \ |
31 - | sha256 a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e |
30 + | checksums rmd160 f8ae6b41af3f450b0d9a3d33aa9e0d5df39904d4 \ |
31 + | sha256 665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc |
32 32 | |
33 33 | depends_build port:go-1.4 |
34 34 | |
35 35 | set GOROOT ${worksrcpath} |
36 36 | set GOROOT_FINAL ${prefix}/lib/${name} |
37 37 | |
38 38 | supported_archs i386 x86_64 |
39 39 | |
40 40 | switch ${build_arch} { |
41 41 | i386 { |