From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 15:07:53 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9D1CB30; Thu, 30 Oct 2014 15:07:53 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 682D37A7; Thu, 30 Oct 2014 15:07:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 71379BDC24; Thu, 30 Oct 2014 16:07:50 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 551ACBDC1D; Thu, 30 Oct 2014 16:07:50 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 2F6DD613D; Thu, 30 Oct 2014 16:07:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 5E41D773DDDE; Thu, 30 Oct 2014 16:07:47 +0100 (CET) Date: Thu, 30 Oct 2014 16:07:46 +0100 From: Mathieu Arnold To: Tijl Coosemans , Baptiste Daroussin Subject: Re: svn commit: r371752 - head/ports-mgmt/pkg-devel Message-ID: In-Reply-To: <20141030154742.6f91bb2a@kalimero.tijl.coosemans.org> References: <201410301441.s9UEfML5065281@svn.freebsd.org> <20141030154742.6f91bb2a@kalimero.tijl.coosemans.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.18-1 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: Thu, 30 Oct 2014 15:07:53 -0000 +--On 30 octobre 2014 15:47:42 +0100 Tijl Coosemans wrote: | On Thu, 30 Oct 2014 14:41:22 +0000 (UTC) Baptiste Daroussin | wrote: |> Author: bapt |> Date: Thu Oct 30 14:41:21 2014 |> New Revision: 371752 |> URL: https://svnweb.freebsd.org/changeset/ports/371752 |> QAT: https://qat.redports.org/buildarchive/r371752/ |> |> Log: |> Update to 1.4.0.a4 |> Changes: |> - Reinstall packages if one of its dependency have change |> While hackish this allows seamless upgrade of perl5 and ruby2 | | If p5-* and ruby-* packages change after a perl or ruby update | shouldn't their PORTREVISION be bumped? Well, no, because we change the *default* perl, we don't remove the old one, and if you have it, ports will continue to be built with it. -- Mathieu Arnold