From owner-svn-ports-all@freebsd.org Mon Mar 11 16:59:25 2019 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 1A2B51526253; Mon, 11 Mar 2019 16:59:25 +0000 (UTC) (envelope-from rodrgo@osorio.me) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id AD2556FE52; Mon, 11 Mar 2019 16:59:24 +0000 (UTC) (envelope-from rodrgo@osorio.me) Received: from [192.168.1.184] (unknown [78.194.61.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 1EC4373D4E; Mon, 11 Mar 2019 16:59:17 +0000 (UTC) Subject: Re: svn commit: r495366 - head To: Rodrigo Osorio , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201903111653.x2BGr3KJ083228@repo.freebsd.org> From: Rodrigo Osorio Message-ID: Date: Mon, 11 Mar 2019 17:59:12 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <201903111653.x2BGr3KJ083228@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: AD2556FE52 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 11 Mar 2019 16:59:25 -0000 Sorry, the correct PR reference is 236392. On 3/11/19 5:53 PM, Rodrigo Osorio wrote: > Author: rodrigo > Date: Mon Mar 11 16:53:02 2019 > New Revision: 495366 > URL: https://svnweb.freebsd.org/changeset/ports/495366 > > Log: > Add a section in UPDATE after changes in www/igal2 > > PR: 202720 > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Mon Mar 11 16:52:49 2019 (r495365) > +++ head/UPDATING Mon Mar 11 16:53:02 2019 (r495366) > @@ -5,6 +5,14 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > > +20190311: > + AFFECTS: users of www/igal2 > + AUTHOR: rodrigo@freebsd.org > + > + www/igal2 2.2-1 is now built with graphics/ImageMagick6-nox11 > + and don't install the ImageMagik X11 dependencies anymore. > + A build option allows you to restore the previous behaviour. > + > 20190303: > AFFECTS: users of x11-fonts/noto* > AUTHOR: sunpoet@FreeBSD.org >