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 May 17 06:52:11 UTC 2026

Modified Files:
        pkgsrc/security/libjwt: Makefile PLIST

Log Message:
libjwt: fix PLIST for doxygen 1.17


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/libjwt/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/security/libjwt/Makefile:1.11
--- pkgsrc/security/libjwt/Makefile:1.10        Tue May  5 04:28:44 2026
+++ pkgsrc/security/libjwt/Makefile     Sun May 17 06:52:11 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2026/05/05 04:28:44 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/05/17 06:52:11 wiz Exp $
 
 DISTNAME=      libjwt-3.3.3
+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>0:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.17:../../devel/doxygen
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash pkg-config

Index: pkgsrc/security/libjwt/PLIST
diff -u pkgsrc/security/libjwt/PLIST:1.7 pkgsrc/security/libjwt/PLIST:1.8
--- pkgsrc/security/libjwt/PLIST:1.7    Tue May  5 04:28:44 2026
+++ pkgsrc/security/libjwt/PLIST        Sun May 17 06:52:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2026/05/05 04:28:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/05/17 06:52:11 wiz Exp $
 bin/jwk2key
 bin/jwt-generate
 bin/jwt-verify
@@ -206,6 +206,7 @@ share/doc/LibJWT/html/Tokens.xml
 share/doc/LibJWT/html/annotated.html
 share/doc/LibJWT/html/classes.html
 share/doc/LibJWT/html/clipboard.js
+share/doc/LibJWT/html/codefolding.js
 share/doc/LibJWT/html/cookie.js
 share/doc/LibJWT/html/dir_d436eb0fd9de10b54a828ce6435f7e81.html
 share/doc/LibJWT/html/doxygen-awesome-fragment-copy-button.js
@@ -216,10 +217,10 @@ share/doc/LibJWT/html/doxygen-awesome.cs
 share/doc/LibJWT/html/doxygen.css
 share/doc/LibJWT/html/doxygen.svg
 share/doc/LibJWT/html/doxygen_crawl.html
-share/doc/LibJWT/html/dynsections.js
 share/doc/LibJWT/html/favicon.ico
 share/doc/LibJWT/html/functions.html
 share/doc/LibJWT/html/functions_vars.html
+share/doc/LibJWT/html/graph_legend.dot.cmapx
 share/doc/LibJWT/html/graph_legend.html
 share/doc/LibJWT/html/graph_legend.md5
 share/doc/LibJWT/html/graph_legend.svg
@@ -328,7 +329,6 @@ share/doc/LibJWT/html/group__jwt__object
 share/doc/LibJWT/html/index.html
 share/doc/LibJWT/html/index.js
 share/doc/LibJWT/html/index.qhp
-share/doc/LibJWT/html/jquery.js
 share/doc/LibJWT/html/libjwt.css
 share/doc/LibJWT/html/maclara-pill.svg
 share/doc/LibJWT/html/navtree.css



Home | Main Index | Thread Index | Old Index