From owner-svn-ports-head@FreeBSD.ORG Fri Jan 24 21:56:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8E31F45; Fri, 24 Jan 2014 21:56:26 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 692AA1D2D; Fri, 24 Jan 2014 21:56:26 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B2BC2BDC77; Fri, 24 Jan 2014 22:56:22 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 8DB01BDC56; Fri, 24 Jan 2014 22:56:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 32EADCCEF116; Fri, 24 Jan 2014 22:56:20 +0100 (CET) Date: Fri, 24 Jan 2014 22:56:18 +0100 From: Mathieu Arnold To: Marcus von Appen , Ruslan Makhmatkhanov Subject: Re: svn commit: r340925 - head/devel/py-singledispatch Message-ID: In-Reply-To: <20140124203226.GA1396@medusa.sysfault.org> References: <201401241906.s0OJ64Gf078576@svn.freebsd.org> <52E2C6DE.6030900@yandex.ru> <20140124203226.GA1396@medusa.sysfault.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 21:56:26 -0000 +--On 24 janvier 2014 21:32:26 +0100 Marcus von Appen wrote: |> > USE_PYTHON= yes |> > -USE_PYDISTUTILS= easy_install |> > +USE_PYDISTUTILS= yes |> > PYDISTUTILS_AUTOPLIST= yes |> > |> > .include |> |> Marcus, shouldn't changes like that follow PORTREVISION bump or I |> misunderstand something? | | The package contents change, but it does not have any influence on | dependent ports nor on functionality nor on requirements. Thus | I do not see it as necessary to bump the port revision. | | I'm fine however with bumping PORTREVISION, if that's the desired | approach of dealing with that. It *is* the desired approach, the rule is simple, if the package can changes, whatever option or knob being used, PORTREVISION is to be bumped. -- Mathieu Arnold