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)
This commit is contained in:
parent
4d43c1efb4
commit
e9f9458140
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue