Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2025 19:47:01 +0000
Message-ID:  <692df0b5.2ae6a.56205c8a@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f390d8a4caea3b383c4ba0456d25e926c7826bbe

commit f390d8a4caea3b383c4ba0456d25e926c7826bbe
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-01 10:32:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-01 19:45:35 +0000

    sysutils/ipfs-go-fs-repo-migrations: Mark DEPRECATED
    
    - Was required for migrations in between different IPFS versions and no
      longer required
    - Set EXPIRATION_DATE 2025-12-31
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 sysutils/ipfs-go-fs-repo-migrations/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile
index 1250351340f9..6eca7d313910 100644
--- a/sysutils/ipfs-go-fs-repo-migrations/Makefile
+++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692df0b5.2ae6a.56205c8a>