Bug 161420

Summary: [patch] [new port] graphics/mapnik: update to 2.0.0
Product: Ports & Packages Reporter: littlesavage
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description littlesavage 2011-10-09 12:10:02 UTC
Mapnik 2.0.0 is out. It is backward incompatible with previous 0.7.1 release.

The attached patch is a new graphics/mapnik2 port with a new version.

Changelog: http://trac.mapnik.org/wiki/Release2.0.0
Changes between Mapnik 0.7.x and Mapnik 2.0: http://trac.mapnik.org/wiki/Mapnik2/Changes

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-10-09 18:32:56 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

apparently will involve a repocopy.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-11 07:37:25 UTC
wen         2011-10-11 06:37:15 UTC

  FreeBSD ports repository

  Modified files:
    graphics/mapnik      Makefile distinfo pkg-plist 
  Added files:
    graphics/mapnik/files patch-bindings-python-build.py 
                          patch-include-mapnik-grid.hpp 
                          patch-src-build.py 
                          patch-utils-mapnik-config-mapnik-config.template.sh 
  Removed files:
    graphics/mapnik/files patch-src-SConscript 
  Log:
  - Update to 2.0.0
  
  PR:             ports/161420
  Submitted by:   Alexey Illarionov <littlesavage@rambler.ru>
  
  Revision  Changes    Path
  1.20      +18 -16    ports/graphics/mapnik/Makefile
  1.6       +2 -2      ports/graphics/mapnik/distinfo
  1.1       +13 -0     ports/graphics/mapnik/files/patch-bindings-python-build.py (new)
  1.1       +11 -0     ports/graphics/mapnik/files/patch-include-mapnik-grid.hpp (new)
  1.2       +0 -41     ports/graphics/mapnik/files/patch-src-SConscript (dead)
  1.1       +45 -0     ports/graphics/mapnik/files/patch-src-build.py (new)
  1.1       +16 -0     ports/graphics/mapnik/files/patch-utils-mapnik-config-mapnik-config.template.sh (new)
  1.6       +114 -65   ports/graphics/mapnik/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-10-11 07:38:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!