From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 11:30:02 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595B016A4CE for ; Tue, 5 Apr 2005 11:30:02 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id F003243D39 for ; Tue, 5 Apr 2005 11:30:01 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so333704wra for ; Tue, 05 Apr 2005 04:30:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=nfgIrViCRcGgaa9P1OuOJ/mOF9Mudiy9P18Q7b4Gyi344wQdeZYE5ErpTn7aHelPODZdRcXBF3FiW46ir55ardTSzRKk9xO8dl+/767Odwd0GKibmy82gEOyXrl7AISwTWdZp2PIgaVgdt4/ZQr0slEsjLx18ucAEeaBX3cOveU= Received: by 10.54.7.36 with SMTP id 36mr736497wrg; Tue, 05 Apr 2005 04:30:01 -0700 (PDT) Received: by 10.54.38.48 with HTTP; Tue, 5 Apr 2005 04:30:01 -0700 (PDT) Message-ID: <7cbadc87050405043042528cef@mail.gmail.com> Date: Tue, 5 Apr 2005 13:30:01 +0200 From: Nelis Lamprecht To: FreeBSD Questions In-Reply-To: <7cbadc8705040504171cf0bd8f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <7cbadc8705040504171cf0bd8f@mail.gmail.com> Subject: Re: portupgrade weirdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 11:30:02 -0000 Replying to my own message. For the archives, the problem below was caused because my local cvsup mirror was not in sync with the INDEX file I downloaded from the main FreeBSD site. Sorry, should have checked a specific port version Makefile before posting the question. Nelis On Apr 5, 2005 1:17 PM, Nelis Lamprecht wrote: > Hi, > > I seem to be having some difficulty upgrading some of my packages > using portupgrade. Here is an example: > > medusa# portversion -vl "<" | grep m4 > m4-1.4.1 < needs updating (port has 1.4.3) > > medusa# portupgrade m4 > medusa# > > Basically it's doing nothing as if it thinks the port is already > updated ? This happens with my php4 port as well as the quagga port > and one or two others. Some update fine, some don't. If I do a > portupgrade -f it installs the same version currently installed and > still doesn't install the new port. > > Any ideas ? > > Thanks. > > Nelis >