diff options
author | gdt <gdt@pkgsrc.org> | 2021-02-11 13:57:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-02-11 13:57:29 +0000 |
commit | af1e1ad0f5088a83883feaa87c4143ac32a7fe0b (patch) | |
tree | 2f5e283a0fb6b48f36062dcfda04425f57ec5a0a /databases/postgresql-postgis2 | |
parent | f444128ce6a2e5630772b79e67332cc399a91847 (diff) | |
download | pkgsrc-af1e1ad0f5088a83883feaa87c4143ac32a7fe0b.tar.gz |
databases/postgresql-postgis2: revbump for geos update
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 6125e052e0a..e590bc01738 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2021/01/30 00:41:45 gdt Exp $ +# $NetBSD: Makefile,v 1.89 2021/02/11 13:57:29 gdt 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}.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ |