diff options
author | wiz <wiz@pkgsrc.org> | 2021-08-15 14:23:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-08-15 14:23:57 +0000 |
commit | 0dd48f8fbe80da960de77e2b5f22ae512728e911 (patch) | |
tree | 74e8ef1193726f63ad24a7ae2cee5ea17f5b2eae /databases/postgresql-postgis2 | |
parent | 0bca740ccf5bd922e81d4cb14bf2dce7b0e63446 (diff) | |
download | pkgsrc-0dd48f8fbe80da960de77e2b5f22ae512728e911.tar.gz |
*: recursive bump for openexr 3.1
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 83b08a63337..ea5917d08f4 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2021/07/04 12:02:09 gdt Exp $ +# $NetBSD: Makefile,v 1.98 2021/08/15 14:23:58 wiz Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia, until there is a good basis to be sure @@ -6,6 +6,7 @@ MAJOR= 3.1 DISTNAME= postgis-${MAJOR}.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ |