diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 13:24:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 13:24:06 +0000 |
commit | ae0a61b94066a8c86753f1f663bc074b2b853e5f (patch) | |
tree | f7b7566748234b030e4cd966e480fc3dbbbd3c04 /databases/postgresql-postgis2 | |
parent | 10d612e8ec31c0b03c032c8c6007b86cb84319bb (diff) | |
download | pkgsrc-ae0a61b94066a8c86753f1f663bc074b2b853e5f.tar.gz |
revbump for boost-libs
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index f6d40520786..86de788310c 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2021/04/21 11:40:15 adam Exp $ +# $NetBSD: Makefile,v 1.93 2021/04/21 13:24:30 adam 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,7 +6,7 @@ MAJOR= 3.1 DISTNAME= postgis-${MAJOR}.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ |