diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-01 14:32:54 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-01 14:32:54 +0000 |
commit | ee8b52cdc7dc95743ce0a2569449c6e9d6f1c26d (patch) | |
tree | afa493b7f047ef00b8a1e3857115448ee1602306 /geography | |
parent | 5648913b301eb616050cfc4b5c7de77daac7e74c (diff) | |
download | pkgsrc-ee8b52cdc7dc95743ce0a2569449c6e9d6f1c26d.tar.gz |
Changes in 3.3.4
2012-05-31
- Bug fixes / improvements
- Do not abort on NaN overlay input (#530)
- Reduce CommonBitsRemover harmful effects during overlay op (#527)
- Better cross-compiler support (#534)
- Enable overlay ops short-circuits (#542)
- Envelope-based short-circuit for symDifference (#543)
- Fix support for PHP 5.4 (#513)
- Fix TopologyPreservingSimplifier invalid output on closed line (#508)
- Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545)
Changes in 3.3.3
2012-04-01
- Bug fixes / improvements
- Fix simplification of collections with empty items (#519)
- Fix MSVC compilation of ambiguous log() call (#506)
- Fix CMake issues with std:: namespace detection (#493)
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geos/Makefile | 4 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index af786c4b66a..19d56da0657 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/01/08 18:37:33 gdt Exp $ +# $NetBSD: Makefile,v 1.16 2012/06/01 14:32:54 gdt Exp $ -DISTNAME= geos-3.3.2 +DISTNAME= geos-3.3.4 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/geos/distinfo b/geography/geos/distinfo index 22cf1077de6..4b86b8dc2d1 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2012/03/12 09:46:06 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2012/06/01 14:32:54 gdt Exp $ -SHA1 (geos-3.3.2.tar.bz2) = 942b0bbc61a059bd5269fddd4c0b44a508670cb3 -RMD160 (geos-3.3.2.tar.bz2) = 168e12e29c3d7a9408753f19397440f20d321715 -Size (geos-3.3.2.tar.bz2) = 1852080 bytes +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 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150 SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9 |