From owner-freebsd-ports@FreeBSD.ORG Mon Feb 26 23:48:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23D5216A416; Mon, 26 Feb 2007 23:48:54 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-altamira.atl.sa.earthlink.net (pop-altamira.atl.sa.earthlink.net [207.69.195.62]) by mx1.freebsd.org (Postfix) with ESMTP id E8B4413C4B4; Mon, 26 Feb 2007 23:48:48 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.embarqhsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-altamira.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1HLpaJ-0005f7-00; Mon, 26 Feb 2007 18:48:47 -0500 Date: Mon, 26 Feb 2007 18:48:45 -0500 From: Randy Pratt To: Sergey Matveychuk Message-Id: <20070226184845.cfcfb6fa.bsd-unix@earthlink.net> In-Reply-To: <45E2EB76.8070907@FreeBSD.org> References: <20070205001114.b4f77f86.bsd-unix@earthlink.net> <45C6EE26.9010909@FreeBSD.org> <45DF1803.7030106@FreeBSD.org> <20070225090806.fdd04446.bsd-unix@earthlink.net> <45E1BAD1.9060004@FreeBSD.org> <45E1DAC4.1090806@FreeBSD.org> <20070225164719.847ee415.bsd-unix@earthlink.net> <45E2A771.7010508@FreeBSD.org> <20070226085701.77839ced.bsd-unix@earthlink.net> <45E2EB76.8070907@FreeBSD.org> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: Portupgrade omitting dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 23:48:54 -0000 On Mon, 26 Feb 2007 17:15:18 +0300 Sergey Matveychuk wrote: > I think it should be fixed in 2.2.5 version. Yes, it certainly seems so. It may be a bit premature without further testing but it works as I have come to expect portupgrade to work. Just after I updated this morning for the latest portupgrade-devel version, there was a version update for mplayer. This time, mplayer was updated to a new version and there were no entries left as "DELETED" in any /var/db/pkg/*/+CONTENTS file. I did as you suggested with pkgtools.conf: ALT_PKGDEP = { 'print/ghostscript-afpl' => 'print/ghostscript-gnu', 'www/apache13' => 'www/apache13-modssl', } In order to clear the "DELETED" entries I had to first do a portupgrade -fo print/ghostscript-afpl ghostscript-gnu to update all the dependencies to the ghostscript-afpl version then followed that with a: portupgrade -o print/ghostscript-gnu ghostscript-afpl to restore things to the original ghostscript-gnu version. It would have probably been okay to just leave them at the newer ghostscript-afpl. I saw talk on cvs-all list about perhaps making that the default version of ghostscript but that's up to those that take care of that. I'll continue using portupgrade-devel to shake out anything else since I do ports update almost daily. Thanks so much for doing all this (and knowing ruby ;-). Randy --