From owner-dev-commits-ports-main@freebsd.org Sun Sep 19 20:29:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FA87670E72; Sun, 19 Sep 2021 20:29:10 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCK6G04sYz3LZn; Sun, 19 Sep 2021 20:29:10 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f42.google.com with SMTP id c8so58122611lfi.3; Sun, 19 Sep 2021 13:29:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Bha79EMV7EDfKG68trMeaZNX58v4/cCD3cKW5lWHMwo=; b=aL8xPkobwtG57gihg/dAKaFXnfwbe1MRNJeLo9EogCCwHXsSP42b0tLYW4Jdfd+0eX bAEkK2FO5vKxQ7Rr5RbT0OhA7UN74igq0Q6F2i457elzzxk5zVt6e+k8jZbJh1eqENr1 vJfe+BzaW3nSOAiZMG9MgJ2I+/paOQfLTnbtr0st7tF547xLvSgeFXd49sf5HxzGLM52 irsOcqO7FizhfWOUKV8jL94PfeiQi21FjBiEmAALwlmqrYjWnj5opXe9j8dgHq5YlPEJ yywvo8kRx1S6zlC1/MUQKS/4o4WPvXVBNPxJDueWpzRN4IKOscs0Xui3NsTMtJgZhD3i XFTA== X-Gm-Message-State: AOAM533oIHS3qSP9Y18fr/hoZ0zD03//RJY1XkKQR+8lotuQmXzp+hXk fNsCHdBjpoyqYg5sga3GDS+iItEIPwnB7ollfLjD3sixR/Y= X-Google-Smtp-Source: ABdhPJySyFH0ZNo2FyjODS4uP1jnh7h4G9NI5BzM+uqUlv0GzipO1k7OAaFQ+YzdCIbTJ3xbFNNn7iFvBCwb3oGDUWM= X-Received: by 2002:a2e:a555:: with SMTP id e21mr20386719ljn.490.1632083342573; Sun, 19 Sep 2021 13:29:02 -0700 (PDT) MIME-Version: 1.0 References: <202109191935.18JJZQLk033939@gitrepo.freebsd.org> In-Reply-To: <202109191935.18JJZQLk033939@gitrepo.freebsd.org> From: Antoine Brodin Date: Sun, 19 Sep 2021 22:28:52 +0200 Message-ID: Subject: Re: git: 19e156d51421 - main - textproc/opensearch-dashboards: New port To: =?UTF-8?Q?Romain_Tarti=C3=A8re?= Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4HCK6G04sYz3LZn X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 20:29:10 -0000 On Sun, Sep 19, 2021 at 9:35 PM Romain Tarti=C3=A8re w= rote: > > The branch main has been updated by romain: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D19e156d5142115dcd542d47e= e329a2656798d789 > > commit 19e156d5142115dcd542d47ee329a2656798d789 > Author: Romain Tarti=C3=A8re > AuthorDate: 2021-09-07 03:39:18 +0000 > Commit: Romain Tarti=C3=A8re > CommitDate: 2021-09-19 19:33:47 +0000 > > textproc/opensearch-dashboards: New port > > OpenSearch Dashboards is the default visualization tool for data in O= penSearch. > It also serves as a user interface for many of the OpenSearch plugins= , > including security, alerting, Index State Management, SQL, and more. > > WWW: http://opensearch.org > > With hat: opensearch Hi, You didn't hook it to the build. Antoine