pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 postgresql-postgis2: Add...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6146ff27c330
branches: trunk
changeset: 771831:6146ff27c330
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Dec 28 21:10:53 2021 +0000
description:
postgresql-postgis2: Add 14 as acceptable pgsql version
pkgsrc changes:
---------------
* Add 14 to PGSQL_VERSION_ACCEPTABLE to fix a dependency failure of
geography/mapserver with PostgreSQL 14.
* Fix BUILDLINK_ABI_DEPENDS that contained a hardcoded dependency.
* Bump revision.
diffstat:
databases/postgresql-postgis2/Makefile | 6 +++---
databases/postgresql-postgis2/buildlink3.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r f4b84cf62b52 -r 6146ff27c330 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile Tue Dec 28 20:06:17 2021 +0000
+++ b/databases/postgresql-postgis2/Makefile Tue Dec 28 21:10:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2021/12/18 15:13:02 gdt Exp $
+# $NetBSD: Makefile,v 1.108 2021/12/28 21:10:53 triaxx 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.2
DISTNAME= postgis-${MAJOR}.0
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
-#PKGREVISION= 0
+PKGREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
@@ -16,7 +16,7 @@
LICENSE= gnu-gpl-v2
-PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96
+PGSQL_VERSIONS_ACCEPTED?= 14 13 12 11 10 96
DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
diff -r f4b84cf62b52 -r 6146ff27c330 databases/postgresql-postgis2/buildlink3.mk
--- a/databases/postgresql-postgis2/buildlink3.mk Tue Dec 28 20:06:17 2021 +0000
+++ b/databases/postgresql-postgis2/buildlink3.mk Tue Dec 28 21:10:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2021/12/08 16:01:49 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2021/12/28 21:10:53 triaxx Exp $
BUILDLINK_TREE+= postgresql-postgis
@@ -6,7 +6,7 @@
POSTGRESQL_POSTGIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=2.0
-BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql13-postgis>=3.1.4nb5
+BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql${PGSQL_VERSION}-postgis>=3.1.4nb5
BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2
.include "../../geography/geos/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index