Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00

26 lines
710 B
Makefile

PORTNAME= ipfs-go-fs-repo-migrations
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.1
PORTREVISION= 25
CATEGORIES= sysutils
MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Migrations for the filesystem repository of ipfs clients
WWW= https://github.com/ipfs/fs-repo-migrations
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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
WRKSRC= ${WRKDIR}/fs-repo-migrations-${DISTVERSION}
PLIST_FILES= bin/fs-repo-migrations
GO_TARGET= :fs-repo-migrations
.include <bsd.port.mk>