pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ldb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 21 20:47:46 UTC 2022

Modified Files:
        pkgsrc/databases/ldb: Makefile

Log Message:
ldb: requires tevent>=0.13.0


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/ldb/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/ldb/Makefile
diff -u pkgsrc/databases/ldb/Makefile:1.30 pkgsrc/databases/ldb/Makefile:1.31
--- pkgsrc/databases/ldb/Makefile:1.30  Mon Oct 24 15:11:07 2022
+++ pkgsrc/databases/ldb/Makefile       Mon Nov 21 20:47:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/10/24 15:11:07 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/11/21 20:47:46 adam Exp $
 
 DISTNAME=      ldb-2.6.1
 CATEGORIES=    databases
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+=      --without-ldb-lmdb
 .include "../../devel/cmocka/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
-BUILDLINK_API_DEPENDS.tevent+= tevent>=0.11.0
+BUILDLINK_API_DEPENDS.tevent+= tevent>=0.13.0
 .include "../../devel/tevent/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index