Sun Jan 3 01:28:49 2021 UTC ()
postgis: Revbump for geos update


(gdt)
diff -r1.86 -r1.87 pkgsrc/databases/postgresql-postgis2/Makefile

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

--- pkgsrc/databases/postgresql-postgis2/Makefile 2020/12/19 14:18:24 1.86
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2021/01/03 01:28:49 1.87
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.86 2020/12/19 14:18:24 gdt Exp $ 1# $NetBSD: Makefile,v 1.87 2021/01/03 01:28:49 gdt Exp $
2 2
3# Note that the directory is still postgis2, for historical reasons. 3# Note that the directory is still postgis2, for historical reasons.
4# It remains, due to inertia, until there is a good basis to be sure 4# It remains, due to inertia, until there is a good basis to be sure
5# no other changes will be needed. 5# no other changes will be needed.
6MAJOR= 3.1 6MAJOR= 3.1
7DISTNAME= postgis-${MAJOR}.0 7DISTNAME= postgis-${MAJOR}.0
8PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 8PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
9PKGREVISION= 1 9PKGREVISION= 2
10CATEGORIES= databases geography 10CATEGORIES= databases geography
11MASTER_SITES= https://download.osgeo.org/postgis/source/ 11MASTER_SITES= https://download.osgeo.org/postgis/source/
12 12
13MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
14HOMEPAGE= https://postgis.net/ 14HOMEPAGE= https://postgis.net/
15COMMENT= Spatial database capabilities for PostgreSQL 15COMMENT= Spatial database capabilities for PostgreSQL
16 16
17LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
18 18
19PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96 19PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96
20DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server 20DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
21 21
22BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 22BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl