[67050] trunk/dports/python/py26-mapnik

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Apr 27 19:48:51 PDT 2010


Revision: 67050
          http://trac.macports.org/changeset/67050
Author:   macsforever2000 at macports.org
Date:     2010-04-27 19:48:50 -0700 (Tue, 27 Apr 2010)
Log Message:
-----------
Maintainer update to version 0.7.1. (#24351)

Modified Paths:
--------------
    trunk/dports/python/py26-mapnik/Portfile
    trunk/dports/python/py26-mapnik/files/patch-src-Sconscript.diff

Modified: trunk/dports/python/py26-mapnik/Portfile
===================================================================
--- trunk/dports/python/py26-mapnik/Portfile	2010-04-28 02:40:25 UTC (rev 67049)
+++ trunk/dports/python/py26-mapnik/Portfile	2010-04-28 02:48:50 UTC (rev 67050)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                 py26-mapnik
-version              0.6.0
-revision             3
+version              0.7.1
 categories           python gis
 
 maintainers          gmail.com:dbsgeo
@@ -17,14 +16,12 @@
                      
 distname             mapnik-${version}
 worksrcdir           mapnik-${version}
-checksums            md5     981271ac1cd1432314a963809c245fe1 \
-                     sha1    4a092f27fe66b8a9f9800a3944a50c6f5b97473a \
-                     rmd160  aa1cbe18a9d0ce96b5c826ea3c8546e1fdf0cc86
+checksums            md5     8f65fda2a792518d6f6be8a85f62fc73 \
+                     sha1    a1961f6dfe5d591d5a892bef05d58e66537440c4 \
+                     rmd160  9e4180e901dfaf255091843869e9441d7a08209f
 use_bzip2            yes
 
 universal_variant       no
-
-patchfiles            patch-src-Sconscript.diff
                            
 description          Open Source C++/Python mapping toolkit.
 long_description \
@@ -69,10 +66,10 @@
 }
 
 variant postgis description {Builds port with PostGIS plugin} {
-    depends_lib-append port:postgresql83
-    depends_lib-append port:postgresql83-server
+    depends_lib-append port:postgresql84
+    depends_lib-append port:postgresql84-server
     depends_lib-append port:postgis
-    configure.args-append  PG_CONFIG=${prefix}/lib/postgresql83/bin/pg_config
+    configure.args-append  PG_CONFIG=${prefix}/lib/postgresql84/bin/pg_config
 }
 
 variant gdal description {Builds port with GDAL/OGR plugin} {
@@ -89,9 +86,10 @@
 use_parallel_build  yes
 
 configure.args      PREFIX=${prefix} \
-                     JOBS=4 \
                      CAIRO=False \
-                     INPUT_PLUGINS=all \
+                     OPTIMIZATION=3 \
+                     FRAMEWORK_PYTHON=False \
+                     INPUT_PLUGINS=shape,raster,ogr,postgis,gdal,sqlite \
                      PYTHON=${python} \
                      FREETYPE_CONFIG=${prefix}/bin/freetype-config \
                      XML2_CONFIG=${prefix}/bin/xml2-config \
@@ -109,7 +107,6 @@
                      TIFF_LIBS=${prefix}/lib \
                      PROJ_INCLUDES=${prefix}/include \
                      PROJ_LIBS=${prefix}/lib \
-                     FRAMEWORK_PYTHON=False \
                      DESTDIR=${destroot}
 
 configure {

Modified: trunk/dports/python/py26-mapnik/files/patch-src-Sconscript.diff
===================================================================
--- trunk/dports/python/py26-mapnik/files/patch-src-Sconscript.diff	2010-04-28 02:40:25 UTC (rev 67049)
+++ trunk/dports/python/py26-mapnik/files/patch-src-Sconscript.diff	2010-04-28 02:48:50 UTC (rev 67050)
@@ -1,21 +0,0 @@
-Index: src/SConscript
-===================================================================
---- src/SConscript	(revision 1105)
-+++ src/SConscript	(working copy)
-@@ -31,13 +31,15 @@
- 
- install_prefix = env['DESTDIR'] + '/' + prefix
- 
-+libdir = os.path.normpath(prefix + '/' + env['LIBDIR_SCHEMA'])
-+
- libraries = env['LIBS']
- 
- if env['INTERNAL_LIBAGG']:
-     libraries.insert(0, 'agg')
- 
- if env['PLATFORM'] == 'Darwin':
--    linkflags = '-Wl,-install_name,libmapnik.dylib'
-+    linkflags = '-Wl,-install_name,%s/libmapnik.dylib' % libdir
- elif env['PLATFORM'] == 'SunOS' and env['CXX'].startswith('CC'):
-     linkflags = '-R. -h libmapnik.so'
- else: # Linux and others
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100427/6996ecdb/attachment-0001.html>


More information about the macports-changes mailing list