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,46 +1,45 @@ PORTNAME= ipfs DISTVERSIONPREFIX= v -DISTVERSION= 0.19.1 -PORTREVISION= 3 +DISTVERSION= 0.26.0 CATEGORIES= sysutils PKGNAMESUFFIX= -go MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go WWW= https://github.com/ipfs/kubo LICENSE= MIT APACHE20 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 GO_MODULE= github.com/ipfs/kubo GO_TARGET= ./cmd/ipfs:ipfs-go USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= ${FULLNAME} SUB_LIST= IPFS_USER=${IPFS_USER} \ IPFS_GROUP=${IPFS_GROUP} \ IPFS_HOME=${IPFS_HOME} PLIST_SUB= IPFS_USER=${IPFS_USER} \ IPFS_GROUP=${IPFS_GROUP} \ IPFS_HOME=${IPFS_HOME} IPFS_USER?= ${FULLNAME} IPFS_GROUP?= ${FULLNAME} IPFS_HOME?= /var/db/${FULLNAME} USERS= ${IPFS_USER} GROUPS= ${IPFS_GROUP} FULLNAME= ${PORTNAME}${PKGNAMESUFFIX} post-install: @${MKDIR} ${STAGEDIR}${IPFS_HOME} .include 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" -