summaryrefslogtreecommitdiff
path: root/lang/go19
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03lang: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-09-27go19: fix PLISTtnn1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-07-08Update go19 to 1.9.7, latest on that branch.bsiegert2-6/+21
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and net/http/pprof package. See the Go 1.9.5 milestone on our issue tracker for details. go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command. See the Go 1.9.6 milestone on our issue tracker for details. go1.9.7 (released 2018/06/05) includes fixes to the go command, and the crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.9.7 milestone on our issue tracker for details.
2018-07-08Re-add Go 1.9.4 as lang/go19.bsiegert13-0/+7765
Changes to the previous iteration when it was lang/go: - everything installs in PREFIX/go19 - go and gofmt symlinks are maintained by pkg_alternatives