pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc *: remove some references to postgresql 9.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ce1ea43ebce
branches:  trunk
changeset: 377833:6ce1ea43ebce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 25 06:25:43 2022 +0000

description:
*: remove some references to postgresql 9.6

diffstat:

 databases/pg_repack/Makefile           |  4 ++--
 databases/postgresql-postgis2/Makefile |  3 +--
 pkgtools/pkglint4/files/makevars.map   |  4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r e1ac2137e58e -r 6ce1ea43ebce databases/pg_repack/Makefile
--- a/databases/pg_repack/Makefile      Mon Apr 25 06:18:40 2022 +0000
+++ b/databases/pg_repack/Makefile      Mon Apr 25 06:25:43 2022 +0000
@@ -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 @@
 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 -r e1ac2137e58e -r 6ce1ea43ebce databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Mon Apr 25 06:18:40 2022 +0000
+++ b/databases/postgresql-postgis2/Makefile    Mon Apr 25 06:25:43 2022 +0000
@@ -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 @@
 
 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 -r e1ac2137e58e -r 6ce1ea43ebce pkgtools/pkglint4/files/makevars.map
--- a/pkgtools/pkglint4/files/makevars.map      Mon Apr 25 06:18:40 2022 +0000
+++ b/pkgtools/pkglint4/files/makevars.map      Mon Apr 25 06:25:43 2022 +0000
@@ -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_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]



Home | Main Index | Thread Index | Old Index