summaryrefslogtreecommitdiff
path: root/databases/postgresql-postgis2
diff options
context:
space:
mode:
authorwiz <wiz>2016-10-09 21:41:55 +0000
committerwiz <wiz>2016-10-09 21:41:55 +0000
commitf0c26064531712e04729d23ee76af3b2a03e5dcb (patch)
tree9d296ccf9756b12c98ebf3f6f40d1795f5ed5009 /databases/postgresql-postgis2
parente9ed213ef651e0320c9ae96b9d582875e94fbd37 (diff)
downloadpkgsrc-f0c26064531712e04729d23ee76af3b2a03e5dcb.tar.gz
Recursive bump for all users of pgsql now that the default is 95.
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r--databases/postgresql-postgis2/Makefile4
-rw-r--r--databases/postgresql-postgis2/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile
index 63156fc403c..c8a5367adde 100644
--- a/databases/postgresql-postgis2/Makefile
+++ b/databases/postgresql-postgis2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:41 adam Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/09 21:41:57 wiz Exp $
DISTNAME= postgis-2.2.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/
diff --git a/databases/postgresql-postgis2/buildlink3.mk b/databases/postgresql-postgis2/buildlink3.mk
index 8fb299a1b47..e4d76c9dd50 100644
--- a/databases/postgresql-postgis2/buildlink3.mk
+++ b/databases/postgresql-postgis2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2015/10/24 21:18:12 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2016/10/09 21:41:57 wiz Exp $
BUILDLINK_TREE+= postgresql-postgis
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql-postgis
POSTGRESQL_POSTGIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=1.4
-BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql${PGSQL_VERSION}-postgis>=2.1.4nb2
+BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql${PGSQL_VERSION}-postgis>=2.2.2nb3
BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2
PGSQL_VERSIONS_ACCEPTED= 94 93 92 91