From owner-dev-commits-ports-main@freebsd.org Wed Apr 28 20:16:17 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 D6F085FFE6E; Wed, 28 Apr 2021 20:16:17 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from hmailer.gwdg.de (hmailer.gwdg.de [134.76.11.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FVqds5CQmz3KLF; Wed, 28 Apr 2021 20:16:17 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1lbqbX-0004tN-R8; Wed, 28 Apr 2021 22:16:15 +0200 Received: from krabat.raven.hur (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2242.4; Wed, 28 Apr 2021 22:16:15 +0200 Subject: Re: git: e5f18ad66b24 - main - Hook sysutils/discus to the build To: Antoine Brodin References: <202104281958.13SJwTlR091439@gitrepo.freebsd.org> CC: , , Reply-To: From: Rainer Hurling Message-ID: <7bca84c7-9866-553c-6a73-20c49aad6954@gwdg.de> Date: Wed, 28 Apr 2021 22:16:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <202104281958.13SJwTlR091439@gitrepo.freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: EXCMBX-03.um.gwdg.de (134.76.9.218) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4FVqds5CQmz3KLF X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.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: Wed, 28 Apr 2021 20:16:17 -0000 Am 28.04.21 um 21:58 schrieb Antoine Brodin: > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f18ad66b245ab46ab4fee5bda3f21196cee6ff > > commit e5f18ad66b245ab46ab4fee5bda3f21196cee6ff > Author: Antoine Brodin > AuthorDate: 2021-04-28 19:58:15 +0000 > Commit: Antoine Brodin > CommitDate: 2021-04-28 19:58:15 +0000 > > Hook sysutils/discus to the build > --- > sysutils/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sysutils/Makefile b/sysutils/Makefile > index 0bddfd969044..40632e7eb93d 100644 > --- a/sysutils/Makefile > +++ b/sysutils/Makefile > @@ -258,6 +258,7 @@ > SUBDIR += direnv > SUBDIR += direvent > SUBDIR += dirvish > + SUBDIR += discus > SUBDIR += diskcheckd > SUBDIR += diskimage-tools > SUBDIR += diskonaut > Oops, I thought I added this change to the commit. But 'git status' says it is changed, but not committed :( Sorry and many thanks!