Date: Sat, 10 May 2025 05:42:38 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da66af858be2 - main - textproc/opensearch-dashboards216: Add missing line Message-ID: <202505100542.54A5gctD003226@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=da66af858be250a81584310983f1ad79d5f280b2 commit da66af858be250a81584310983f1ad79d5f280b2 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2025-05-10 05:41:28 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-05-10 05:41:28 +0000 textproc/opensearch-dashboards216: Add missing line - PKGNAMESUFFIX was missing on previous commit --- textproc/opensearch-dashboards216/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/opensearch-dashboards216/Makefile b/textproc/opensearch-dashboards216/Makefile index b0ae005b631e..c64e705134d7 100644 --- a/textproc/opensearch-dashboards216/Makefile +++ b/textproc/opensearch-dashboards216/Makefile @@ -4,6 +4,7 @@ PORTREVISION?= 0 DISTVERSIONSUFFIX= -linux-x64 CATEGORIES= textproc www MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ +PKGNAMESUFFIX?= 216 MAINTAINER= opensearch@FreeBSD.org COMMENT?= Visualization dashboards for OpenSearchhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505100542.54A5gctD003226>
