From owner-svn-ports-head@freebsd.org Sun Jul 22 16:46:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE511050153; Sun, 22 Jul 2018 16:46:20 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from natasha.teterin.net (symbion.zaytman.com [64.112.176.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "symbion", Issuer "Narawntapu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ADF467B3CF; Sun, 22 Jul 2018 16:46:19 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from narawntapu.narawntapu (pool-108-53-87-28.nwrknj.fios.verizon.net [108.53.87.28]) by natasha.teterin.net (8.15.2/8.15.2) with ESMTPS id w6MGkIxY001086 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 22 Jul 2018 12:46:18 -0400 (EDT) (envelope-from mi+thun@aldan.algebra.com) X-Authentication-Warning: natasha.teterin.net: Host pool-108-53-87-28.nwrknj.fios.verizon.net [108.53.87.28] claimed to be narawntapu.narawntapu Received: from [127.0.0.1] (localhost [127.0.0.1]) by narawntapu.narawntapu (8.15.2/8.15.2) with ESMTP id w6MGkCRQ072945; Sun, 22 Jul 2018 12:46:12 -0400 (EDT) (envelope-from mi+thun@aldan.algebra.com) X-Authentication-Warning: narawntapu.narawntapu: Host localhost [127.0.0.1] claimed to be [127.0.0.1] Subject: Re: svn commit: r475044 - in head/finance: . quantlib quantlib/files To: Mathieu Arnold , "Mikhail T." Cc: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201807210010.w6L0ASfA000310@repo.freebsd.org> <1532195154.531771.1448387768.1BD59776@webmail.messagingengine.com> <20180721201434.mz5yeccyjsdeewov@atuin.in.mat.cc> <07f2f5d0-e166-e6ca-754a-55e8ec346153@aldan.algebra.com> <20180722082231.ypnlsfuz2lmcfc3y@atuin.in.mat.cc> <41EC75A9-7B2C-405C-883B-0CFAAD2FA640@aldan.algebra.com> <20180722150956.lhfhnwgiucsnge3w@atuin.in.mat.cc> From: "Mikhail T." Message-ID: Date: Sun, 22 Jul 2018 12:46:11 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180722150956.lhfhnwgiucsnge3w@atuin.in.mat.cc> Content-Language: en-US X-DCC-MGTINTERNET-Metrics: narawntapu 1170; Body=6 Fuz1=6 Fuz2=6 X-Spam-Status: No, score=-2.9 required=7.5 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on narawntapu.narawntapu Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2018 16:46:20 -0000 On 22.07.2018 11:09, Mathieu Arnold wrote: > On Sun, Jul 22, 2018 at 11:02:55AM -0400, Mikhail T. wrote: >> Unfortunately, nothing at that link answers my question: how to undo the incorrect port-addition? Could you answer it? Or, if I’m just blind - link to the specific part of the document? > I am not sure I understand, what you are asking, so I am going to tell > you what need to happen. The posted instructions are clear enough for what to do, when re-adding a port. However, they do not cover the situation at hand: when a previously-deleted port got re-added incorrectly. The revision history of the readding (however incorrectly done) may also be considered worth preserving. That is, what I was asking. > You need to remove the port, so, this is "19.2. Removing an Existing > Port", then you need to add it back properly, so, this is "19.3. > Re-adding a Deleted Port". Ok... BTW, maybe, a commit-hook is in order -- to do whatever the check MOVEDlint.awk is doing? -mi >> 22 лип. 2018 р. о 04:22 Mathieu Arnold пише: >> >>>> On Sat, Jul 21, 2018 at 11:55:25PM -0400, Mikhail T. wrote: >>>>> On 21.07.2018 16:14, Mathieu Arnold wrote: >>>>>> On Sat, Jul 21, 2018 at 07:45:54PM +0200, Tobias Kortkamp wrote: >>>>>>> On Sat, Jul 21, 2018, at 02:10, Mikhail Teterin wrote: >>>>>>> Author: mi >>>>>>> Date: Sat Jul 21 00:10:28 2018 >>>>>>> New Revision: 475044 >>>>>>> URL: https://svnweb.freebsd.org/changeset/ports/475044 >>>>>>> >>>>>>> Log: >>>>>>> Add (the first draft of) port of QuantLib -- a C++ library for >>>>>>> financial modelers. >>>>>> Hi, >>>>>> >>>>>> MOVEDlint.awk complains about it: >>>>>> >>>>>> 5258: finance/quantlib must be marked as resurrected >>>>> If it is the same software then it must be added back properly. >>>>> >>>> Darn, I never knew, we've had this once already... I know, how to put a port >>>> back, but not, how to undo the improper addition. Any links? Thanks! Yours, >>> Damn, what if, all the procedures a committer needs to know, always had >>> been in the same place: >>> >>> https://www.freebsd.org/doc/en/articles/committers-guide/ports.html >>> >>> -- >>> Mathieu Arnold