pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/postgresql-redislog
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 9 06:07:04 UTC 2023
Modified Files:
pkgsrc/databases/postgresql-redislog: Makefile
Log Message:
postgresql-redislog: forbid removed postgresql 10
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql-redislog/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/postgresql-redislog/Makefile
diff -u pkgsrc/databases/postgresql-redislog/Makefile:1.2 pkgsrc/databases/postgresql-redislog/Makefile:1.3
--- pkgsrc/databases/postgresql-redislog/Makefile:1.2 Sun Dec 11 09:19:11 2022
+++ pkgsrc/databases/postgresql-redislog/Makefile Thu Mar 9 06:07:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/11 09:19:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/03/09 06:07:04 wiz Exp $
DISTNAME= redislog-0.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE= mit
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
# redislog.c:185:20: error: static declaration of 'error_severity' follows non-static declaration
-PGSQL_VERSIONS_ACCEPTED= 14 13 12 11 10
+PGSQL_VERSIONS_ACCEPTED= 14 13 12 11
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index