git: eedba1bf9e29 - main - sysutils/kubo-go: use correct name for binary
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 21:30:54 UTC
The branch main has been updated by jhixson: URL: https://cgit.FreeBSD.org/ports/commit/?id=eedba1bf9e2977bc5a689f0505c3f62252c454f2 commit eedba1bf9e2977bc5a689f0505c3f62252c454f2 Author: John Hixson <jhixson@FreeBSD.org> AuthorDate: 2024-12-06 21:28:56 +0000 Commit: John Hixson <jhixson@FreeBSD.org> CommitDate: 2024-12-06 21:29:28 +0000 sysutils/kubo-go: use correct name for binary PR: 282501 Reported by: Emma M <eemmaa@waifu.club> --- sysutils/kubo-go/Makefile | 4 ++-- sysutils/kubo-go/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile index a443c70d6e08..8bba8a6e881f 100644 --- a/sysutils/kubo-go/Makefile +++ b/sysutils/kubo-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= kubo DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -go @@ -21,7 +21,7 @@ CONFLICTS_INSTALL?= ipfs-go-* CPE_VENDOR= protocol GO_MODULE= github.com/ipfs/kubo -GO_TARGET= ./cmd/ipfs:kubo +GO_TARGET= ./cmd/ipfs:kubo-go USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} diff --git a/sysutils/kubo-go/pkg-plist b/sysutils/kubo-go/pkg-plist index 9dabedfdaaf4..8315e09818eb 100644 --- a/sysutils/kubo-go/pkg-plist +++ b/sysutils/kubo-go/pkg-plist @@ -1,2 +1,2 @@ -bin/kubo +bin/kubo-go @dir(%%KUBO_USER%%,%%KUBO_GROUP%%,755) %%KUBO_HOME%%