On Wednesday 28 January 2009 04:49:11 RW wrote: > On Wed, 28 Jan 2009 18:53:39 +1000 > > Warren Liddell <[email protected]> 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}/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
