Date: Sun, 16 May 2004 15:11:45 +0200 (CEST) From: Roman Neuhauser <neuhauser@chello.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org Subject: ports/66700: [PATCH] ftp/fget distsite patch Message-ID: <20040516131145.C7D9D2FDA01@isis.wad.cz> Resent-Message-ID: <200405161320.i4GDKCM1009189@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66700 >Category: ports >Synopsis: [PATCH] ftp/fget distsite patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 16 06:20:11 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386 >Description: roman@isis ~ 1039:0 > lftp ftp://ftp-dev.cso.uiuc.edu/pub/fget/ lftp ftp-dev.cso.uiuc.edu:~/pub/fget> ls ls: Access failed: 550 /pub/fget: No such file or directory. lftp ftp-dev.cso.uiuc.edu:/pub/fget> open ftp://ftp.feep.net/pub/software/fget/ lftp ftp.feep.net:~/pub/software/fget> ls total 2188 drwxr-xr-x 2 users 4096 Mar 5 2001 0.x drwxr-xr-x 2 users 4096 Apr 22 2001 1.0.x drwxr-xr-x 2 users 4096 May 25 2001 1.1.x drwxr-xr-x 2 users 4096 Apr 4 04:58 1.2.dev drwxr-xr-x 2 users 4096 Apr 26 02:40 1.3.x -rw-r--r-- 1 users 243 Apr 13 02:26 INDEX drwxr-xr-x 2 users 4096 Nov 12 2001 contrib -rw-r--r-- 1 users 199713 May 25 2001 fget-1.2.0.tar.gz -rw-r--r-- 1 users 199766 May 30 2001 fget-1.2.1.tar.gz -rw-r--r-- 1 users 200299 May 31 2001 fget-1.2.2.tar.gz -rw-r--r-- 1 users 200417 Jun 15 2001 fget-1.2.3.tar.gz -rw-r--r-- 1 users 200579 Jul 20 2001 fget-1.2.4.tar.gz -rw-r--r-- 1 users 200613 Jul 26 2001 fget-1.2.5.tar.gz -rw-r--r-- 1 users 214462 Oct 17 2001 fget-1.2.6.tar.gz -rw-r--r-- 1 users 216004 Feb 18 2002 fget-1.2.7.tar.gz -rw-r--r-- 1 users 255951 Apr 26 2002 fget-1.2.8.tar.gz -rw-r--r-- 1 users 267604 Oct 20 2002 fget-1.2.9.tar.gz drwxr-xr-x 3 users 4096 Apr 26 00:49 libfget_test lftp ftp.feep.net:/pub/software/fget> maintainer cc'd >How-To-Repeat: >Fix: --- ftp::fget.distsite.patch begins here --- Index: ftp/fget/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/fget/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- ftp/fget/Makefile 4 Feb 2004 05:20:12 -0000 1.4 +++ ftp/fget/Makefile 13 May 2004 17:14:51 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.2.9 PORTREVISION= 1 CATEGORIES= ftp www -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/fget/ +MASTER_SITES= ftp://ftp.feep.net/pub/software/fget/ MAINTAINER= demon@FreeBSD.org COMMENT= A commandline tool for mirroring remote files via FTP --- ftp::fget.distsite.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040516131145.C7D9D2FDA01>