From owner-svn-ports-all@freebsd.org Sat Feb 3 13:25:20 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 CDFEAEE87DC; Sat, 3 Feb 2018 13:25:20 +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 8872D687E2; Sat, 3 Feb 2018 13:25:20 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 80AFC18B04; Sat, 3 Feb 2018 13:25:20 +0000 (UTC) Date: Sat, 3 Feb 2018 13:25:20 +0000 From: Alexey Dokuchaev To: MANTANI Nobutaka Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r460810 - head/www/w3m Message-ID: <20180203132520.GA10426@FreeBSD.org> References: <201802031321.w13DLcqr092829@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201802031321.w13DLcqr092829@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 03 Feb 2018 13:25:21 -0000 On Sat, Feb 03, 2018 at 01:21:38PM +0000, MANTANI Nobutaka wrote: > New Revision: 460810 > URL: https://svnweb.freebsd.org/changeset/ports/460810 > > Log: > - Update to 0.5.3.20180125. > - This version fixes multiple vulnerabilities. > > Modified: head/www/w3m/Makefile > ============================================================================== > --- head/www/w3m/Makefile Sat Feb 3 12:45:01 2018 (r460809) > +++ head/www/w3m/Makefile Sat Feb 3 13:21:38 2018 (r460810) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= w3m > -PORTVERSION= 0.5.3.20170102 > +PORTVERSION= 0.5.3.20180125 > PORTREVISION= 1 You should've dropped PORTREVISION in this case (just FYI). ./danfe