diff options
author | nia <nia@pkgsrc.org> | 2020-05-23 15:30:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-23 15:30:27 +0000 |
commit | cd1b639a093eb7ef288e39813d69eca973d47e88 (patch) | |
tree | 1eb2da7a6c6af46240caf24f0d2850a8b6885695 /databases | |
parent | af3f6bdeba2b4ed9879f6452d2871952543da8a9 (diff) | |
download | pkgsrc-cd1b639a093eb7ef288e39813d69eca973d47e88.tar.gz |
*: Remove references to postgres 94
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-pgroonga/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-pljava/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-postgis2/buildlink3.mk | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql-pgroonga/Makefile b/databases/postgresql-pgroonga/Makefile index ca133397838..89a8c80c8c7 100644 --- a/databases/postgresql-pgroonga/Makefile +++ b/databases/postgresql-pgroonga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/03/08 16:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/05/23 15:30:27 nia Exp $ DISTNAME= pgroonga-1.2.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= postgresql-license DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server -PGSQL_VERSIONS_ACCEPTED= 96 95 94 +PGSQL_VERSIONS_ACCEPTED= 96 95 USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ c99 diff --git a/databases/postgresql-pljava/Makefile b/databases/postgresql-pljava/Makefile index 35f42f11d21..0636f267ab1 100644 --- a/databases/postgresql-pljava/Makefile +++ b/databases/postgresql-pljava/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/05/12 15:53:17 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/23 15:30:27 nia Exp $ DISTNAME= pljava-1.5.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -18,7 +18,7 @@ LICENSE= modified-bsd DEPENDS+= apache-maven-[0-9]*:../../devel/apache-maven DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server -PGSQL_VERSIONS_ACCEPTED= 95 94 +PGSQL_VERSIONS_ACCEPTED= 95 USE_JAVA2= 7 USE_LANGUAGES= c c++ diff --git a/databases/postgresql-postgis2/buildlink3.mk b/databases/postgresql-postgis2/buildlink3.mk index 7e0233b4119..5129addc8fc 100644 --- a/databases/postgresql-postgis2/buildlink3.mk +++ b/databases/postgresql-postgis2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/04/12 08:27:50 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2020/05/23 15:30:27 nia Exp $ BUILDLINK_TREE+= postgresql-postgis @@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=1 BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql10-postgis>=2.5.3nb7 BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2 -PGSQL_VERSIONS_ACCEPTED= 10 96 95 94 +PGSQL_VERSIONS_ACCEPTED= 10 96 95 .include "../../geography/geos/buildlink3.mk" .include "../../geography/proj/buildlink3.mk" |