[113523] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Mon Nov 18 17:59:53 PST 2013


Revision: 113523
          https://trac.macports.org/changeset/113523
Author:   mmoll at macports.org
Date:     2013-11-18 17:59:53 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
py-graph-tool: update to 2.2.27. works on 10.9, hopefully also works on older versions of OS X

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

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-11-19 00:30:45 UTC (rev 113522)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-11-19 01:59:53 UTC (rev 113523)
@@ -7,8 +7,7 @@
 
 set realname        graph-tool
 name                py-${realname}
-version             2.2.26
-revision            3
+version             2.2.27
 categories          python science
 platforms           darwin
 license             GPL-3
@@ -21,16 +20,10 @@
 homepage            http://graph-tool.skewed.de
 master_sites        http://downloads.skewed.de/graph-tool/
 use_bzip2           yes
-checksums           md5     317b29de0d3ef715fdc9281e078cfb17 \
-                    sha1    108be4cf6212eb6886f172ea03813187f73e4c3c \
-                    rmd160  cd2e8506522821750d70a97b951254f0a133d218
+checksums           md5     60e02f3c8140df0b6353d789f7b48c31 \
+                    sha1    1ed8d49b2145bc6e4140925d924e52e4ed62d329 \
+                    rmd160  9374a600d69534ea83b23b9ad525b531b44ae8ce
 distname            ${realname}-${version}
-platform darwin 13 {
-    # temporarily use git revision with C++11 fixes, so that code compiles on OS X 10.9
-    fetch.type          git
-    git.url             git://git.skewed.de/graph-tool
-    git.branch          26cdde1e6081f031b24311ece2cf63df6a45f30b
-}
 
 python.versions     26 27 32 33
 python.default_version 27
@@ -50,11 +43,6 @@
                        port:py${python.version}-cairo
     use_configure      yes
     configure.cmd      ./configure
-    if {${os.major} >= 13 && ${os.platform} == "darwin"} {
-        # remove when switching back to official release which includes "configure"
-        depends_build-append port:libtool port:autoconf port:automake
-        configure.cmd      ./autogen.sh && ./configure
-    }
     # parallel build starts swapping, even on a MacBook Pro with 8GB of RAM.
     use_parallel_build no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131118/77fc37d6/attachment-0001.html>


More information about the macports-changes mailing list