From owner-svn-ports-all@freebsd.org Sat Mar 28 15:28:08 2020 Return-Path: Delivered-To: svn-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 7E2892A5436; Sat, 28 Mar 2020 15:28:08 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48qN070VWjz3DxJ; Sat, 28 Mar 2020 15:28:07 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1185) id B719EFA7D; Sat, 28 Mar 2020 15:27:57 +0000 (UTC) Date: Sat, 28 Mar 2020 15:27:57 +0000 From: Rene Ladan To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r527442 - head Message-ID: <20200328152757.GA52670@freefall.freebsd.org> References: <202002291647.01TGlqqf077001@repo.freebsd.org> <20200301112215.GA42935@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2020 15:28:08 -0000 On Sat, Mar 28, 2020 at 09:03:15PM +0800, Po-Chuan Hsieh wrote: > On Sun, Mar 1, 2020 at 7:22 PM Rene Ladan wrote: > > > On Sat, Feb 29, 2020 at 04:47:52PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > > Author: sunpoet > > > Date: Sat Feb 29 16:47:52 2020 > > > New Revision: 527442 > > > URL: https://svnweb.freebsd.org/changeset/ports/527442 > > > > > > Log: > > > Document the removal of expired ports > > > > > > - devel/py-rwt > > > - graphics/py-pyglet12 > > > - net/p5-ZeroMQ > > > > > > Modified: > > > head/MOVED > > > > > There is Tools/scripts/rmport which does this all for you in one commit, > > and also checks for PRs and dependent ports. > > > > René > > > > Hi Rene, > > I know that tool but it's for the whole ports tree. > I'm just taking care of the 3 ports that I marked deprecated. > PRs and dependent ports are checked manually. > Uhm, that's the whole point of that script, so that the computer does all the boring and time-consuming checks for you ;) René