git: 9bd4903fe741 - main - sysutils/ipfs-go: Update to v0.26.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 00:25:29 UTC
The branch main has been updated by jhixson: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bd4903fe741e6d787e72a40d8f455e66c2530f0 commit 9bd4903fe741e6d787e72a40d8f455e66c2530f0 Author: John Hixson <jhixson@FreeBSD.org> AuthorDate: 2024-02-03 00:24:40 +0000 Commit: John Hixson <jhixson@FreeBSD.org> CommitDate: 2024-02-03 00:24:40 +0000 sysutils/ipfs-go: Update to v0.26.0 --- sysutils/ipfs-go/Makefile | 5 ++--- sysutils/ipfs-go/distinfo | 10 +++++----- .../ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go | 11 ----------- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index ca6f3eeed8ce..a6d133f1b587 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -1,7 +1,6 @@ PORTNAME= ipfs DISTVERSIONPREFIX= v -DISTVERSION= 0.19.1 -PORTREVISION= 3 +DISTVERSION= 0.26.0 CATEGORIES= sysutils PKGNAMESUFFIX= -go @@ -14,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:1.19,modules +USES= cpe go:1.20,modules CPE_VENDOR= protocol diff --git a/sysutils/ipfs-go/distinfo b/sysutils/ipfs-go/distinfo index f25e56b1ec99..cad276cfb2b3 100644 --- a/sysutils/ipfs-go/distinfo +++ b/sysutils/ipfs-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1680898298 -SHA256 (go/sysutils_ipfs-go/ipfs-v0.19.1/v0.19.1.mod) = 120d1afaeb485d716464867ef3a9279ca52787a6a541dde076b82b2318283783 -SIZE (go/sysutils_ipfs-go/ipfs-v0.19.1/v0.19.1.mod) = 11690 -SHA256 (go/sysutils_ipfs-go/ipfs-v0.19.1/v0.19.1.zip) = 9252cf8b9e60ed30c429ed518c2ff0ed7f93767072177a8222630e4c761672e8 -SIZE (go/sysutils_ipfs-go/ipfs-v0.19.1/v0.19.1.zip) = 2258249 +TIMESTAMP = 1706918873 +SHA256 (go/sysutils_ipfs-go/ipfs-v0.26.0/v0.26.0.mod) = 93aa3aa155466dd5d68e1898c79eb9715f501de663fb20197e9995b8863280a6 +SIZE (go/sysutils_ipfs-go/ipfs-v0.26.0/v0.26.0.mod) = 12260 +SHA256 (go/sysutils_ipfs-go/ipfs-v0.26.0/v0.26.0.zip) = 0880f8c0dd2b2efeef748cdf5cc8084631016662cb5339f7c1973146cbed2dd2 +SIZE (go/sysutils_ipfs-go/ipfs-v0.26.0/v0.26.0.zip) = 4136356 diff --git a/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go b/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go deleted file mode 100644 index c25d6e318889..000000000000 --- a/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go +++ /dev/null @@ -1,11 +0,0 @@ ---- repo/fsrepo/migrations/fetcher.go.orig 1979-11-30 05:00:00 UTC -+++ repo/fsrepo/migrations/fetcher.go -@@ -11,7 +11,7 @@ import ( - - const ( - // Current distribution to fetch migrations from -- CurrentIpfsDist = "/ipfs/Qmf4yftD4LuMo8JMNPqqw3BtUwYd2VkXMiAThuPE6usrbQ" // fs-repo-12-to-13 v1.0.0 -+ CurrentIpfsDist = "" // fs-repo-12-to-13 v1.0.0 - // Latest distribution path. Default for fetchers. - LatestIpfsDist = "/ipns/dist.ipfs.tech" -