Date: Sat, 11 Mar 2023 08:39:19 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: f09cdc05ff6e - main - shells/antibody: fix build on riscv64 Message-ID: <202303110839.32B8dJgm081327@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=f09cdc05ff6eb025041e8ff0f96c21d1a5428fb8 commit f09cdc05ff6eb025041e8ff0f96c21d1a5428fb8 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-08 17:43:39 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-11 08:35:34 +0000 shells/antibody: fix build on riscv64 Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. --- shells/antibody/Makefile | 4 ++-- shells/antibody/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shells/antibody/Makefile b/shells/antibody/Makefile index 70b6e5d941e1..c089678338df 100644 --- a/shells/antibody/Makefile +++ b/shells/antibody/Makefile @@ -1,7 +1,7 @@ PORTNAME= antibody PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= shells MAINTAINER= ports@FreeBSD.org @@ -26,6 +26,6 @@ GH_TUPLE= alecthomas:kingpin:v2.2.6:kingpin/vendor/gopkg.in/alecthomas/kingpin.v getantibody:folder:v1.0.0:folder/vendor/github.com/getantibody/folder \ golang:crypto:948cd5:crypto/vendor/golang.org/x/crypto \ golang:sync:6e8e73:sync/vendor/golang.org/x/sync \ - golang:sys:ddb980:sys/vendor/golang.org/x/sys + golang:sys:v0.5.0:sys/vendor/golang.org/x/sys .include <bsd.port.mk> diff --git a/shells/antibody/distinfo b/shells/antibody/distinfo index 6e64c52511e1..38b07f003a33 100644 --- a/shells/antibody/distinfo +++ b/shells/antibody/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1599186197 +TIMESTAMP = 1678296890 SHA256 (getantibody-antibody-v6.1.1_GH0.tar.gz) = 87bced5fba8cf5d587ea803d33dda72e8bcbd4e4c9991a9b40b2de4babbfc24f SIZE (getantibody-antibody-v6.1.1_GH0.tar.gz) = 53625 SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624eae43489de8a71ea60efaf6744c581b6bd62909f7514c484c1ea0efaba5a @@ -13,5 +13,5 @@ SHA256 (golang-crypto-948cd5_GH0.tar.gz) = 91221f5cc031f8781ea7e5c9d038b19bd3130 SIZE (golang-crypto-948cd5_GH0.tar.gz) = 1732442 SHA256 (golang-sync-6e8e73_GH0.tar.gz) = 39d2236990121d86c62d9ab47c7c756bc629154b39ae6b2298ac36553ea7c807 SIZE (golang-sync-6e8e73_GH0.tar.gz) = 17293 -SHA256 (golang-sys-ddb980_GH0.tar.gz) = 63fb6e84614d8d02d80216ca4e88b128c540aec87f4172d7019fab129f87994b -SIZE (golang-sys-ddb980_GH0.tar.gz) = 1054257 +SHA256 (golang-sys-v0.5.0_GH0.tar.gz) = 810c8f1b7704674971ab6b2b614aba20a5a1765018fd2c639f528dbbcbf88b1f +SIZE (golang-sys-v0.5.0_GH0.tar.gz) = 1429723
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303110839.32B8dJgm081327>