diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-09-07 19:11:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-09-07 19:11:23 +0800 |
commit | bbbcb21cc644fbe8b53c956370319856519b557f (patch) | |
tree | adb98d245d1e1b5db900f559d90f1b84f5b41b25 /math | |
parent | 367305bc2384465e509ab05047f7f1ab8c45fdc7 (diff) | |
download | freebsd-ports-gnome-bbbcb21cc644fbe8b53c956370319856519b557f.tar.gz freebsd-ports-gnome-bbbcb21cc644fbe8b53c956370319856519b557f.tar.zst freebsd-ports-gnome-bbbcb21cc644fbe8b53c956370319856519b557f.zip |
- Update to 0.5.1
PR: ports/126584
Submitted by: Wen heping <wenheping AT gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/py-igraph/Makefile | 4 | ||||
-rw-r--r-- | math/py-igraph/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 571421ec5b76..1060d39dc036 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= igraph -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,6 @@ COMMENT= High performance graph data structures and algorithms BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff --git a/math/py-igraph/distinfo b/math/py-igraph/distinfo index ef74e5ac7f7b..73a2c46abd6c 100644 --- a/math/py-igraph/distinfo +++ b/math/py-igraph/distinfo @@ -1,3 +1,3 @@ -MD5 (python-igraph-0.5.tar.gz) = ac0337900b9df15e2c12f9a7f7b2a59b -SHA256 (python-igraph-0.5.tar.gz) = f7d38136e8da6abf2152b0a6cd69383964f2a6e76f3f1e901366fc125bf0b10a -SIZE (python-igraph-0.5.tar.gz) = 170451 +MD5 (python-igraph-0.5.1.tar.gz) = 9cc4364d656db67add07dd474c8b0f11 +SHA256 (python-igraph-0.5.1.tar.gz) = 61cc620c2a7687845e6365f9f2ec8de8836856543cf2f67e4d725cbd52340a7c +SIZE (python-igraph-0.5.1.tar.gz) = 183283 |