[136737] trunk/dports/gis/mapnik

stromnov at macports.org stromnov at macports.org
Mon May 25 06:11:00 PDT 2015


Revision: 136737
          https://trac.macports.org/changeset/136737
Author:   stromnov at macports.org
Date:     2015-05-25 06:10:59 -0700 (Mon, 25 May 2015)
Log Message:
-----------
mapnik: update to version 3.0.0-rc2

Modified Paths:
--------------
    trunk/dports/gis/mapnik/Portfile

Removed Paths:
-------------
    trunk/dports/gis/mapnik/files/

Modified: trunk/dports/gis/mapnik/Portfile
===================================================================
--- trunk/dports/gis/mapnik/Portfile	2015-05-25 12:27:31 UTC (rev 136736)
+++ trunk/dports/gis/mapnik/Portfile	2015-05-25 13:10:59 UTC (rev 136737)
@@ -5,8 +5,8 @@
 PortGroup           cxx11 1.0
 PortGroup           github 1.0
 
-github.setup        mapnik mapnik 3.0.0-rc1 v
-revision            1
+github.setup        mapnik mapnik 3.0.0-rc2 v
+revision            0
 categories          gis devel
 license             LGPL-2.1
 platforms           darwin
@@ -28,8 +28,8 @@
 
 homepage            http://mapnik.org
 
-checksums           rmd160  6a37a8daa8c1862618e636d41233bf78531b31d1 \
-                    sha256  2999b3cec80812bd87b7ad822188926aac9671a4c5d1a20caa4b3c0e55d8c207
+checksums           rmd160  608071712cd81745a3a6d0abeb4c052603802eb0 \
+                    sha256  b5f014ad703031760723ebc86b894bc8cefa552d153ca62964c00915fcda7d8e
 
 depends_build       port:pkgconfig
 
@@ -45,7 +45,7 @@
                     port:libxml2 \
                     port:proj
 
-set python_suffixes {26 27}
+set python_suffixes {27 34}
 set python_ports {}
 foreach s ${python_suffixes} {
     lappend python_ports python${s}
@@ -111,19 +111,18 @@
     lappend input_plugins sqlite
 }
 
-if {![variant_isset python26]} {
+if {![variant_isset python34]} {
     default_variants    +python27
 }
+
 universal_variant   no
 
-patchfiles          patch-plugins-input-geojson-geojson_datasource.hpp.diff
-
 configure.pkg_config ${prefix}/bin/pkg-config
 
-if {[variant_isset python26]} {
-    configure.python    ${prefix}/bin/python2.6
-} elseif {[variant_isset python27]} {
+if {[variant_isset python27]} {
     configure.python    ${prefix}/bin/python2.7
+} elseif {[variant_isset python34]} {
+    configure.python    ${prefix}/bin/python3.4
 } else {
     configure.python    /usr/bin/python
 }
@@ -142,6 +141,7 @@
                     PREFIX=${prefix} \
                     DESTDIR=${destroot} \
                     CAIRO=False \
+                    CPP_TESTS=False \
                     FRAMEWORK_PYTHON=False \
                     BINDINGS=none \
                     JOBS=${build.jobs} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150525/3131e8a6/attachment.html>


More information about the macports-changes mailing list