Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/pg_repack Remove unsupported PG version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d243335fdba8
branches:  trunk
changeset: 433391:d243335fdba8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 01 22:17:34 2020 +0000

description:
Remove unsupported PG version

diffstat:

 databases/pg_repack/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4126b286c92f -r d243335fdba8 databases/pg_repack/Makefile
--- a/databases/pg_repack/Makefile      Mon Jun 01 21:46:58 2020 +0000
+++ b/databases/pg_repack/Makefile      Mon Jun 01 22:17:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/05/27 19:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/01 22:17:34 joerg 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 95 94
+PGSQL_VERSIONS_ACCEPTED?=      10 96 95
 
 GITHUB_PROJECT=        pg_repack
 GITHUB_TAG=    ver_${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index