Wed Aug 2 01:15:00 2023 UTC ()
postgresql-postgis2: reset PKGREVISION after update


(wiz)
diff -r1.131 -r1.132 pkgsrc/databases/postgresql-postgis2/Makefile

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

--- pkgsrc/databases/postgresql-postgis2/Makefile 2023/08/02 01:00:46 1.131
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2023/08/02 01:15:00 1.132
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.131 2023/08/02 01:00:46 gdt Exp $ 1# $NetBSD: Makefile,v 1.132 2023/08/02 01:15:00 wiz 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 and the pain of renaming outweighing the 4# It remains, due to inertia and the pain of renaming outweighing the
5# benefit. So far it looks more likely than not that postgis will not 5# benefit. So far it looks more likely than not that postgis will not
6# need to be versioned again soon. 6# need to be versioned again soon.
7MAJOR= 3.3 7MAJOR= 3.3
8DISTNAME= postgis-${MAJOR}.4 8DISTNAME= postgis-${MAJOR}.4
9PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 9PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
10PKGREVISION= 1 
11CATEGORIES= databases geography 10CATEGORIES= databases geography
12MASTER_SITES= https://download.osgeo.org/postgis/source/ 11MASTER_SITES= https://download.osgeo.org/postgis/source/
13 12
14MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
15HOMEPAGE= https://postgis.net/ 14HOMEPAGE= https://postgis.net/
16COMMENT= Spatial database capabilities for PostgreSQL 15COMMENT= Spatial database capabilities for PostgreSQL
17 16
18LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
19 18
20DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server 19DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
21 20
22TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 21TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
23 22