Date: Fri, 3 Mar 2023 21:31:26 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb10668a3912 - main - deskutils/pet: fix build on riscv64 Message-ID: <202303032131.323LVQdL022918@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb10668a3912bd08da5d0d3496db53b72d926e04 commit fb10668a3912bd08da5d0d3496db53b72d926e04 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-02 09:46:43 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-03 21:31:09 +0000 deskutils/pet: fix build on riscv64 Bump golang.org/x/sys dependency to a version new enough to have the bits required for riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: yuri (maintainer) Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38870 --- deskutils/pet/Makefile | 4 ++-- deskutils/pet/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deskutils/pet/Makefile b/deskutils/pet/Makefile index e9dbdf73c0d0..a8511dfc7477 100644 --- a/deskutils/pet/Makefile +++ b/deskutils/pet/Makefile @@ -1,7 +1,7 @@ PORTNAME= pet DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -29,7 +29,7 @@ GH_TUPLE= \ golang:oauth2:f42d05182288:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:0a5406a5449c:golang_sys/vendor/golang.org/x/sys \ + golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ google:go-github:v15.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ diff --git a/deskutils/pet/distinfo b/deskutils/pet/distinfo index 78f3924f3535..1eaf5b52fa2a 100644 --- a/deskutils/pet/distinfo +++ b/deskutils/pet/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1637203019 +TIMESTAMP = 1677749671 SHA256 (knqyf263-pet-v0.4.0_GH0.tar.gz) = 3161b5a5dd030fd721164faf80b4cadd5edd1be693d5e4c66b7adc3e82a6405c SIZE (knqyf263-pet-v0.4.0_GH0.tar.gz) = 2742248 SHA256 (BurntSushi-toml-v0.3.0_GH0.tar.gz) = 2c49390424cfb043f803977bce80b1504495bada54f9e845ff8b30a05fab9a36 @@ -29,8 +29,8 @@ SHA256 (golang-protobuf-v1.2.0_GH0.tar.gz) = 157a148ae4e132eb169ec794b6cb43f1002 SIZE (golang-protobuf-v1.2.0_GH0.tar.gz) = 332565 SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-0a5406a5449c_GH0.tar.gz) = 9b5a0f119e6739fa4c131c374bb80d4e73e2e741da84439ce05c8703f416b177 -SIZE (golang-sys-0a5406a5449c_GH0.tar.gz) = 1224892 +SHA256 (golang-sys-v0.5.0_GH0.tar.gz) = 810c8f1b7704674971ab6b2b614aba20a5a1765018fd2c639f528dbbcbf88b1f +SIZE (golang-sys-v0.5.0_GH0.tar.gz) = 1429723 SHA256 (golang-time-555d28b269f0_GH0.tar.gz) = 8ce368da65025dad4e4ed302a5835e2b3579f3a111721f9b275803519a5d10b3 SIZE (golang-time-555d28b269f0_GH0.tar.gz) = 9577 SHA256 (google-go-github-v15.0.0_GH0.tar.gz) = b567899f55ff36e5795bc40959417c93a2354c3f4adc30fcffcbc8686c3a6529
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303032131.323LVQdL022918>