[112445] trunk/dports/python/py-graph-tool

mmoll at macports.org mmoll at macports.org
Wed Oct 23 06:46:29 PDT 2013


Revision: 112445
          https://trac.macports.org/changeset/112445
Author:   mmoll at macports.org
Date:     2013-10-23 06:46:28 -0700 (Wed, 23 Oct 2013)
Log Message:
-----------
py-graph-tool: update to version 2.2.26, remove patch that is now no longer necessary

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-graph-tool/files/

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-10-23 11:23:12 UTC (rev 112444)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-10-23 13:46:28 UTC (rev 112445)
@@ -7,7 +7,7 @@
 
 set realname        graph-tool
 name                py-${realname}
-version             2.2.25
+version             2.2.26
 categories          python science
 platforms           darwin
 license             GPL-3
@@ -20,9 +20,9 @@
 homepage            http://graph-tool.skewed.de
 master_sites        http://downloads.skewed.de/graph-tool/
 use_bzip2           yes
-checksums           md5     83a7c55ac58eb2ef67f0c16ecb36b711 \
-                    sha1    3b740243662a4dd4e5a1f7aa20f4ddf6fab1ea31 \
-                    rmd160  5bf4f9e42142c4ee9a10b825bcfaeed548a396ac
+checksums           md5     317b29de0d3ef715fdc9281e078cfb17 \
+                    sha1    108be4cf6212eb6886f172ea03813187f73e4c3c \
+                    rmd160  cd2e8506522821750d70a97b951254f0a133d218
 distname            ${realname}-${version}
 python.versions     26 27 32 33
 python.default_version 27
@@ -64,8 +64,6 @@
     # some point.
     if {[string match *clang* ${configure.compiler}]} {
         configure.args-append --disable-sparsehash
-        # http://graph-tool.skewed.de/ticket/141
-        patchfiles-append patch-clang.diff
     } else {
         depends_lib-append port:sparsehash
         configure.cppflags-append -I${prefix}/include/sparsehash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131023/a0b37ef6/attachment.html>


More information about the macports-changes mailing list