Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2023 20:56:48 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: df2f94bface2 - main - misc/dive: fix build on riscv64
Message-ID:  <202303242056.32OKumVT088546@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=df2f94bface23b2ea8722eef4a59877fdef8651d

commit df2f94bface23b2ea8722eef4a59877fdef8651d
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-03-23 01:37:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-24 20:54:48 +0000

    misc/dive: 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)
---
 misc/dive/Makefile | 4 ++--
 misc/dive/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/misc/dive/Makefile b/misc/dive/Makefile
index e3932f46193c..0f3e271dcfe6 100644
--- a/misc/dive/Makefile
+++ b/misc/dive/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dive
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -33,7 +33,7 @@ GH_TUPLE=	\
 		gogo:protobuf:v1.3.0:gogo_protobuf/vendor/github.com/gogo/protobuf \
 		golang:net:ba9fcec4b297:golang_net/vendor/golang.org/x/net \
 		golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
-		golang:sys:12a6c2dcc1e4: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 \
 		google:go-genproto:6af8c5fc6601:google_go_genproto/vendor/google.golang.org/genproto \
 		google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \
diff --git a/misc/dive/distinfo b/misc/dive/distinfo
index e1c1fd5dd4dd..6262ca9cdbdd 100644
--- a/misc/dive/distinfo
+++ b/misc/dive/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1616303058
+TIMESTAMP = 1679535200
 SHA256 (wagoodman-dive-v0.10.0_GH0.tar.gz) = 293e3ae853c8e7f77e4891addb4504a057ed3b6d97934cc97201031bcaa30b53
 SIZE (wagoodman-dive-v0.10.0_GH0.tar.gz) = 3667730
 SHA256 (Microsoft-go-winio-v0.4.14_GH0.tar.gz) = 379082e49fb22dfdd9a0ff57f8a6d6d7e97ba30fdc0159ef2f38dc4caa79fd8e
@@ -37,8 +37,8 @@ SHA256 (golang-net-ba9fcec4b297_GH0.tar.gz) = eae512644d59db05f5420315897daf1315
 SIZE (golang-net-ba9fcec4b297_GH0.tar.gz) = 1100029
 SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
 SIZE (golang-protobuf-v1.3.1_GH0.tar.gz) = 310884
-SHA256 (golang-sys-12a6c2dcc1e4_GH0.tar.gz) = 5350f98d232647593d1a926161325f4d1ca4632a7c9e6540a04ca407a7dd768f
-SIZE (golang-sys-12a6c2dcc1e4_GH0.tar.gz) = 1536898
+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 (google-go-genproto-6af8c5fc6601_GH0.tar.gz) = 48d93feede430fb7600c5c5422fdc90a6c9164b52479913d55577cda60cdc5dc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303242056.32OKumVT088546>