From owner-svn-ports-all@freebsd.org Sat Mar 28 13:03:59 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 EE77327DF10 for ; Sat, 28 Mar 2020 13:03:58 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48qJnm5M8qz4SZt for ; Sat, 28 Mar 2020 13:03:56 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id D56C1D9FB for ; Sat, 28 Mar 2020 13:03:52 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f43.google.com with SMTP id u59so14875961edc.12 for ; Sat, 28 Mar 2020 06:03:52 -0700 (PDT) X-Gm-Message-State: ANhLgQ0WOBU8pIVitgcXSphGMDOmPkP85K1PdF8cSoAWpgmMI8z7fORb paCwNaFb6FZl7NQ0XarZRHfYiJgIJBh7kXitC6Q87A== X-Google-Smtp-Source: ADFU+vuwz5tKrbK0iMG/MikVbFNhRgBQLdKPcUygds1+jlMAVW/B3xMqDMvIo8utdkjVfiZljtlTwvvu3blqmxb4UdQ= X-Received: by 2002:a17:906:d1c4:: with SMTP id bs4mr3490659ejb.109.1585400631487; Sat, 28 Mar 2020 06:03:51 -0700 (PDT) MIME-Version: 1.0 References: <202002291647.01TGlqqf077001@repo.freebsd.org> <20200301112215.GA42935@freefall.freebsd.org> In-Reply-To: <20200301112215.GA42935@freefall.freebsd.org> From: Po-Chuan Hsieh Date: Sat, 28 Mar 2020 21:03:15 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r527442 - head To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 13:04:00 -0000 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=C3=A9 > 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. Regards, sunpoet