git: 378d51caf91f - main - sysutils/openseachest: Fix missing binary
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jul 2024 13:15:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=378d51caf91fb002496c80cc88ac7275464ef1bf commit 378d51caf91fb002496c80cc88ac7275464ef1bf Author: Rafe <mondo.debater_0q@icloud.com> AuthorDate: 2024-07-27 17:26:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-07-28 13:15:12 +0000 sysutils/openseachest: Fix missing binary The format utility was left out of the package. PR: 280096 --- sysutils/openseachest/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/openseachest/Makefile b/sysutils/openseachest/Makefile index 5075264e352d..94f593c6a991 100644 --- a/sysutils/openseachest/Makefile +++ b/sysutils/openseachest/Makefile @@ -1,6 +1,7 @@ PORTNAME= openseachest -PORTVERSION= 23.12 DISTVERSIONPREFIX= v +DISTVERSION= 23.12 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -28,7 +29,7 @@ BUILD_WRKSRC= ${WRKSRC}/Make/gcc INSTALL_WRKSRC= ${WRKSRC}/Make/gcc EXES= openSeaChest_Basics openSeaChest_Configure openSeaChest_Erase \ - openSeaChest_Firmware openSeaChest_GenericTests \ + openSeaChest_Firmware openSeaChest_Format openSeaChest_GenericTests \ openSeaChest_Info openSeaChest_Logs openSeaChest_NVMe \ openSeaChest_PassthroughTest openSeaChest_PowerControl \ openSeaChest_Security openSeaChest_SMART openSeaChest_ZBD