diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-23 00:35:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-23 00:35:12 +0000 |
commit | 2fa689c562bbae1e8bf4c17fb44e05ae2409cd11 (patch) | |
tree | 8ed5b8df5bff6e92747ec3de25a7298989233861 /geography/geos | |
parent | 80a7ef159df787860b47700dfb4774342a46a059 (diff) | |
download | pkgsrc-2fa689c562bbae1e8bf4c17fb44e05ae2409cd11.tar.gz |
Update to 3.3.7
- Bug fixes / improvements
- Fix abort in RightmostEdgeFinder (#605)
- Do not force precision reduction below 6 significant digits
while trying to obtain a valid Buffer output (#605)
- Fix GEOSPointOnSurface with zero-length linestring (#609)
- Fix EMPTY return from zero-area polygon (#613)
- Segfault from symdifference (#615)
Diffstat (limited to 'geography/geos')
-rw-r--r-- | geography/geos/Makefile | 12 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 29a86e70f8d..e4819dee197 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2012/11/15 22:07:27 gdt Exp $ +# $NetBSD: Makefile,v 1.21 2013/01/23 00:35:12 gdt Exp $ -DISTNAME= geos-3.3.6 +DISTNAME= geos-3.3.7 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 @@ -9,11 +9,9 @@ EXTRACT_SUFX= .tar.bz2 # geos_c (C), which follows normal versioning rules # geos (C++), which uses -release, and changes on every release -# According to the geos project, the C++ interface should not be -# directly used and other packages should not link against it. This -# is currently underdocumented: -# http://trac.osgeo.org/geos/ticket/553 -# http://lists.osgeo.org/pipermail/geos-devel/2012-June/005860.html +# According to the geos project (as documented in README), the C++ +# interface should not be directly used and other packages should not +# link against it. # Therefore, pkgsrc will perform a recursive revbump when the geos_c # shlib version changes, and will generally ignore geos shlib name diff --git a/geography/geos/distinfo b/geography/geos/distinfo index ccc09a9c54c..6343d777154 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2012/11/15 22:07:27 gdt Exp $ +$NetBSD: distinfo,v 1.19 2013/01/23 00:35:12 gdt Exp $ -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 (geos-3.3.7.tar.bz2) = d62c6f86ba854f319feaa5d957bebb8b6bed10a3 +RMD160 (geos-3.3.7.tar.bz2) = 5d0cbc0ff7ee94bb1380f477e6b1d2214598340e +Size (geos-3.3.7.tar.bz2) = 1820984 bytes SHA1 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150 SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9 |