diff options
author | gdt <gdt> | 2012-11-15 22:07:27 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-15 22:07:27 +0000 |
commit | 6718385f5247416692ddf1aa0ffad7a1a2e42914 (patch) | |
tree | 0f65485b120d6f8991231a15fbe30e42f83e2445 /geography/geos | |
parent | eb31b6080047cb383e7f7d6f5593e30348d63d5b (diff) | |
download | pkgsrc-6718385f5247416692ddf1aa0ffad7a1a2e42914.tar.gz |
Update to 3.3.6.
Changes in 3.3.6
2012-11-15 -- that's Post-GIS day !
- Bug fixes / improvements
- Add support for testing with phpunit 3.6 (not loosing support for 3.4)
- Segfault from intersection (#586, #598, #599)
Changes in 3.3.5
2012-06-25
- Bug fixes / improvements
- Correctly increment CAPI lib version from 3.3.3 (#558)
- Port robustness fix to CentroidArea (#559)
- Always return POINT from GEOSGetCentroid, even for EMPTY (#560)
- Always return POINT from GEOSPointOnSurface, even for EMPTY (#561)
Diffstat (limited to 'geography/geos')
-rw-r--r-- | geography/geos/Makefile | 6 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 6416de4a1e9..29a86e70f8d 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2012/10/04 09:19:17 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/11/15 22:07:27 gdt Exp $ -DISTNAME= geos-3.3.4 +DISTNAME= geos-3.3.6 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 @@ -20,7 +20,7 @@ EXTRACT_SUFX= .tar.bz2 # changes. The following packages incorrectly (from the geos # viewpoint) link directly against -lgeos and should be revbumped on # every update (and fixed not to use -lgeos): -# geography/gdail-lib +# geography/gdal-lib MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://geos.refractions.net/ diff --git a/geography/geos/distinfo b/geography/geos/distinfo index 4b86b8dc2d1..ccc09a9c54c 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2012/06/01 14:32:54 gdt Exp $ +$NetBSD: distinfo,v 1.18 2012/11/15 22:07:27 gdt Exp $ -SHA1 (geos-3.3.4.tar.bz2) = 2ec4be729c851460daf89d0d2ab785be5ef4c5c5 -RMD160 (geos-3.3.4.tar.bz2) = e7d34c5ccc5c1d82a1ebaec36ef20c346c321608 -Size (geos-3.3.4.tar.bz2) = 1861750 bytes +SHA1 (geos-3.3.6.tar.bz2) = 454c9b61f158de509db60a69512414a0a1b0743b +RMD160 (geos-3.3.6.tar.bz2) = bc7d2fdb8a8df309b0b24988167e1166325b92a4 +Size (geos-3.3.6.tar.bz2) = 1819672 bytes SHA1 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150 SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9 |