pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  4 15:12:15 UTC 2024

Modified Files:
        pkgsrc/security/botan3: Makefile

Log Message:
botan3: uses sqlite3_changes64, so needs sqlite3 3.37.0


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/botan3/Makefile

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

Modified files:

Index: pkgsrc/security/botan3/Makefile
diff -u pkgsrc/security/botan3/Makefile:1.9 pkgsrc/security/botan3/Makefile:1.10
--- pkgsrc/security/botan3/Makefile:1.9 Sun Feb 25 14:58:00 2024
+++ pkgsrc/security/botan3/Makefile     Mon Mar  4 15:12:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/02/25 14:58:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/03/04 15:12:15 wiz Exp $
 
 .include "Makefile.common"
 
@@ -66,6 +66,7 @@ TEST_TARGET=  check
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.37.0
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index