From owner-freebsd-pkg@FreeBSD.ORG Fri Sep 5 16:57:45 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DD4FEDD for ; Fri, 5 Sep 2014 16:57:45 +0000 (UTC) Received: from smtp21.services.sfr.fr (smtp21.services.sfr.fr [93.17.128.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4FF1FC8 for ; Fri, 5 Sep 2014 16:57:44 +0000 (UTC) Received: from filter.sfr.fr (localhost [109.15.143.125]) by msfrf2103.sfr.fr (SMTP Server) with ESMTP id D707C7000074 for ; Fri, 5 Sep 2014 18:52:11 +0200 (CEST) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=listjm@club-internet.fr Received: from [192.168.1.67] (125.143.15.109.rev.sfr.net [109.15.143.125]) by msfrf2103.sfr.fr (SMTP Server) with ESMTP id B2CE37000065 for ; Fri, 5 Sep 2014 18:52:11 +0200 (CEST) X-SFR-UUID: 20140905165211732.B2CE37000065@msfrf2103.sfr.fr Message-ID: <5409EA31.9050506@club-internet.fr> Date: Fri, 05 Sep 2014 18:52:01 +0200 From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-pkg@freebsd.org Subject: pkg upgrade -f refusing to upgrade packages??? Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 16:57:45 -0000 > Hello, > > I seem to keep either finding problems in pkg or completely missing > the point of it :( > > > > Now, I would like to force-upgrade them all: > > # pkg upgrade -f `pkg info -g 'cups*'` As far as I know and the manual says, the -f option forces the reinstallation or upgrade of the whole set of packages, this ignoring your provided pkg-names. > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > Updating FreeBSD_new_xorg repository catalogue... > FreeBSD_new_xorg repository is up-to-date. > All repositories are up-to-date. > The following 3 packages will be affected (of 0 checked): …of 0 checked… This is maybe not related to your issue, but at least could remove one source of confusion. Did you issued a "pkg update -f" after upgrading to pkg 1.3.7? Hope it helps, Juan