Date: Tue, 2 Mar 2021 05:59:44 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566934 - in head/sysutils: . ipfs-go-fs-repo-migrations Message-ID: <202103020559.1225xiKR001858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Mar 2 05:59:44 2021 New Revision: 566934 URL: https://svnweb.freebsd.org/changeset/ports/566934 Log: sysutils/ipfs-go-fs-repo-migrations: create port Migrations for the filesystem repository of ipfs clients WWW: https://github.com/ipfs/fs-repo-migrations This will be useful for use with updates to sysutils/ipfs-go Added: head/sysutils/ipfs-go-fs-repo-migrations/ head/sysutils/ipfs-go-fs-repo-migrations/Makefile (contents, props changed) head/sysutils/ipfs-go-fs-repo-migrations/distinfo (contents, props changed) head/sysutils/ipfs-go-fs-repo-migrations/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 2 05:59:29 2021 (r566933) +++ head/sysutils/Makefile Tue Mar 2 05:59:44 2021 (r566934) @@ -526,6 +526,7 @@ SUBDIR += ipad_charge SUBDIR += ipdbtools SUBDIR += ipfs-go + SUBDIR += ipfs-go-fs-repo-migrations SUBDIR += ipget SUBDIR += ipmitool SUBDIR += ipsc Added: head/sysutils/ipfs-go-fs-repo-migrations/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go-fs-repo-migrations/Makefile Tue Mar 2 05:59:44 2021 (r566934) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ipfs-go-fs-repo-migrations +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.1 +CATEGORIES= sysutils +MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ + +MAINTAINER= swills@FreeBSD.org +COMMENT= Migrations for the filesystem repository of ipfs clients + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= aarch64 amd64 i386 + +USES= go:modules + +WRKSRC= ${WRKDIR}/fs-repo-migrations-${DISTVERSION} +PLIST_FILES= bin/fs-repo-migrations +GO_TARGET= :fs-repo-migrations + +.include <bsd.port.mk> Added: head/sysutils/ipfs-go-fs-repo-migrations/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go-fs-repo-migrations/distinfo Tue Mar 2 05:59:44 2021 (r566934) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614658121 +SHA256 (ipfs-go-fs-repo-migrations-v1.7.1.tar.gz) = 6fbd68a6ae5eabcebdd0dc81e909a069facb112c4fe0421f159ab58112a041c2 +SIZE (ipfs-go-fs-repo-migrations-v1.7.1.tar.gz) = 15268579 Added: head/sysutils/ipfs-go-fs-repo-migrations/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipfs-go-fs-repo-migrations/pkg-descr Tue Mar 2 05:59:44 2021 (r566934) @@ -0,0 +1,3 @@ +Migrations for the filesystem repository of ipfs clients + +WWW: https://github.com/ipfs/fs-repo-migrations
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103020559.1225xiKR001858>