Date: Fri, 31 Mar 2023 10:42:29 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: f4ec93e7f039 - main - www/mirrorselect: fix build on riscv64 Message-ID: <202303311042.32VAgT2a069492@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=f4ec93e7f039590adab82e30207ce28084aa0759 commit f4ec93e7f039590adab82e30207ce28084aa0759 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-28 11:17:41 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-31 10:42:06 +0000 www/mirrorselect: 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. Approved by: portmgr (build fix blanket) --- www/mirrorselect/Makefile | 4 ++-- www/mirrorselect/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/mirrorselect/Makefile b/www/mirrorselect/Makefile index 045e24612b8e..e2a439cafcc2 100644 --- a/www/mirrorselect/Makefile +++ b/www/mirrorselect/Makefile @@ -1,7 +1,7 @@ PORTNAME= mirrorselect DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www ports-mgmt MAINTAINER= aly@aaronly.me @@ -27,7 +27,7 @@ GH_TUPLE= \ go-playground:validator:v10.2.0:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:protobuf:v1.3.3:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:b77594299b42:golang_sys/vendor/golang.org/x/sys \ + golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ jlaffaye:ftp:9aae4d151126:jlaffaye_ftp/vendor/github.com/jlaffaye/ftp \ diff --git a/www/mirrorselect/distinfo b/www/mirrorselect/distinfo index e10e55c57e38..9ac579a291dc 100644 --- a/www/mirrorselect/distinfo +++ b/www/mirrorselect/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1612841638 +TIMESTAMP = 1680002020 SHA256 (DragonFlyBSD-mirrorselect-v0.9.0_GH0.tar.gz) = cf55425e133423c07a9caee7943068b50e079bb94ffe4845217664d05979d6d6 SIZE (DragonFlyBSD-mirrorselect-v0.9.0_GH0.tar.gz) = 34353 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd @@ -19,8 +19,8 @@ SHA256 (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 9632d0760e9a07c414f2b2b6cd453d6225e42e SIZE (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 72732 SHA256 (golang-protobuf-v1.3.3_GH0.tar.gz) = b3a1440808d6ed4dc0d194c482de029f6c116b1de7f7a3bf927324d965ff3853 SIZE (golang-protobuf-v1.3.3_GH0.tar.gz) = 315377 -SHA256 (golang-sys-b77594299b42_GH0.tar.gz) = 484bf05a828f18a9ea48f32b64322d6cc8e716b5cbfd455be72f445db8495b82 -SIZE (golang-sys-b77594299b42_GH0.tar.gz) = 1534631 +SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303311042.32VAgT2a069492>