pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go119: update to the final 1.19 release!



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Aug 13 14:21:57 2022 +0000
Changeset:	6a64ab8c224ea88ea036a228a530b7372f0c1ebc

Modified Files:
	go119/Makefile
	go119/PLIST
	go119/distinfo

Log Message:
go119: update to the final 1.19 release!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a64ab8c224ea88ea036a228a530b7372f0c1ebc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go119/Makefile |  2 +-
 go119/PLIST    | 13 ++++++++++---
 go119/distinfo |  6 +++---
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs:
diff --git a/go119/Makefile b/go119/Makefile
index dfbce6349a..fc75b34c38 100644
--- a/go119/Makefile
+++ b/go119/Makefile
@@ -5,7 +5,7 @@
 
 GOVERSSUFFIX=	119
 
-GO119_VERSION=	1.19.rc2
+GO119_VERSION=	1.19
 
 DISTNAME=	go${GO${GOVERSSUFFIX}_VERSION:S/.rc/rc/}.src
 PKGNAME=	go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
diff --git a/go119/PLIST b/go119/PLIST
index 574ab5c5c5..17cbb1e25c 100644
--- a/go119/PLIST
+++ b/go119/PLIST
@@ -1,9 +1,7 @@
 @comment $NetBSD$
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
-go119/AUTHORS
 go119/CONTRIBUTING.md
-go119/CONTRIBUTORS
 go119/LICENSE
 go119/PATENTS
 go119/README.md
@@ -36,7 +34,6 @@ go119/bin/gofmt
 go119/codereview.cfg
 go119/doc/asm.html
 go119/doc/go1.17_spec.html
-go119/doc/go1.19.html
 go119/doc/go_mem.html
 go119/doc/go_spec.html
 go119/lib/time/README
@@ -310,6 +307,9 @@ go119/misc/cgo/testplugin/testdata/issue44956/main.go
 go119/misc/cgo/testplugin/testdata/issue44956/plugin1.go
 go119/misc/cgo/testplugin/testdata/issue44956/plugin2.go
 go119/misc/cgo/testplugin/testdata/issue52937/main.go
+go119/misc/cgo/testplugin/testdata/issue53989/main.go
+go119/misc/cgo/testplugin/testdata/issue53989/p/p.go
+go119/misc/cgo/testplugin/testdata/issue53989/plugin.go
 go119/misc/cgo/testplugin/testdata/method/main.go
 go119/misc/cgo/testplugin/testdata/method/plugin.go
 go119/misc/cgo/testplugin/testdata/method2/main.go
@@ -2351,6 +2351,7 @@ go119/src/cmd/go/testdata/mod/example.com_retract_incompatible_v1.0.0.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_incompatible_v2.0.0+incompatible.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_missingmod_v1.0.0.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_missingmod_v1.9.0.txt
+go119/src/cmd/go/testdata/mod/example.com_retract_noupgrade_v1.0.0.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_rationale_v1.0.0-block.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_rationale_v1.0.0-blockwithcomment.txt
 go119/src/cmd/go/testdata/mod/example.com_retract_rationale_v1.0.0-empty.txt
@@ -2606,6 +2607,7 @@ go119/src/cmd/go/testdata/script/get_insecure_redirect.txt
 go119/src/cmd/go/testdata/script/get_insecure_update.txt
 go119/src/cmd/go/testdata/script/get_internal_wildcard.txt
 go119/src/cmd/go/testdata/script/get_issue11307.txt
+go119/src/cmd/go/testdata/script/get_issue16471.txt
 go119/src/cmd/go/testdata/script/get_legacy.txt
 go119/src/cmd/go/testdata/script/get_non_pkg.txt
 go119/src/cmd/go/testdata/script/get_race.txt
@@ -2731,6 +2733,7 @@ go119/src/cmd/go/testdata/script/mod_download_concurrent_read.txt
 go119/src/cmd/go/testdata/script/mod_download_git_decorate_full.txt
 go119/src/cmd/go/testdata/script/mod_download_hash.txt
 go119/src/cmd/go/testdata/script/mod_download_insecure_redirect.txt
+go119/src/cmd/go/testdata/script/mod_download_issue51114.txt
 go119/src/cmd/go/testdata/script/mod_download_json.txt
 go119/src/cmd/go/testdata/script/mod_download_partial.txt
 go119/src/cmd/go/testdata/script/mod_download_private_vcs.txt
@@ -2913,6 +2916,7 @@ go119/src/cmd/go/testdata/script/mod_retention.txt
 go119/src/cmd/go/testdata/script/mod_retract.txt
 go119/src/cmd/go/testdata/script/mod_retract_fix_version.txt
 go119/src/cmd/go/testdata/script/mod_retract_incompatible.txt
+go119/src/cmd/go/testdata/script/mod_retract_noupgrade.txt
 go119/src/cmd/go/testdata/script/mod_retract_pseudo_base.txt
 go119/src/cmd/go/testdata/script/mod_retract_rationale.txt
 go119/src/cmd/go/testdata/script/mod_retract_rename.txt
@@ -3147,6 +3151,7 @@ go119/src/cmd/go/testdata/script/work.txt
 go119/src/cmd/go/testdata/script/work_build_no_modules.txt
 go119/src/cmd/go/testdata/script/work_edit.txt
 go119/src/cmd/go/testdata/script/work_env.txt
+go119/src/cmd/go/testdata/script/work_goproxy_off.txt
 go119/src/cmd/go/testdata/script/work_gowork.txt
 go119/src/cmd/go/testdata/script/work_init_gowork.txt
 go119/src/cmd/go/testdata/script/work_init_path.txt
@@ -12066,6 +12071,8 @@ go119/test/typeparam/issue53390.go
 go119/test/typeparam/issue53406.go
 go119/test/typeparam/issue53419.go
 go119/test/typeparam/issue53477.go
+go119/test/typeparam/issue53762.go
+go119/test/typeparam/issue54135.go
 go119/test/typeparam/list.go
 go119/test/typeparam/list2.go
 go119/test/typeparam/listimp.dir/a.go
diff --git a/go119/distinfo b/go119/distinfo
index 63130adf8e..01bbdc2cee 100644
--- a/go119/distinfo
+++ b/go119/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.4 2022/06/02 18:50:40 bsiegert Exp $
 
-BLAKE2s (go1.19rc2.src.tar.gz) = f813523839ce6ade96ad3c7ddb282f6f708bc0c56d6072ad79f89085f5391a55
-SHA512 (go1.19rc2.src.tar.gz) = b4407bb4cb1abdff7d619876282beeab7a94ae7d0b050de78168083029933cac04a49107e2f7cd43adf2c25946959fa5545ea29c6238fbed39c980117fdcb2dc
-Size (go1.19rc2.src.tar.gz) = 26593323 bytes
+BLAKE2s (go1.19.src.tar.gz) = 2c1b998568e6c3e1eb3ab304635d922d6f5ae769e4ec32091905402a9505d3ea
+SHA512 (go1.19.src.tar.gz) = c4460d54957a0bcf3407ea72cd1c6b3c645ef4ef6cc0fa142a80cb43c06ca4af31d52b0ccd723c81d17a62004bc96559cad23da874a4b668b4d8b168f1da2186
+Size (go1.19.src.tar.gz) = 26521849 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35


Home | Main Index | Thread Index | Old Index