The attached patch updates the port skeleton to a newer snapshot of the library with some protocol changes and updates. How-To-Repeat: N/A
Piotr, On 2004-10-19 at 15:48 +0200, Piotr Smyrak wrote: > The attached patch updates the port skeleton to a newer snapshot > of the library with some protocol changes and updates. I get the following fetch error: >> libtlen-20040912.tar.gz doesn't seem to exist in /FreeBSD/distfiles/. >> Attempting to fetch from http://www.libtlen.eu.org/snapshots/archive/. fetch: http://www.libtlen.eu.org/snapshots/archive/libtlen-20040912.tar.gz: Operation timed out >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/libtlen-20040912.tar.gz: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /FreeBSD/distfiles/ and try again. *** Error code 1 Can you please investigate? Sergei
State Changed From-To: open->feedback Asked the submitter for feedback.
Responsible Changed From-To: freebsd-ports-bugs->sergei I'll track this.
Hi, On Wed, 20 Oct 2004 11:46:59 +0400, Sergei Kolobov <sergei@FreeBSD.org> wrote: > On 2004-10-19 at 15:48 +0200, Piotr Smyrak wrote: > > The attached patch updates the port skeleton to a newer > > snapshot > > of the library with some protocol changes and updates. > > I get the following fetch error: > > >> libtlen-20040912.tar.gz doesn't seem to exist in > >/FreeBSD/distfiles/.> Attempting to fetch from > >http://www.libtlen.eu.org/snapshots/archive/. > fetch: > http://www.libtlen.eu.org/snapshots/archive/libtlen-20040912.tar.gz: > Operation timed out > >> Attempting to fetch from > >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/libtlen-20040912.tar.gz: > File unavailable (e.g., file not found, no access) > >> Couldn't fetch it - please try to retrieve this > >> port manually into /FreeBSD/distfiles/ and try again. > *** Error code 1 > > Can you please investigate? I am working on it. We'll come back with a fix. -- Piotr Smyrak piotr.smyrak@heron.pl
Sergei, On Wed, 20 Oct 2004 11:46:59 +0400, Sergei Kolobov <sergei@FreeBSD.org> wrote: > On 2004-10-19 at 15:48 +0200, Piotr Smyrak wrote: > > The attached patch updates the port skeleton to a newer > > snapshot > > of the library with some protocol changes and updates. > > I get the following fetch error: > > >> libtlen-20040912.tar.gz doesn't seem to exist in > >/FreeBSD/distfiles/.> Attempting to fetch from > >http://www.libtlen.eu.org/snapshots/archive/. > fetch: > http://www.libtlen.eu.org/snapshots/archive/libtlen-20040912.tar.gz: > Operation timed out > >> Attempting to fetch from > >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/libtlen-20040912.tar.gz: > File unavailable (e.g., file not found, no access) > >> Couldn't fetch it - please try to retrieve this > >> port manually into /FreeBSD/distfiles/ and try again. > *** Error code 1 > > Can you please investigate? > Here comes an updated patch: --- Makefile.orig Mon Nov 15 13:23:02 2004 +++ Makefile Mon Nov 15 13:24:42 2004 @@ -7,9 +7,10 @@ # PORTNAME= libtlen -PORTVERSION= 20040212 +PORTVERSION= 20041113 CATEGORIES= polish net -MASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libtlen MAINTAINER= smyru@heron.pl COMMENT= Backend for interoperability with Tlen.pl, Polish IM network --- distinfo.orig Mon Nov 15 13:23:12 2004 +++ distinfo Mon Nov 15 13:27:50 2004 @@ -1,2 +1,2 @@ -MD5 (libtlen-20040212.tar.gz) = af5507f51232cdcac4188c0f24c4adb1 -SIZE (libtlen-20040212.tar.gz) = 183309 +MD5 (libtlen-20041113.tar.gz) = b77c0a3234a21d1b79df8a8b9a9b9534 +SIZE (libtlen-20041113.tar.gz) = 160834 -- Piotr Smyrak piotr.smyrak@heron.pl
State Changed From-To: feedback->closed Committed, thanks! Please consider shortening COMMENT a bit: ===> Checking pkg_info libtlen-20041113 Backend for interoperability with Tlen.pl, Polish IM networ