Revision: 115567 https://trac.macports.org/changeset/115567 Author: mmoll@macports.org Date: 2014-01-05 06:58:45 -0800 (Sun, 05 Jan 2014) Log Message: ----------- py-graph-tool: update to version 2.2.28 Modified Paths: -------------- trunk/dports/python/py-graph-tool/Portfile Modified: trunk/dports/python/py-graph-tool/Portfile =================================================================== --- trunk/dports/python/py-graph-tool/Portfile 2014-01-05 12:52:34 UTC (rev 115566) +++ trunk/dports/python/py-graph-tool/Portfile 2014-01-05 14:58:45 UTC (rev 115567) @@ -8,7 +8,7 @@ set realname graph-tool name py-${realname} -version 2.2.27 +version 2.2.28 categories python science platforms darwin license GPL-3 @@ -21,9 +21,9 @@ homepage http://graph-tool.skewed.de master_sites http://downloads.skewed.de/graph-tool/ use_bzip2 yes -checksums md5 60e02f3c8140df0b6353d789f7b48c31 \ - sha1 1ed8d49b2145bc6e4140925d924e52e4ed62d329 \ - rmd160 9374a600d69534ea83b23b9ad525b531b44ae8ce +checksums md5 7249dc82e820659ab10235da9fbc9a31 \ + sha1 1d75854144f932cd1ead2260666b56b0b58ffaab \ + rmd160 7fcb9e535878dd0212fd4d18bc6ef9d07a8b7651 distname ${realname}-${version} python.versions 26 27 32 33 @@ -72,7 +72,6 @@ if {[string match *gcc* ${configure.compiler}] || ${os.major} >= 13 && ${os.platform} eq "darwin"} { depends_lib-append port:sparsehash - configure.cppflags-append -I${prefix}/include/sparsehash } else { configure.args-append --disable-sparsehash }
participants (1)
-
mmoll@macports.org