summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/pg_repack/Makefile4
-rw-r--r--databases/postgresql-postgis2/Makefile3
-rw-r--r--pkgtools/pkglint4/files/makevars.map4
3 files changed, 5 insertions, 6 deletions
diff --git a/databases/pg_repack/Makefile b/databases/pg_repack/Makefile
index adf1f741a6d..a5d607e6b91 100644
--- a/databases/pg_repack/Makefile
+++ b/databases/pg_repack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/05/24 08:23:18 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/25 06:25:43 wiz Exp $
DISTNAME= pg_repack-1.4.3
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://reorg.github.io/pg_repack/
COMMENT= Reorganize tables in PostgreSQL databases with minimal locks
LICENSE= modified-bsd
-PGSQL_VERSIONS_ACCEPTED?= 10 96
+PGSQL_VERSIONS_ACCEPTED?= 10
GITHUB_PROJECT= pg_repack
GITHUB_TAG= ver_${PKGVERSION_NOREV}
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile
index f9d832e6630..78870ca2679 100644
--- a/databases/postgresql-postgis2/Makefile
+++ b/databases/postgresql-postgis2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2022/04/18 19:09:43 adam Exp $
+# $NetBSD: Makefile,v 1.113 2022/04/25 06:25:43 wiz Exp $
# Note that the directory is still postgis2, for historical reasons.
# It remains, due to inertia and the pain of renaming outweighing the
@@ -17,7 +17,6 @@ COMMENT= Spatial database capabilities for PostgreSQL
LICENSE= gnu-gpl-v2
-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 --git a/pkgtools/pkglint4/files/makevars.map b/pkgtools/pkglint4/files/makevars.map
index f53e94028e8..5c664307c0e 100644
--- a/pkgtools/pkglint4/files/makevars.map
+++ b/pkgtools/pkglint4/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.14 2021/05/24 08:23:18 adam Exp $
+# $NetBSD: makevars.map,v 1.15 2022/04/25 06:25:43 wiz Exp $
#
# This file contains the guessed type of some variables, according to
@@ -544,7 +544,7 @@ PERL5_USE_PACKLIST YesNo [$package]
PERL5_PACKLIST List of Perl5Packlist [m:s,o:sa]
PERL5_PACKLIST_DIR Pathname []
PGSQL_PREFIX Pathname [$system]
-PGSQL_VERSIONS_ACCEPTED List of {13 12 11 10 96}
+PGSQL_VERSIONS_ACCEPTED List of {14 13 12 11 10}
PGSQL_VERSION_DEFAULT Version [$user]
PG_LIB_EXT { dylib so } [$system]
PGSQL_TYPE { postgresql81-client postgresql80-client } [$system]