From owner-freebsd-ports@FreeBSD.ORG Sat Oct 22 00:43:55 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43A516A41F for ; Sat, 22 Oct 2005 00:43:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-white.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C69043D45 for ; Sat, 22 Oct 2005 00:43:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-blue.research.att.com (Postfix) with ESMTP id 4DD011475F7; Fri, 21 Oct 2005 18:38:55 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j9LMctcR000735; Fri, 21 Oct 2005 15:38:55 -0700 From: Bill Fenner Message-Id: <200510212238.j9LMctcR000735@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: cybermartyr@MaskeProductions.com References: <200510211932.j9LJWvgM079280@freefall.freebsd.org> <30073.163.192.21.45.1129924035.squirrel@mail.maskeproductions.com> Date: Fri, 21 Oct 2005 15:38:55 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfile: www/mod_auth_mysql41_ap2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 00:43:56 -0000 The problem is that the ftp.maske.org ftp server returns an empty response to "LIST mod_auth_mysql41_ap2_1.00.tar.gz". To save bandwidth, the distfile checker doesn't actually download any files; it just tries the equivalent of an "ls" command on each file (or an HTTP "HEAD" for http: or https: URLs). If this is a policy of ftp.maske.org, I can create a "blacklist" of sites for which I know this algorithm doesn't work. Bill