Date: Wed, 1 Jan 2025 11:08:52 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f86ca8937fd5 - main - sysutils/openseachest: Fix build Message-ID: <202501011108.501B8qiF037775@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=f86ca8937fd5aef23be5ddfcb89cedc460ce04df commit f86ca8937fd5aef23be5ddfcb89cedc460ce04df Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-01-01 11:07:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-01-01 11:08:45 +0000 sysutils/openseachest: Fix build Somehow during the java fix some of the unwanted patches got into the tree for openseachest which is still WIP. Fix the build for now. --- sysutils/openseachest/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sysutils/openseachest/Makefile b/sysutils/openseachest/Makefile index d4905f51ece6..b899cba2f090 100644 --- a/sysutils/openseachest/Makefile +++ b/sysutils/openseachest/Makefile @@ -1,6 +1,7 @@ PORTNAME= openseachest DISTVERSIONPREFIX= v -DISTVERSION= 24.08 +DISTVERSION= 23.12 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -15,10 +16,10 @@ DOS2UNIX_FILES= src/openseachest_util_options.c USE_GITHUB= yes GH_ACCOUNT= Seagate GH_PROJECT= openSeaChest -GH_TUPLE= Seagate:opensea-common:02421c2:common/subprojects/opensea-common \ - Seagate:opensea-operations:12e94e0:operations/subprojects/opensea-operations \ - Seagate:opensea-transport:4b9b0c4:transport/subprojects/opensea-transport \ - Seagate:wingetopt:1b0dbf0:wingetopt/subprojects/wingetopt +GH_TUPLE= Seagate:opensea-common:fb04a1a:common/subprojects/opensea-common \ + Seagate:opensea-operations:3dffce6:operations/subprojects/opensea-operations \ + Seagate:opensea-transport:443c719:transport/subprojects/opensea-transport \ + Seagate:wingetopt:c68019b:wingetopt/subprojects/wingetopt MAKE_JOBS_UNSAFE= yes ALL_TARGET= release
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011108.501B8qiF037775>