git: 96c24dd7429c - main - sysutils/ipfs-go: Update to 0.13.0, drop go1.17 requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 12:53:16 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=96c24dd7429cfe63a4b32bdfc45e304c89399d4b commit 96c24dd7429cfe63a4b32bdfc45e304c89399d4b Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-07-01 12:48:19 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-07-01 12:51:16 +0000 sysutils/ipfs-go: Update to 0.13.0, drop go1.17 requirement Changes: https://github.com/ipfs/go-ipfs/releases/tag/v0.13.0 PR: 264741 Approved by: jhixson (maintainer timeout) --- sysutils/ipfs-go/Makefile | 5 ++--- sysutils/ipfs-go/distinfo | 6 +++--- sysutils/ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) 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,7 +1,6 @@ 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 @@ -15,7 +14,7 @@ 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 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"