From owner-svn-ports-all@freebsd.org Wed Jun 6 18:19:31 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 BE1B1FDD26E; Wed, 6 Jun 2018 18:19:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77BF180164; Wed, 6 Jun 2018 18:19:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7172B733E; Wed, 6 Jun 2018 18:19:31 +0000 (UTC) Date: Wed, 6 Jun 2018 18:19:31 +0000 From: Alexey Dokuchaev To: Larry Rosenman Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471864 - in head/sysutils/lsof: . files Message-ID: <20180606181931.GA38898@FreeBSD.org> References: <201806061812.w56ICwcI053488@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806061812.w56ICwcI053488@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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, 06 Jun 2018 18:19:31 -0000 On Wed, Jun 06, 2018 at 06:12:58PM +0000, Larry Rosenman wrote: > New Revision: 471864 > URL: https://svnweb.freebsd.org/changeset/ports/471864 > > Log: > sysutils/lsof: update to 4.92B that has the patch included for recent > mem*/b* library changes. Actually, we don't usually do this (if the new version contains only the patched changes), since it gives nothing to the end-user except having to rebuild the port. ./danfe