From owner-freebsd-python@FreeBSD.ORG Fri Sep 26 01:27:56 2008 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B86E1065696 for ; Fri, 26 Sep 2008 01:27:56 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8F88FC16 for ; Fri, 26 Sep 2008 01:27:56 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id D1DF75C2D; Thu, 25 Sep 2008 21:08:31 -0400 (EDT) Date: Thu, 25 Sep 2008 21:08:31 -0400 From: Wesley Shields To: python@freebsd.org Message-ID: <20080926010831.GG9540@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: devel/py-simplejson X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 01:27:56 -0000 Trying to update devel/py-simplejson results in the following on a freshly updated ports tree: => ez_setup.py doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://peak.telecommunity.com/dist/. fetch: http://peak.telecommunity.com/dist/ez_setup.py: size mismatch: expected 9419, actual 9646 => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ez_setup.py: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Unfortunately I do not have an old copy of ez_setup.py around to compare the changes that were made, so I do not feel comfortable committing the update to fix the problem. I'm hoping that someone can compare the changes that caused the ez_setup.py script to be re-rolled and commit a fix. -- WXS