From nobody Sun Sep 25 16:59:19 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MbBv75tYBz4cQMt for ; Sun, 25 Sep 2022 16:59:31 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MbBv55yD4z49qY; Sun, 25 Sep 2022 16:59:29 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 28PGxK3E059314; Mon, 26 Sep 2022 01:59:20 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Mon, 26 Sep 2022 01:59:19 +0900 From: Tomoaki AOKI To: Jose Alonso Cardenas Marquez Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: ad9a3f9582d3 - main - security/wazuh-dashboard: New port: Web user interface for data visualization and analysis Message-Id: <20220926015919.408b418760a4e294d6466cf3@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4MbBv55yD4z49qY X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-0.60 / 15.00]; FAKE_REPLY(1.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_SPF_NA(0.00)[no SPF record]; HAS_ORG_HEADER(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi. This broke INDEX build. Should be a simple typo. Please ee below. > The branch main has been updated by acm: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ad9a3f9582d33fea0eed2708768464333cf2e97e > > commit ad9a3f9582d33fea0eed2708768464333cf2e97e > Author: Jose Alonso Cardenas Marquez > AuthorDate: 2022-09-25 05:45:55 +0000 > Commit: Jose Alonso Cardenas Marquez > CommitDate: 2022-09-25 05:45:55 +0000 > > security/wazuh-dashboard: New port: Web user interface for data visualization and analysis > (snip) > diff --git a/security/wazuh-dashboard/Makefile b/security/wazuh-dashboard/Makefile > new file mode 100644 > index 000000000000..1bccdb129d19 > --- /dev/null > +++ b/security/wazuh-dashboard/Makefile > @@ -0,0 +1,39 @@ (snip) > + > +LICENSE= GPLv2 > + > +RUN_DEPENDS= $ {LOCALBASE}/www/opensearch-dashboards/bin/opensearch-dashboards:textproc/opensearch-dashboard Last "s" is missing. Should be textproc/opensearch-dashboards. > + > +NO_BUILD= yes > + > +SUB_FILES= pkg-message > + (snip) -- Tomoaki AOKI