diff options
author | gdt <gdt@pkgsrc.org> | 2016-10-27 22:07:35 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-10-27 22:07:35 +0000 |
commit | 7de8057bb92813aea2d3a4cc895b811ef3b8c0be (patch) | |
tree | afe5ef3391679ffb140a8d1b42a664244a927b95 /geography | |
parent | 8e6e46d34a477ba0bbf713d19f5883ea0b2eed96 (diff) | |
download | pkgsrc-7de8057bb92813aea2d3a4cc895b811ef3b8c0be.tar.gz |
PKGREVISION++
This is needed because gdal abuses geos by using the C++ API,
contrarary to geos recommendations, and because geos upstream thinks
that the C++ ABI is intrinsicially unstable and therefore changes the
shlib version every release.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 052a2a7a46f..8d516a0321a 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.82 2016/10/09 21:41:58 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2016/10/27 22:07:35 gdt Exp $ DISTNAME= gdal-1.11.3 PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/ |