From owner-freebsd-ports@FreeBSD.ORG Fri Jul 24 02:06:13 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70792106564A for ; Fri, 24 Jul 2009 02:06:13 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1BD8FC1B for ; Fri, 24 Jul 2009 02:06:13 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 86C775C52 for ; Thu, 23 Jul 2009 22:08:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date :received:received:received; s=aegis; t=1248401308; bh=peXHSYX83 WXPftTqFVQf1xoGwRQtmvaz0ds6X0LBw7Y=; b=quNitTIdAS9mtEo1qES+Q21ai 9vdQlyce3VySg3LZrMQHzTbk7jzJ8/ltlXdHXU88kBIxp3TOtt3rptceL34IzKE0 Qpw02ETYU0v/X8Nf9BmoGVDmqyG7Aeo3dayLvjFqc79YD6UvG0zz+aT/LUFs3/Ph n2317A0wIQBi6kslC4= Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id ytamwdKOxLA3 for ; Thu, 23 Jul 2009 22:08:28 -0400 (EDT) Received: from shepherd.hamla.org (cpe-68-174-170-210.nyc.res.rr.com [68.174.170.210]) by aegis.hamla.org (Postfix) with ESMTPSA id 486A05C50 for ; Thu, 23 Jul 2009 22:08:28 -0400 (EDT) Received: by shepherd.hamla.org (Postfix, from userid 501) id 073231A21E38; Thu, 23 Jul 2009 22:06:10 -0400 (EDT) Date: Thu, 23 Jul 2009 22:06:10 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20090724020610.GA27086@tandon.net> References: <26d677980907231333ya7f9221qad94787771268072@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26d677980907231333ya7f9221qad94787771268072@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: FreeBSD Port: python31-3.1_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 02:06:13 -0000 On Thu, 23 Jul 2009, Adam Townsend wrote: > I'm using the ports online (from the freebsd.org site) to get ports for my > my computers running FreeBSD (running on dial-up). I found that the Python > 3.1 source links are all broken. They all contain > "/ftp/python//Python-.tgz" in the urls. I found that the correct path in > the urls is "/ftp/python/3.1/Python-3.1.tgz" after looking at the other > sources. I'm not really sure if this is the correct way to report this, but > I figured I'd let you know. I cannot reproduce your problem here. % cd /usr/ports/lang/python31 && make -V DISTFILES Python-3.1.tgz % cd /usr/ports/lang/python31 && make fetch => Python-3.1.tgz doesn't seem to exist in /usr/ports/distfiles/python. => Attempting to fetch from http://www.python.org/ftp/python/3.1/. Python-3.1.tgz 100% of 10 MB 952 kBps 00m00s -- Sahil Tandon