Thu Feb 11 13:57:29 2021 UTC ()
databases/postgresql-postgis2: revbump for geos update


(gdt)
diff -r1.88 -r1.89 pkgsrc/databases/postgresql-postgis2/Makefile

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

--- pkgsrc/databases/postgresql-postgis2/Makefile 2021/01/30 00:41:45 1.88
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2021/02/11 13:57:29 1.89
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.88 2021/01/30 00:41:45 gdt Exp $ 1# $NetBSD: Makefile,v 1.89 2021/02/11 13:57:29 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}.1 7DISTNAME= postgis-${MAJOR}.1
8PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 8PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
 9PKGREVISION= 1
9CATEGORIES= databases geography 10CATEGORIES= databases geography
10MASTER_SITES= https://download.osgeo.org/postgis/source/ 11MASTER_SITES= https://download.osgeo.org/postgis/source/
11 12
12MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
13HOMEPAGE= https://postgis.net/ 14HOMEPAGE= https://postgis.net/
14COMMENT= Spatial database capabilities for PostgreSQL 15COMMENT= Spatial database capabilities for PostgreSQL
15 16
16LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
17 18
18PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96 19PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96
19DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server 20DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
20 21
21BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 22BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl