CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/10/01 00:20:09
Modified files:
lang/go : Makefile distinfo
lang/go/pkg : PLIST
Added files:
lang/go/patches: patch-src_cmd_go_pkg_go
Log message:
Update to go 1.0.3.
- Fix a bug in the regress tests that may result in the tests being built/run
with the installed binaries rather than the new binaries.
- Fix a bug related to 'go install' trying to rebuild non-writeable $GOROOT
packages, when used with a $GOPATH (issue 4106).
- Include the 'misc' part of the package, which contains editor
configuration files, etc.
ok jsg@, sthen@