aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hixson <jhixson@FreeBSD.org>2024-02-03 00:24:40 +0000
committerJohn Hixson <jhixson@FreeBSD.org>2024-02-03 00:24:40 +0000
commit9bd4903fe741e6d787e72a40d8f455e66c2530f0 (patch)
treed5b405f54948c1518db79b6aef87956a231ced3b
parentf12d584693da95a30083db616d20128f75946850 (diff)
downloadports-9bd4903fe741e6d787e72a40d8f455e66c2530f0.tar.gz
ports-9bd4903fe741e6d787e72a40d8f455e66c2530f0.zip
sysutils/ipfs-go: Update to v0.26.0
-rw-r--r--sysutils/ipfs-go/Makefile5
-rw-r--r--sysutils/ipfs-go/distinfo10
-rw-r--r--sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go11
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"
-