From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 16 00:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358C21065672 for ; Tue, 16 Aug 2011 00:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 104818FC13 for ; Tue, 16 Aug 2011 00:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7G0o93r077636 for ; Tue, 16 Aug 2011 00:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7G0o94C077635; Tue, 16 Aug 2011 00:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 16 Aug 2011 00:50:09 GMT Resent-Message-Id: <201108160050.p7G0o94C077635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3CF106564A for ; Tue, 16 Aug 2011 00:49:49 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 60C3A8FC19 for ; Tue, 16 Aug 2011 00:49:49 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1Qt7w9-0003mf-QH; Tue, 16 Aug 2011 04:55:22 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id AD9E2B865; Tue, 16 Aug 2011 04:49:45 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id A7665B825; Tue, 16 Aug 2011 04:49:45 +0400 (MSD) Message-Id: <20110816004945.A7665B825@hades.panopticon> Date: Tue, 16 Aug 2011 04:49:45 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wen@FreeBSD.org Subject: ports/159808: [PATCH] lang/cython: does not fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2011 00:50:10 -0000 >Number: 159808 >Category: ports >Synopsis: [PATCH] lang/cython: does not fetch >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 16 00:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar 8 09:48:52 MSK >Description: On most mirrors, size of distfile for cython doesn't match distinfo, so fetch fails: % pwd /usr/ports/lang/cython % cat distinfo SHA256 (Cython-0.14.1.tar.gz) = 3015921b0ce0dd2375adb5be853c83113f1a86eaa304b59a139294c68e73e74d SIZE (Cython-0.14.1.tar.gz) = 1314345 % for f in `make fetch-urlall-list`; do echo "===> $f"; HEAD $f | grep 'Content-Length'; done ===> http://www.cython.org/release/Cython-0.14.1.tar.gz Content-Length: 1315824 ===> http://pypi.python.org/packages/source/C/Cython/Cython-0.14.1.tar.gz Content-Length: 1315824 ===> http://pypi.d9t.de/Cython/Cython-0.14.1.tar.gz Content-Length: 169 ===> http://pypi.inqbus.de/Cython/Cython-0.14.1.tar.gz Content-Length: 169 ===> http://pypi.it.uwosh.edu/Cython/Cython-0.14.1.tar.gz Content-Length: 1315824 ===> http://pypi.python.jp/Cython/Cython-0.14.1.tar.gz Content-Length: 1314345 ===> http://pypi.websushi.org/Cython/Cython-0.14.1.tar.gz ===> http://pypi.zopyx.com/Cython/Cython-0.14.1.tar.gz ===> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/Cython-0.14.1.tar.gz Content-Length: 1314345 It should be checked whether the distfile was changed inplace, and update distinfo correspondingly Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: