From owner-dev-commits-ports-all@freebsd.org Tue Jun 22 19:43:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 682E36620F8; Tue, 22 Jun 2021 19:43:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (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 4G8cJc2Gv7z3rpT; Tue, 22 Jun 2021 19:43:28 +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 1lvmIw-00055I-G7; Tue, 22 Jun 2021 21:43:26 +0200 Received: from krabat.raven.hur (10.250.9.200) 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.10; Tue, 22 Jun 2021 21:43:26 +0200 Subject: Re: git: 77cdc8376926 - main - Mk/Uses/pyqt.mk: unbreak INDEX To: Antoine Brodin , , , References: <202106221932.15MJWqsq096674@gitrepo.freebsd.org> Reply-To: Rainer Hurling From: Rainer Hurling Message-ID: <50e446ce-1612-7f30-4151-58743504c884@gwdg.de> Date: Tue, 22 Jun 2021 21:43:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <202106221932.15MJWqsq096674@gitrepo.freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: excmbx-18.um.gwdg.de (134.76.9.229) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4G8cJc2Gv7z3rpT 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-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 19:43:28 -0000 Am 22.06.21 um 21:32 schrieb Antoine Brodin: > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=77cdc8376926974d383399c8d5db53844a6eaed3 > > commit 77cdc8376926974d383399c8d5db53844a6eaed3 > Author: Antoine Brodin > AuthorDate: 2021-06-22 19:32:34 +0000 > Commit: Antoine Brodin > CommitDate: 2021-06-22 19:32:34 +0000 > > Mk/Uses/pyqt.mk: unbreak INDEX > --- > Mk/Uses/pyqt.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk > index 19410399575b..f529204ad987 100644 > --- a/Mk/Uses/pyqt.mk > +++ b/Mk/Uses/pyqt.mk > @@ -140,6 +140,7 @@ py-sip_PORT= devel/py-sip > py-qtbuilder_PORT= devel/py-qtbuilder > py-pysip_PORT= devel/${PYQT_RELNAME}-sip > py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 > +py-positioning_PORT= devel/${PYQT_RELNAME}-positioning > > . for _categorie in comms databases devel graphics lang misc multimedia net print textproc www x11 x11-toolkits > _PYQT_CATEGORIE= _USE_PYQT_${_categorie:tu} > I really didn't see that and it probably would have taken me a while to find and understand it. Many, many thanks!