From owner-svn-ports-all@freebsd.org Mon Feb 18 23:55:34 2019 Return-Path: Delivered-To: svn-ports-all@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 C372314F02E9 for ; Mon, 18 Feb 2019 23:55:34 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 5D6C58B849 for ; Mon, 18 Feb 2019 23:55:34 +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 "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 1E2041143E for ; Mon, 18 Feb 2019 23:55:34 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f43.google.com with SMTP id b3so15282637ede.1 for ; Mon, 18 Feb 2019 15:55:34 -0800 (PST) X-Gm-Message-State: AHQUAuae2EP0uSGaF6lbBem/MlrTa5x0c3ci58ueOg4DKnLeCRhMQFHJ EQUf4a61S2YWPgnqam7lgwGtxoog+oT4oKv/SbWdkg== X-Google-Smtp-Source: AHgI3IZetty2WSi36BpwwUAj1jCtyRQBBDm+BrWQzUviwCfgtXKqUPxGIJyAgOFP7+Yg5PzfidN1k+e3iKFKZ+pd/uE= X-Received: by 2002:a17:906:791:: with SMTP id l17mr14533911ejc.1.1550534132985; Mon, 18 Feb 2019 15:55:32 -0800 (PST) MIME-Version: 1.0 References: <201902171938.x1HJcYFW032954@repo.freebsd.org> <20190218084610.GA11390@FreeBSD.org> In-Reply-To: <20190218084610.GA11390@FreeBSD.org> From: Po-Chuan Hsieh Date: Tue, 19 Feb 2019 07:54:53 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r493186 - in head/net: . p5-Net-Ping To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 5D6C58B849 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.982,0] Content-Type: text/plain; charset="UTF-8" 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: Mon, 18 Feb 2019 23:55:35 -0000 On Mon, Feb 18, 2019 at 4:46 PM Alexey Dokuchaev wrote: > On Sun, Feb 17, 2019 at 07:38:34PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > New Revision: 493186 > > URL: https://svnweb.freebsd.org/changeset/ports/493186 > > > > Log: > > Add p5-Net-Ping 2.71 > > Per MOVED, it was removed in 2016 because it's included in all supported > versions of Perl, so what had happened since then? It was not mentioned > in the commit log. > Like Kurt said, it's the newer version in CPAN. I think it's the same reason why it's removed and now it's back. % corelist -a Net::Ping | grep 'v5.2[89]' v5.28.0 2.62 v5.28.1 2.62 v5.29.0 2.62 v5.29.1 2.62 v5.29.2 2.62 v5.29.3 2.62 v5.29.4 2.62 v5.29.5 2.62 v5.29.6 2.62 v5.29.7 2.62 > > > ... > > @@ -1,23 +1,21 @@ > > -# Created by: Sergey Matveychuk > > +# Created by: Po-Chuan Hsieh > > It's a courtesy to preserve original creator when resurrecting a port, > esp. if you only shuffle a few lines around. I known that you probably > don't care and would likely ignore this email, but I'm pointing this out > for others, given the occasion. > In fact, I made it from scratch and at the last step, instead of "svn add", I checked MOVED, svn copied the old one and replaced the whole directory with mine. I didn't really read the diff. I could change it if you want. > > ./danfe >