From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 09:30:46 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3F23B5C for ; Sun, 16 Nov 2014 09:30:46 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 6C70FFB6 for ; Sun, 16 Nov 2014 09:30:45 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3jgSnZ5pvvzZrN; Sun, 16 Nov 2014 10:30:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1416130225; x=1417944626; bh=qLctYsPB8+jyZGfZFsC1lXyjuYNizgA95JYhZR23J1E=; b= BzpaCU8NLwaVKapOAeQLO30ZF6MYp6EVN0UqZ116mw/4TZfVgYiuqnBMVoBO0pXv 0aU2DCvvFSwn0+gIrhHv21nq21mDeTsFXMnm2hEBaJwmtBAAITYyofqVGwBHgLuO bwztFFJiRkba7HOoYDq8Imxr/pAH49DuBZIK7d9Qmoc= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id m1BpkDHqO2mx; Sun, 16 Nov 2014 10:30:25 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sun, 16 Nov 2014 10:30:24 +0100 (CET) Message-ID: <54686EB0.2070006@madpilot.net> Date: Sun, 16 Nov 2014 10:30:24 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Kurt Jaeger , ports@freebsd.org Subject: Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ? References: <20141116082544.GB44537@home.opsec.eu> In-Reply-To: <20141116082544.GB44537@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 09:30:46 -0000 On 11/16/14 09:25, Kurt Jaeger wrote: > Hi! > > Now that 10.1 is released, I re-built all the ports relevant to me via > > poudriere bulk -f ~/pkg/all -j 10x > > and then had a nice new repo to pkg update. > > But: If I upgrade a 10.0 box to 10.1 and then ask them to use the > new repo, how can I enforce a complete reinstall of all packages > built on 10.1 instead of having a mix of old and new pkgs ? > "pkg upgrade -f" worked fine for me. -- Guido Falsi