From owner-svn-ports-head@freebsd.org Wed Mar 23 14:29:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 506FCADA0BE; Wed, 23 Mar 2016 14:29:00 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1CB1D2D; Wed, 23 Mar 2016 14:28:59 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (130.Red-83-52-251.dynamicIP.rima-tde.net [83.52.251.130]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 28F7843C12; Wed, 23 Mar 2016 09:28:55 -0500 (CDT) Subject: Re: svn commit: r411712 - in head/sysutils/rename: . files To: Alexey Dokuchaev , Mathieu Arnold References: <201603231406.u2NE6VQa075069@repo.freebsd.org> <20160323142328.GA64753@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <56F2A825.8010703@marino.st> Date: Wed, 23 Mar 2016 15:28:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160323142328.GA64753@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 23 Mar 2016 14:29:00 -0000 On 3/23/2016 3:23 PM, Alexey Dokuchaev wrote: >> @@ -1,7 +1,8 @@ >> -Rename is a quick and powerful tool written in C, featuring extended regular >> -expression support for searching and substituting pattern strings in filenames. >> +Rename is a quick and powerful tool written in C, featuring extended >> +regular expression support for searching and substituting pattern >> +strings in filenames. >> >> -Rename can rename, convert to lowercase/uppercase, and change the ownership of >> -a large number of files. >> +Rename can rename, convert to lowercase/uppercase, and change the >> +ownership of a large number of files. > > There was nothing wrong with previous version, and it has nothing to do > with "update to 1.99.2" anyways, please reinstate it. But there is nothing wrong with the current version either, so there's nothing to be gained by a commit war. Plus I understand what he's doing, he's wrapping to 75 cols. I can understand skipping the change in the PR stage, but now that it's committed, it should stay. There's nothing to be gained by reverting it now. Also, updating pkg-descr is valid any time, you don't need to limit it to strict version upgrades. John