Revision
139119
Author
stromnov@macports.org
Date
2015-08-03 02:01:40 -0700 (Mon, 03 Aug 2015)

Log Message

mapnik: update to version 3.0.2

Modified Paths

Diff

Modified: trunk/dports/gis/mapnik/Portfile (139118 => 139119)


--- trunk/dports/gis/mapnik/Portfile	2015-08-03 07:52:39 UTC (rev 139118)
+++ trunk/dports/gis/mapnik/Portfile	2015-08-03 09:01:40 UTC (rev 139119)
@@ -5,7 +5,7 @@
 PortGroup           cxx11 1.0
 PortGroup           github 1.0
 
-github.setup        mapnik mapnik 3.0.1 v
+github.setup        mapnik mapnik 3.0.2 v
 revision            0
 categories          gis devel
 license             LGPL-2.1
@@ -28,8 +28,8 @@
 
 homepage            http://mapnik.org
 
-checksums           rmd160  90c50bbeb680f12a0d3ccce49221a2580c1dab0f \
-                    sha256  1031ef790207b51a77de92cf4ef88979100d67a952aa4e627cafffad61da51c8
+checksums           rmd160  ff9f391d42aec9826dc35f64134d6f0b7d558ded \
+                    sha256  fb5281fa70473419d32c15e11e35a780ec9782c2fda0b0b15d43dc6e8c5effdf
 
 depends_build       port:pkgconfig
 
@@ -42,7 +42,6 @@
                     port:webp \
                     port:zlib \
                     port:freetype \
-                    port:libxml2 \
                     port:proj
 
 set input_plugins {shape csv raster geojson topojson}
@@ -59,11 +58,6 @@
     lappend input_plugins gdal ogr
 }
 
-#variant osm description {Build OpenStreetMap plugin} {
-#    depends_lib-append      port:curl
-#    lappend input_plugins osm
-#}
-
 variant postgis description {Build PostGIS plugin} {
     depends_lib-append      path:lib/libpq.dylib:postgresql94
     if {![file exists ${prefix}/lib/libpq.dylib]} {