Fri Aug 30 16:37:38 2013 UTC ()
Update to 3.4.2.

patches/patch-include-geos-platform.h.in was applied upstream in r3902
(trunk) and r3903 (branches/3.4).

Upstream NEWS:

Changes in 3.4.2
2013-08-25

- Bug fixes / improvements
  - Use a double for PrecisionModel scale, avoiding overflows
    should fix 32-bit regression failures (#652)
  - isnan workaround OS detection missing NetBSD, DragonFly, Sun nuance (#650)
  - Do not distribute platform.h and version.h, but install both (#601)
  - Non-standard ChangeLog file in 3.4.0 and 3.4.1 releases (#654)
  - new travis bot (#657)
  - accept multiple Nan representations (#656)


(gdt)
diff -r1.23 -r1.24 pkgsrc/geography/geos/Makefile
diff -r1.11 -r1.12 pkgsrc/geography/geos/PLIST
diff -r1.21 -r1.22 pkgsrc/geography/geos/distinfo
diff -r1.5 -r0 pkgsrc/geography/geos/patches/patch-include-geos-platform.h.in

cvs diff -r1.23 -r1.24 pkgsrc/geography/geos/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/geos/Makefile 2013/08/18 11:06:25 1.23
+++ pkgsrc/geography/geos/Makefile 2013/08/30 16:37:38 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2013/08/18 11:06:25 gdt Exp $ 1# $NetBSD: Makefile,v 1.24 2013/08/30 16:37:38 gdt Exp $
2 2
3DISTNAME= geos-3.4.1 3DISTNAME= geos-3.4.2
4CATEGORIES= geography 4CATEGORIES= geography
5MASTER_SITES= http://download.osgeo.org/geos/ 5MASTER_SITES= http://download.osgeo.org/geos/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8# geos has two libraries: 8# geos has two libraries:
9# geos_c (C), which follows normal versioning rules 9# geos_c (C), which follows normal versioning rules
10# geos (C++), which uses -release, and changes on every release 10# geos (C++), which uses -release, and changes on every release
11 11
12# According to the geos project (as documented in README), the C++ 12# According to the geos project (as documented in README), the C++
13# interface should not be directly used and other packages should not 13# interface should not be directly used and other packages should not
14# link against it. Therefore, pkgsrc will perform a recursive revbump 14# link against it. Therefore, pkgsrc will perform a recursive revbump
15# when the geos_c shlib version changes, and will generally ignore 15# when the geos_c shlib version changes, and will generally ignore
16# geos shlib name changes. 16# geos shlib name changes.

cvs diff -r1.11 -r1.12 pkgsrc/geography/geos/PLIST (expand / switch to unified diff)

--- pkgsrc/geography/geos/PLIST 2013/08/18 11:06:25 1.11
+++ pkgsrc/geography/geos/PLIST 2013/08/30 16:37:38 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2013/08/18 11:06:25 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.12 2013/08/30 16:37:38 gdt Exp $
2bin/geos-config 2bin/geos-config
3include/geos.h 3include/geos.h
4include/geos/algorithm/Angle.h 4include/geos/algorithm/Angle.h
5include/geos/algorithm/BoundaryNodeRule.h 5include/geos/algorithm/BoundaryNodeRule.h
6include/geos/algorithm/CGAlgorithms.h 6include/geos/algorithm/CGAlgorithms.h
7include/geos/algorithm/CentralEndpointIntersector.h 7include/geos/algorithm/CentralEndpointIntersector.h
8include/geos/algorithm/Centroid.h 8include/geos/algorithm/Centroid.h
9include/geos/algorithm/CentroidArea.h 9include/geos/algorithm/CentroidArea.h
10include/geos/algorithm/CentroidLine.h 10include/geos/algorithm/CentroidLine.h
11include/geos/algorithm/CentroidPoint.h 11include/geos/algorithm/CentroidPoint.h
12include/geos/algorithm/ConvexHull.h 12include/geos/algorithm/ConvexHull.h
13include/geos/algorithm/ConvexHull.inl 13include/geos/algorithm/ConvexHull.inl
14include/geos/algorithm/HCoordinate.h 14include/geos/algorithm/HCoordinate.h
@@ -306,26 +306,27 @@ include/geos/operation/sharedpaths/Share @@ -306,26 +306,27 @@ include/geos/operation/sharedpaths/Share
306include/geos/operation/union/CascadedPolygonUnion.h 306include/geos/operation/union/CascadedPolygonUnion.h
307include/geos/operation/union/CascadedUnion.h 307include/geos/operation/union/CascadedUnion.h
308include/geos/operation/union/GeometryListHolder.h 308include/geos/operation/union/GeometryListHolder.h
309include/geos/operation/union/PointGeometryUnion.h 309include/geos/operation/union/PointGeometryUnion.h
310include/geos/operation/union/UnaryUnionOp.h 310include/geos/operation/union/UnaryUnionOp.h
311include/geos/operation/valid/ConnectedInteriorTester.h 311include/geos/operation/valid/ConnectedInteriorTester.h
312include/geos/operation/valid/ConsistentAreaTester.h 312include/geos/operation/valid/ConsistentAreaTester.h
313include/geos/operation/valid/IsValidOp.h 313include/geos/operation/valid/IsValidOp.h
314include/geos/operation/valid/QuadtreeNestedRingTester.h 314include/geos/operation/valid/QuadtreeNestedRingTester.h
315include/geos/operation/valid/RepeatedPointTester.h 315include/geos/operation/valid/RepeatedPointTester.h
316include/geos/operation/valid/SimpleNestedRingTester.h 316include/geos/operation/valid/SimpleNestedRingTester.h
317include/geos/operation/valid/SweeplineNestedRingTester.h 317include/geos/operation/valid/SweeplineNestedRingTester.h
318include/geos/operation/valid/TopologyValidationError.h 318include/geos/operation/valid/TopologyValidationError.h
 319include/geos/platform.h
319include/geos/planargraph.h 320include/geos/planargraph.h
320include/geos/planargraph/DirectedEdge.h 321include/geos/planargraph/DirectedEdge.h
321include/geos/planargraph/DirectedEdgeStar.h 322include/geos/planargraph/DirectedEdgeStar.h
322include/geos/planargraph/Edge.h 323include/geos/planargraph/Edge.h
323include/geos/planargraph/GraphComponent.h 324include/geos/planargraph/GraphComponent.h
324include/geos/planargraph/Node.h 325include/geos/planargraph/Node.h
325include/geos/planargraph/NodeMap.h 326include/geos/planargraph/NodeMap.h
326include/geos/planargraph/PlanarGraph.h 327include/geos/planargraph/PlanarGraph.h
327include/geos/planargraph/Subgraph.h 328include/geos/planargraph/Subgraph.h
328include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h 329include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
329include/geos/precision.h 330include/geos/precision.h
330include/geos/precision/CommonBits.h 331include/geos/precision/CommonBits.h
331include/geos/precision/CommonBitsOp.h 332include/geos/precision/CommonBitsOp.h
@@ -364,14 +365,13 @@ include/geos/util/GEOSException.h @@ -364,14 +365,13 @@ include/geos/util/GEOSException.h
364include/geos/util/GeometricShapeFactory.h 365include/geos/util/GeometricShapeFactory.h
365include/geos/util/IllegalArgumentException.h 366include/geos/util/IllegalArgumentException.h
366include/geos/util/IllegalStateException.h 367include/geos/util/IllegalStateException.h
367include/geos/util/Interrupt.h 368include/geos/util/Interrupt.h
368include/geos/util/Machine.h 369include/geos/util/Machine.h
369include/geos/util/TopologyException.h 370include/geos/util/TopologyException.h
370include/geos/util/UniqueCoordinateArrayFilter.h 371include/geos/util/UniqueCoordinateArrayFilter.h
371include/geos/util/UnsupportedOperationException.h 372include/geos/util/UnsupportedOperationException.h
372include/geos/util/math.h 373include/geos/util/math.h
373include/geos/version.h 374include/geos/version.h
374include/geos_c.h 375include/geos_c.h
375lib/libgeos.la 376lib/libgeos.la
376lib/libgeos_c.la 377lib/libgeos_c.la
377@pkgdir lib/geos 

cvs diff -r1.21 -r1.22 pkgsrc/geography/geos/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/geos/distinfo 2013/08/18 11:06:25 1.21
+++ pkgsrc/geography/geos/distinfo 2013/08/30 16:37:38 1.22
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.21 2013/08/18 11:06:25 gdt Exp $ 1$NetBSD: distinfo,v 1.22 2013/08/30 16:37:38 gdt Exp $
2 2
3SHA1 (geos-3.4.1.tar.bz2) = 0fee633694049192726149f83c47fef4d73c7468 3SHA1 (geos-3.4.2.tar.bz2) = b8aceab04dd09f4113864f2d12015231bb318e9a
4RMD160 (geos-3.4.1.tar.bz2) = 70212cf36e558d10c69fc553e1a212230b0224b6 4RMD160 (geos-3.4.2.tar.bz2) = d847a07996b298f3c700e1ee25e3564adfbd20f5
5Size (geos-3.4.1.tar.bz2) = 1813303 bytes 5Size (geos-3.4.2.tar.bz2) = 1813726 bytes
6SHA1 (patch-ae) = 01ffd15e3562ff8fb191608dc12a2ee6918154b0 6SHA1 (patch-ae) = 01ffd15e3562ff8fb191608dc12a2ee6918154b0
7SHA1 (patch-include-geos-platform.h.in) = b484e843f8c068c451f181f9623d2a9068779063 

File Deleted: pkgsrc/geography/geos/patches/Attic/patch-include-geos-platform.h.in