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)
This commit is contained in:
parent
8b1bcf7a99
commit
b7f23540a9
2 changed files with 7 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.17 2012/06/01 14:32:54 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.18 2012/11/15 22:07:27 gdt Exp $
|
||||
|
||||
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 (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 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150
|
||||
SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9
|
||||
|
|
Loading…
Reference in a new issue