Date: Thu, 14 May 2009 03:06:23 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134522: [Maintainer Update]math/py-igraph:fix the checksum error Message-ID: <200905140306.n4E36Nwl069400@www.freebsd.org> Resent-Message-ID: <200905140310.n4E3A1ep060568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134522 >Category: ports >Synopsis: [Maintainer Update]math/py-igraph:fix the checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 14 03:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1 i386 >Description: fix the checksum error >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-05-14 18:44:04.000000000 +0800 +++ Makefile 2009-05-14 18:44:04.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= igraph PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -BROKEN= checksum mismatch - USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes --- distinfo.orig 2009-05-14 18:44:05.000000000 +0800 +++ distinfo 2009-05-14 18:44:04.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (python-igraph-0.5.2.tar.gz) = 8e80ddff5a7a3b7c25e293d4daaee6c0 -SHA256 (python-igraph-0.5.2.tar.gz) = beb8638522bfc142abc93c2a87ad8e6bbe93f5c92f2250962bb2f5460768bae3 -SIZE (python-igraph-0.5.2.tar.gz) = 198646 +MD5 (python-igraph-0.5.2.tar.gz) = d7c94b8823407a95d8113cbf907c5c56 +SHA256 (python-igraph-0.5.2.tar.gz) = cfaa705e03ffd0ec7cf3b243f1fb7f85ec7069188b35e194c9af5ea1fc5e0935 +SIZE (python-igraph-0.5.2.tar.gz) = 205895 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905140306.n4E36Nwl069400>