From owner-svn-ports-head@freebsd.org Wed Aug 1 18:58:34 2018 Return-Path: <owner-svn-ports-head@freebsd.org> 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 DB2D110664A2; Wed, 1 Aug 2018 18:58:34 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 30717829FD; Wed, 1 Aug 2018 18:58:33 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w71IwVEl025738 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 1 Aug 2018 11:58:31 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r476184 - in head: . Mk cad/qcad comms/linrad databases/p5-DBIx-Class-IntrospectableM2M devel/libcfg devel/p5-Class-Method-Modifiers-Fast devel/p5-DateTime-Format-DateParse devel/py-exp... To: Adam Weinberger <adamw@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201808011633.w71GXBEr055314@repo.freebsd.org> From: Yuri <yuri@rawbw.com> Message-ID: <af2fbae7-33d8-0b83-99b6-b7df310e3bc7@rawbw.com> Date: Wed, 1 Aug 2018 11:58:29 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <201808011633.w71GXBEr055314@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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 <svn-ports-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 01 Aug 2018 18:58:35 -0000 On 8/1/18 9:33 AM, Adam Weinberger wrote: > --- head/sysutils/hextools/pkg-descr Wed Aug 1 16:32:58 2018 (r476183) > +++ head/sysutils/hextools/pkg-descr Wed Aug 1 16:33:11 2018 (r476184) > @@ -1,5 +1,5 @@ > reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special > -readable and reversible hexadecimal byte-dump,where you can not only change > +readable and reversible hexadecimal byte-dump,where you cannot only change > bytes, but also insert or delete bytes. It has a flush-switch, where it will Here it should have been left "can not only change bytes, but also ...". Yuri