pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/pg_repack



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Jun  1 22:17:34 UTC 2020

Modified Files:
        pkgsrc/databases/pg_repack: Makefile

Log Message:
Remove unsupported PG version


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/pg_repack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/pg_repack/Makefile
diff -u pkgsrc/databases/pg_repack/Makefile:1.7 pkgsrc/databases/pg_repack/Makefile:1.8
--- pkgsrc/databases/pg_repack/Makefile:1.7     Wed May 27 19:37:38 2020
+++ pkgsrc/databases/pg_repack/Makefile Mon Jun  1 22:17:34 2020
@@ -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 @@ HOMEPAGE=     https://reorg.github.io/pg_rep
 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