From owner-freebsd-ports@freebsd.org Fri Jul 28 11:21:41 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A50E3DC3E83 for ; Fri, 28 Jul 2017 11:21:41 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8E99481A6C for ; Fri, 28 Jul 2017 11:21:41 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: by mailman.ysv.freebsd.org (Postfix) id 8DDF8DC3E82; Fri, 28 Jul 2017 11:21:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D886DC3E81 for ; Fri, 28 Jul 2017 11:21:41 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 569EF81A6B for ; Fri, 28 Jul 2017 11:21:41 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from [10.10.100.2] (business-24-134-14-193.pool2.vodafone-ip.de [24.134.14.193]) by host64.shmhost.net (Postfix) with ESMTPSA id EA4DF802C5; Fri, 28 Jul 2017 13:21:37 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Pkg does not upgrade if more than one repository is defined From: Franco Fichtner In-Reply-To: <20170728111336.GA55676@gmail.com> Date: Fri, 28 Jul 2017 13:21:33 +0200 Cc: Miroslav Lachman <000.fbsd@quip.cz>, ports@freebsd.org, Matthias Fechner Content-Transfer-Encoding: quoted-printable Message-Id: References: <4bd07372cbebf842be96c9269ac7e274@fechner.net> <597B068B.3010106@quip.cz> <20170728111336.GA55676@gmail.com> To: Matt Smith X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 11:21:41 -0000 > On 28. Jul 2017, at 1:13 PM, Matt Smith wrote: >=20 > This might also be related to the CONSERVATIVE_UPGRADE setting of = pkg.conf. According to the man page: >=20 > CONSERVATIVE_UPGRADE: boolean > Ensure in multi repository mode that the priority is > given as much as possible to the repository where a > package was first installed from. Default: YES. Is it still blindly updating from other repositories when a newer version was found there? In that case COSERVATIVE_UPGRADE still doesn't work in most scenarios. Cheers, Franco