From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 2 20:40:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38B937B401 for ; Mon, 2 Jun 2003 20:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779CB43F85 for ; Mon, 2 Jun 2003 20:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h533eEUp062126 for ; Mon, 2 Jun 2003 20:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h533eEI6062125; Mon, 2 Jun 2003 20:40:14 -0700 (PDT) Date: Mon, 2 Jun 2003 20:40:14 -0700 (PDT) Message-Id: <200306030340.h533eEI6062125@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Serge Gagnon Subject: Re: ports/52495: New port: sysutils/disktool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 03:40:15 -0000 The following reply was made to PR ports/52495; it has been noted by GNATS. From: Serge Gagnon To: Will Andrews Cc: gnats-submit FreeBSD Subject: Re: ports/52495: New port: sysutils/disktool Date: 02 Jun 2003 23:56:30 -0400 On Mon, 2003-06-02 at 22:52, Will Andrews wrote: > Problem with the FTP site: > >> Attempting to fetch from ftp://step.polymtl.ca/pub/Xview/apps/disktool/. > fetch: ftp://step.polymtl.ca/pub/Xview/apps/disktool/disktool-2.0c.tar.gz: Not logged in > Upon closer inspection, the site doesn't allow anonymous login, and > the website isn't very helpful with this problem. Can you fix this It seems that I'll have some other PR ports to correct with this bad adress. --- Makefile.orig Mon Jun 2 23:38:42 2003 +++ Makefile Mon Jun 2 23:44:23 2003 @@ -8,7 +8,8 @@ PORTNAME= disktool PORTVERSION= 2.0 CATEGORIES= sysutils -MASTER_SITES= ftp://step.polymtl.ca/pub/Xview/apps/disktool/ +MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/disktool/ \ + ftp://quenix.dyndns.org/freebsd/ DISTNAME= disktool-2.0c MAINTAINER= gagnon__s@videotron.ca -- Serge Gagnon