From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 18:39:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C94106566C for ; Wed, 28 Jan 2009 18:39:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9C68FC2E for ; Wed, 28 Jan 2009 18:39:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id A2468AFC1FE; Wed, 28 Jan 2009 09:39:16 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 28 Jan 2009 09:39:16 -0900 User-Agent: KMail/1.9.10 References: <49801D13.2060803@maydias.com> <20090128134911.054ffd21@gumby.homeunix.com> In-Reply-To: <20090128134911.054ffd21@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901280939.16429.fbsd.questions@rachie.is-a-geek.net> Cc: Warren Liddell , RW Subject: Re: Unable to Fetch ktorrent-3.1.6.tar.bz2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 18:39:17 -0000 On Wednesday 28 January 2009 04:49:11 RW wrote: > On Wed, 28 Jan 2009 18:53:39 +1000 > > Warren Liddell wrote: > > I updated my ports this afternoon and ktorrent has an upgrade, but > > alas the pkg for it isnt in the distfiles list on the website yet, > > was this in error or has something gona astray ? > > This question doesn't make much sense, are you looking for a package > for 7-stable or a distfile or what?. Makes perfect sense, tar.bz2 != package: # make -C net-p2p/ktorrent fetch => ktorrent-3.1.6.tar.bz2 doesn't seem to exist in /var/distfiles/. => Attempting to fetch from http://ktorrent.org/downloads/3.1.6/. fetch: http://ktorrent.org/downloads/3.1.6/ktorrent-3.1.6.tar.bz2: Not Found => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ktorrent-3.1.6.tar.bz2: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /var/distfiles/ and try again. *** Error code 1 Either wait for portmaintainer to fix it, or apply patch below and type: make -C /usr/ports/net-p2p/ktorrent makesum Then build as usual. Of course, only do that if you're in a hurry. Better to wait till maintainer has figured out why the tarball was rerolled and if it's safe. -- Mel Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/ktorrent/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 25 Jan 2009 09:12:25 -0000 1.32 +++ Makefile 28 Jan 2009 18:32:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 3.1.6 +DISTVERSION= ${PORTVERSION}-4 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/