Update to geos 3.8.1.

See https://lists.osgeo.org/pipermail/geos-devel/2020-March/009478.html
- bump major to be on the safe side, two prototypes changed.
This commit is contained in:
landry 2020-03-11 15:35:58 +00:00
parent 3fadcf226b
commit 03ccb8dbbd
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2019/10/31 19:48:21 landry Exp $
# $OpenBSD: Makefile,v 1.30 2020/03/11 15:35:58 landry Exp $
BROKEN-hppa = undefined reference to 'std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
COMMENT= 2d geometry and topology engine
DISTNAME= geos-3.8.0
DISTNAME= geos-3.8.1
CATEGORIES= geo
SHARED_LIBS= geos 13.0 \
SHARED_LIBS= geos 14.0 \
geos_c 4.4
# LGPLv2.1

View File

@ -1,2 +1,2 @@
SHA256 (geos-3.8.0.tar.bz2) = mRFMPcld8xdX9E0q/ec+Ybn3QvC2g/0YlMu+4F3aYtU=
SIZE (geos-3.8.0.tar.bz2) = 2399403
SHA256 (geos-3.8.1.tar.bz2) = QlivQwjeudu1BHN5AmtM2YOFE2J8uUOkThbEDkKuF/c=
SIZE (geos-3.8.1.tar.bz2) = 2505407

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.16 2019/10/31 19:48:21 landry Exp $
@comment $OpenBSD: PLIST,v 1.17 2020/03/11 15:35:58 landry Exp $
bin/geos-config
include/geos/
include/geos.h
@ -452,9 +452,9 @@ include/geos/util/UnsupportedOperationException.h
include/geos/util/math.h
include/geos/version.h
include/geos_c.h
lib/libgeos.a
@static-lib lib/libgeos.a
lib/libgeos.la
@lib lib/libgeos.so.${LIBgeos_VERSION}
lib/libgeos_c.a
@static-lib lib/libgeos_c.a
lib/libgeos_c.la
@lib lib/libgeos_c.so.${LIBgeos_c_VERSION}