summaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go-fs-repo-migrations/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ipfs-go-fs-repo-migrations/Makefile')
-rw-r--r--sysutils/ipfs-go-fs-repo-migrations/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile
index 1250351340f9..d298bfe1959b 100644
--- a/sysutils/ipfs-go-fs-repo-migrations/Makefile
+++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ipfs-go-fs-repo-migrations
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.1
-PORTREVISION= 32
+PORTREVISION= 33
CATEGORIES= sysutils
MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -12,14 +12,17 @@ WWW= https://github.com/ipfs/fs-repo-migrations
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Obsolete port, no longer required for migrations
+EXPIRATION_DATE= 2025-12-31
BROKEN_aarch64= fails to build: sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
-
ONLY_FOR_ARCHS= aarch64 amd64 i386
USES= go:modules
+GO_TARGET= :fs-repo-migrations
+
WRKSRC= ${WRKDIR}/fs-repo-migrations-${DISTVERSION}
+
PLIST_FILES= bin/fs-repo-migrations
-GO_TARGET= :fs-repo-migrations
.include <bsd.port.mk>