diff options
author | gdt <gdt@pkgsrc.org> | 2013-02-28 17:08:33 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-02-28 17:08:33 +0000 |
commit | 1b2172b5c9f8ac9ef4049f84ed29cc972bba56be (patch) | |
tree | 6674262c7c5d951e0b99f96c66df7406e36667d1 /geography/geos | |
parent | ff6e276ab59993095c647f6d9f383889237ed8ee (diff) | |
download | pkgsrc-1b2172b5c9f8ac9ef4049f84ed29cc972bba56be.tar.gz |
Update to 3.3.8:
- IsValidOp: throw proper error on nested shells (#608)
- Fix header guards (#617, #618, #619)
- WKTWriter::appendCoordinate optimisation
- Fix centroid computation for collections with empty components (#582)
Diffstat (limited to 'geography/geos')
-rw-r--r-- | geography/geos/Makefile | 16 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
2 files changed, 12 insertions, 12 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index e4819dee197..222e03f55e8 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2013/01/23 00:35:12 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2013/02/28 17:08:33 gdt Exp $ -DISTNAME= geos-3.3.7 +DISTNAME= geos-3.3.8 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 @@ -11,13 +11,13 @@ EXTRACT_SUFX= .tar.bz2 # 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. +# link against it. Therefore, pkgsrc will perform a recursive revbump +# when the geos_c shlib version changes, and will generally ignore +# geos shlib name changes. -# Therefore, pkgsrc will perform a recursive revbump when the geos_c -# shlib version changes, and will generally ignore geos shlib name -# 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): +# 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/gdal-lib MAINTAINER= gdt@NetBSD.org diff --git a/geography/geos/distinfo b/geography/geos/distinfo index 6343d777154..034d070e033 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2013/01/23 00:35:12 gdt Exp $ +$NetBSD: distinfo,v 1.20 2013/02/28 17:08:33 gdt Exp $ -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 (geos-3.3.8.tar.bz2) = 1743e09f37eb75d85283a684a5765c4f44d035fa +RMD160 (geos-3.3.8.tar.bz2) = cb47808b3c80fa92ebee7dd6d9ef9c18499c5cd0 +Size (geos-3.3.8.tar.bz2) = 1820064 bytes SHA1 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150 SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9 |