Fri Nov 30 16:06:13 2018 UTC ()
revbump for geos update

(This revbump should not be necessary, because goes's public ABI did
not change.  Due to a misfeature/bug in libtool, linking against the
stable geos C API results in a directed NEEDED entry on the unstable
C++ library.)


(gdt)
diff -r1.54 -r1.55 pkgsrc/databases/postgresql-postgis2/Makefile
diff -r1.105 -r1.106 pkgsrc/geography/gdal-lib/Makefile
diff -r1.7 -r1.8 pkgsrc/geography/py-gdal/Makefile

cvs diff -r1.54 -r1.55 pkgsrc/databases/postgresql-postgis2/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-postgis2/Makefile 2018/11/20 18:16:15 1.54
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2018/11/30 16:06:13 1.55
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.54 2018/11/20 18:16:15 gdt Exp $ 1# $NetBSD: Makefile,v 1.55 2018/11/30 16:06:13 gdt Exp $
2 2
3MAJOR= 2.5 3MAJOR= 2.5
4DISTNAME= postgis-${MAJOR}.1 4DISTNAME= postgis-${MAJOR}.1
5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
 6PKGREVISION= 1
6CATEGORIES= databases geography 7CATEGORIES= databases geography
7MASTER_SITES= https://download.osgeo.org/postgis/source/ 8MASTER_SITES= https://download.osgeo.org/postgis/source/
8 9
9MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://postgis.net/ 11HOMEPAGE= http://postgis.net/
11COMMENT= Spatial database capabilities for PostgreSQL 12COMMENT= Spatial database capabilities for PostgreSQL
12 13
13LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
14 15
15# Needs 9.4 or higher 16# Needs 9.4 or higher
16PGSQL_VERSIONS_ACCEPTED= 10 96 95 94 17PGSQL_VERSIONS_ACCEPTED= 10 96 95 94
17 18
18DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server 19DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server

cvs diff -r1.105 -r1.106 pkgsrc/geography/gdal-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gdal-lib/Makefile 2018/09/11 16:15:39 1.105
+++ pkgsrc/geography/gdal-lib/Makefile 2018/11/30 16:06:13 1.106
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.105 2018/09/11 16:15:39 gdt Exp $ 1# $NetBSD: Makefile,v 1.106 2018/11/30 16:06:13 gdt Exp $
2 2
3PKGREVISION= 5 3PKGREVISION= 6
4.include "../../geography/gdal-lib/Makefile.common" 4.include "../../geography/gdal-lib/Makefile.common"
5PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} 5PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
6 6
7MAINTAINER+= gdt@NetBSD.org 7MAINTAINER+= gdt@NetBSD.org
8#MAINTAINER= brook@nmsu.edu 8#MAINTAINER= brook@nmsu.edu
9HOMEPAGE= http://www.gdal.org/ 9HOMEPAGE= http://www.gdal.org/
10COMMENT= Translator library for raster geospatial data formats 10COMMENT= Translator library for raster geospatial data formats
11LICENSE= mit 11LICENSE= mit
12 12
13# This package intends to link against only libgeos_c, but ends up 13# This package intends to link against only libgeos_c, but ends up
14# also linking to the C++ library libgeos, apparently because of a 14# also linking to the C++ library libgeos, apparently because of a
15# libtool problem. 15# libtool problem.
16# Therefore this package needs revbumping on every geos update. 16# Therefore this package needs revbumping on every geos update.

cvs diff -r1.7 -r1.8 pkgsrc/geography/py-gdal/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/py-gdal/Makefile 2018/09/27 22:23:17 1.7
+++ pkgsrc/geography/py-gdal/Makefile 2018/11/30 16:06:13 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2018/09/27 22:23:17 tnn Exp $ 1# $NetBSD: Makefile,v 1.8 2018/11/30 16:06:13 gdt Exp $
2 2
3PKGREVISION= 3 3PKGREVISION= 4
4.include "../../geography/gdal-lib/Makefile.common" 4.include "../../geography/gdal-lib/Makefile.common"
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.gdal.org/ 8HOMEPAGE= http://www.gdal.org/
9COMMENT= Translator library for raster geospatial data formats, Python binding 9COMMENT= Translator library for raster geospatial data formats, Python binding
10LICENSE= mit 10LICENSE= mit
11 11
12BUILD_DIRS= swig/python 12BUILD_DIRS= swig/python
13 13
14MAKE_FILE= GNUmakefile 14MAKE_FILE= GNUmakefile
15 15
16REPLACE_PYTHON+= swig/python/scripts/*py 16REPLACE_PYTHON+= swig/python/scripts/*py