diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index ca22b58cff01..52d3868868fd 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -1,48 +1,47 @@ PORTNAME= ipfs DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 -PORTREVISION= 3 +DISTVERSION= 0.13.0 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/go-ipfs/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -go DISTNAME= go-ipfs-source MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go LICENSE= MIT APACHE20 LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:1.17,modules +USES= cpe go:modules CPE_VENDOR= protocol GO_TARGET= ./cmd/ipfs:ipfs-go NO_WRKSUBDIR= yes 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 7d51775d0d4d..571adecf01ba 100644 --- a/sysutils/ipfs-go/distinfo +++ b/sysutils/ipfs-go/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641833266 -SHA256 (go-ipfs-source.tar.gz) = 9533c69c5a8383231699208f98b1e0b863672503168bd2cface65f0e0792f58e -SIZE (go-ipfs-source.tar.gz) = 15141897 +TIMESTAMP = 1655490739 +SHA256 (go-ipfs-source.tar.gz) = 784207b26b43def178f115451c4cf6f20915bfbbb9d2930113c67ea1a33aa4b3 +SIZE (go-ipfs-source.tar.gz) = 13474994 diff --git a/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go b/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go index 0ddf4c1de515..435283e0f570 100644 --- a/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go +++ b/sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go @@ -1,11 +1,11 @@ ---- repo/fsrepo/migrations/fetcher.go.orig 2022-01-10 17:25:02 UTC +--- repo/fsrepo/migrations/fetcher.go.orig 2022-06-17 18:33:52 UTC +++ repo/fsrepo/migrations/fetcher.go -@@ -10,7 +10,7 @@ import ( +@@ -11,7 +11,7 @@ const ( const ( // Current distribution to fetch migrations from -- CurrentIpfsDist = "/ipfs/QmP7tLxzhLU1KauTRX3jkVkF93pCv4skcceyUYMhf4AKJR" // fs-repo-migrations v2.0.2 -+ CurrentIpfsDist = "" // fs-repo-migrations v2.0.2 +- CurrentIpfsDist = "/ipfs/QmdaCHYBDHEhXCMoynH5UcohEay6m1XayZCcxWZzKAHNVN" // fs-repo-11-to-12 v1.0.2 ++ CurrentIpfsDist = "" // fs-repo-11-to-12 v1.0.2 // Latest distribution path. Default for fetchers. LatestIpfsDist = "/ipns/dist.ipfs.io"