From f41dae21fde74bba230218ae6acc31262c911168 Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 15 Nov 2012 22:07:27 +0000 Subject: 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) --- geography/geos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'geography/geos/Makefile') 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/ -- cgit v1.2.3