Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2023 07:41:45 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: 28587fb27608 - main - sysutils/choria: fix build on non-amd64
Message-ID:  <202310090741.3997fjoj020089@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=28587fb27608c623496a0f0884582bd0af61d124

commit 28587fb27608c623496a0f0884582bd0af61d124
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-10-07 04:20:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-09 07:40:29 +0000

    sysutils/choria: fix build on non-amd64
    
    Bump github.com/goss-org/go-ps dependency to a version new enough to
    have a patch due to sunpoet that enables it on non-amd64.  No other
    changes in the dependency.
    
    Changelog: https://github.com/goss-org/go-ps/compare/953ade48a71b...484db64eaa75
    
    Obtained from:  https://github.com/goss-org/go-ps/commit/32d76597b274fe874d3e8e89be19315b7b713207
    Approved by:    portmgr (build fix blanket)
    MFH:            2023Q4
---
 sysutils/choria/Makefile | 2 +-
 sysutils/choria/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile
index 3bc66a798fc8..ff5d67195c16 100644
--- a/sysutils/choria/Makefile
+++ b/sysutils/choria/Makefile
@@ -81,7 +81,7 @@ GH_TUPLE=	\
 		google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \
 		google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
 		goss-org:GOnetstat:22be0bd9e64d:goss_org_gonetstat/vendor/github.com/goss-org/GOnetstat \
-		goss-org:go-ps:953ade48a71b:goss_org_go_ps/vendor/github.com/goss-org/go-ps \
+		goss-org:go-ps:484db64eaa754408ebb3333c9a9b1a2aea5edb02:goss_org_go_ps/vendor/github.com/goss-org/go-ps \
 		goss-org:goss:v0.3.21:goss_org_goss/vendor/github.com/goss-org/goss \
 		gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \
 		gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \
diff --git a/sysutils/choria/distinfo b/sysutils/choria/distinfo
index bbb0d6ee121e..dfc8aa6edda4 100644
--- a/sysutils/choria/distinfo
+++ b/sysutils/choria/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1680313970
+TIMESTAMP = 1696652348
 SHA256 (choria-io-go-choria-v0.27.0_GH0.tar.gz) = e8725acf899414980b92175a48844aefea3001044ba6273d4aaea93ac2a896c5
 SIZE (choria-io-go-choria-v0.27.0_GH0.tar.gz) = 7452184
 SHA256 (AlecAivazis-survey-v2.3.6_GH0.tar.gz) = 625a234986f6a91a09ca25e88b907d29af1ea1df7601c38b1b79937571f209ee
@@ -125,8 +125,8 @@ SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed237
 SIZE (google-uuid-v1.3.0_GH0.tar.gz) = 16210
 SHA256 (goss-org-GOnetstat-22be0bd9e64d_GH0.tar.gz) = 336375b1ad24b4ad8880df17d0cb92b6bfd0df20beeffe877ce4eedcf6f98b58
 SIZE (goss-org-GOnetstat-22be0bd9e64d_GH0.tar.gz) = 3957
-SHA256 (goss-org-go-ps-953ade48a71b_GH0.tar.gz) = 15b62bb170289a02a2d0ee7def6053d846fac952ac710f58a4a36e99da028cbb
-SIZE (goss-org-go-ps-953ade48a71b_GH0.tar.gz) = 7655
+SHA256 (goss-org-go-ps-484db64eaa754408ebb3333c9a9b1a2aea5edb02_GH0.tar.gz) = e42ac1680f190fe3d968821fc6c8a3c5ef69ebcebbde1fc7e7598e68710bdbf1
+SIZE (goss-org-go-ps-484db64eaa754408ebb3333c9a9b1a2aea5edb02_GH0.tar.gz) = 7591
 SHA256 (goss-org-goss-v0.3.21_GH0.tar.gz) = 04ca4bd42d8201b655772e8d7b7d9efee5b7a7bbce0459ce4c06d8cbbb29b623
 SIZE (goss-org-goss-v0.3.21_GH0.tar.gz) = 119733
 SHA256 (gosuri-uilive-v0.0.4_GH0.tar.gz) = d6d60529725b8fe0a75d30361961257f2dc0c99ae567256fb6d9e45bf5243036



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