pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libjwt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 08:59:07 UTC 2025

Modified Files:
        pkgsrc/security/libjwt: Makefile

Log Message:
libjwt: requires openssl 3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/libjwt/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/libjwt/Makefile
diff -u pkgsrc/security/libjwt/Makefile:1.3 pkgsrc/security/libjwt/Makefile:1.4
--- pkgsrc/security/libjwt/Makefile:1.3 Fri Feb 21 16:20:50 2025
+++ pkgsrc/security/libjwt/Makefile     Tue Mar  4 08:59:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/02/21 16:20:50 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/03/04 08:59:07 wiz Exp $
 
 DISTNAME=      libjwt-3.2.0
 CATEGORIES=    security
@@ -32,6 +32,7 @@ SUBST_SED.bashpath=   -e 's,/bin/bash,${BA
 # for tests
 .include "../../devel/check/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/jansson/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index