From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 10:34:30 2004 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 3FBE616A4CE for ; Tue, 13 Jul 2004 10:34:30 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with SMTP id C766243D45 for ; Tue, 13 Jul 2004 10:34:29 +0000 (GMT) (envelope-from thatha@gmail.com) Received: by mproxy.gmail.com with SMTP id d19so420356rnf for ; Tue, 13 Jul 2004 03:34:17 -0700 (PDT) Received: by 10.38.72.47 with SMTP id u47mr37885rna; Tue, 13 Jul 2004 03:34:17 -0700 (PDT) Message-ID: Date: Tue, 13 Jul 2004 20:34:17 +1000 From: Gautam Gopalakrishnan To: Ron Joordens In-Reply-To: <11F383396235D511994B00A0C9E175377212C7@INDEC-NTSERVER> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <11F383396235D511994B00A0C9E175377212C7@INDEC-NTSERVER> cc: "'Freebsd-Questions \(E-mail\)" Subject: Re: Can Portupgrade provide a list of files to download? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 10:34:30 -0000 On Tue, 13 Jul 2004 11:07:57 +1000, Ron Joordens wrote: > > I was playing with Gentoo the other day and discovered that it has a pretend > option that prints out all the files needed and their urls (several for each > file). What a time saver! > > I tried portupgrade with the -n pretend option to see how it worked. > However, it does not give url's and it seems to lists the version of the > port it is upgrading from rather than the version it is upgrading to. # cd /usr/ports/..... # make fetch-recursive-list This will print the list of urls, each URL is separated by a || (logical or) so if one fails it will try the next. Each file fetched will be on a separate line. Cheers Gautam