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:           Sun Aug 23 07:01:45 UTC 2026

Modified Files:
        pkgsrc/security/libjwt: Makefile PLIST

Log Message:
libjwt: fix PLIST for doxygen 1.18 and depend on it

Bump PKGREVISION.


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

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.12 pkgsrc/security/libjwt/Makefile:1.13
--- pkgsrc/security/libjwt/Makefile:1.12        Fri Jul  3 11:31:45 2026
+++ pkgsrc/security/libjwt/Makefile     Sun Aug 23 07:01:45 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2026/07/03 11:31:45 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/08/23 07:01:45 wiz Exp $
 
 DISTNAME=      libjwt-3.6.1
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=benmcollins/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/benmcollins
 COMMENT=       JWT C library
 LICENSE=       mpl-2.0
 
-TOOL_DEPENDS+= doxygen>=1.17:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.18:../../devel/doxygen
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash pkg-config

Index: pkgsrc/security/libjwt/PLIST
diff -u pkgsrc/security/libjwt/PLIST:1.9 pkgsrc/security/libjwt/PLIST:1.10
--- pkgsrc/security/libjwt/PLIST:1.9    Fri Jul  3 11:31:45 2026
+++ pkgsrc/security/libjwt/PLIST        Sun Aug 23 07:01:45 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/07/03 11:31:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/08/23 07:01:45 wiz Exp $
 bin/jwe-decrypt
 bin/jwe-encrypt
 bin/jwk2key
@@ -340,6 +340,7 @@ man/man3/jwt_token_hash.3
 man/man3/jwt_token_hash_half.3
 man/man3/jwt_value_error_t.3
 man/man3/jwt_value_t.3
+man/man3/jwt_value_t_[union].__unnamed0__.3
 man/man3/jwt_value_type_t.3
 man/man3/jwt_verify_policy_t.3
 share/doc/LibJWT/LICENSE
@@ -510,3 +511,4 @@ share/doc/LibJWT/html/svg.min.js
 share/doc/LibJWT/html/tabs.css
 share/doc/LibJWT/html/topics.html
 share/doc/LibJWT/html/topics.js
+share/doc/LibJWT/html/unionjwt__value__t_1_1_0funion_0e_8____unnamed0____.html



Home | Main Index | Thread Index | Old Index