From owner-svn-ports-all@freebsd.org Wed Aug 1 18:58:34 2018 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 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 , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201808011633.w71GXBEr055314@repo.freebsd.org> From: Yuri Message-ID: 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-all@freebsd.org X-Mailman-Version: 2.1.27 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: 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