diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-02 03:04:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-02 03:04:57 +0000 |
commit | fab6f131d2cac29dc61afa081c87fe0cd0a6cad2 (patch) | |
tree | c4537051d7b8751fa2da27da159e87508c2f9edc /math | |
parent | b0a4e34560e4ce3165c5f9e708e7e54785a88e0d (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/igraph/Makefile | 9 | ||||
-rw-r--r-- | math/igraph/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 1b633564e61e..fec3685252e5 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -6,15 +6,16 @@ # PORTNAME= igraph -PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTVERSION= 0.5.3 CATEGORIES= math -MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/ +MASTER_SITES= SF \ + http://cneurocvs.rmki.kfki.hu/igraph/download/ MAINTAINER= wenheping@gmail.com COMMENT= Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ + xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/igraph/distinfo b/math/igraph/distinfo index ba80ae710c02..2286a9bae1fe 100644 --- a/math/igraph/distinfo +++ b/math/igraph/distinfo @@ -1,3 +1,3 @@ -MD5 (igraph-0.5.2.tar.gz) = 092fcd018d35da599e250990e9b64e6f -SHA256 (igraph-0.5.2.tar.gz) = 10d35807463188f3e1e003506288d5a2e984bf709d8fd68d115d2c91416ca70d -SIZE (igraph-0.5.2.tar.gz) = 1719644 +MD5 (igraph-0.5.3.tar.gz) = 0b5437a387a1c91985b99656f877edcd +SHA256 (igraph-0.5.3.tar.gz) = c28c1afd4f604813ed87414a71c64c00d8d19b0d4874a60b41b89dc11a2cfad5 +SIZE (igraph-0.5.3.tar.gz) = 1730184 |