Re: git: ad9a3f9582d3 - main - security/wazuh-dashboard: New port: Web user interface for data visualization and analysis
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Sep 2022 16:59:19 UTC
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 <acm@FreeBSD.org> > AuthorDate: 2022-09-25 05:45:55 +0000 > Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> > 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 <junchoon@dec.sakura.ne.jp>