From owner-freebsd-ports@FreeBSD.ORG Mon Apr 2 22:34:32 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1C5F16A404 for ; Mon, 2 Apr 2007 22:34:32 +0000 (UTC) (envelope-from phil.pennock@globnix.org) Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by mx1.freebsd.org (Postfix) with ESMTP id AF3C113C45A for ; Mon, 2 Apr 2007 22:34:32 +0000 (UTC) (envelope-from phil.pennock@globnix.org) Received: by smtp.spodhuis.org with local id 1HYUnY-000P7o-I0; Mon, 02 Apr 2007 22:14:48 +0000 Date: Mon, 2 Apr 2007 15:14:48 -0700 From: Phil Pennock To: ports@FreeBSD.org Message-ID: <20070402221448.GA94907@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: devel/pylint location fix 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: Mon, 02 Apr 2007 22:34:33 -0000 [ ports@ listed as current MAINTAINER ] Port devel/pylint doesn't seem to be well distributed on the ftp.CC.freebsd.org mirrors and can't be retrieved from the currently defined master; ftp://ftp.logilab.org/pub/pylint/pylint-0.13.1.tar.gz results in an FTP error after anonymous authentication: 421 Service not available, remote server has closed connection. Change the protocol to http: but leave the host and local path alone and the file is retrievable, passing checksum tests.. Given that http is generally lighter weight, should MASTER_SITES include the http: variant before the ftp one? Regards, -Phil