pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/openobex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  7 13:07:35 UTC 2026

Modified Files:
        pkgsrc/comms/openobex: Makefile PLIST

Log Message:
openobex: depend on latest doxygen and update PLIST for it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/comms/openobex/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/comms/openobex/PLIST

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

Modified files:

Index: pkgsrc/comms/openobex/Makefile
diff -u pkgsrc/comms/openobex/Makefile:1.41 pkgsrc/comms/openobex/Makefile:1.42
--- pkgsrc/comms/openobex/Makefile:1.41 Wed Aug 20 11:34:48 2025
+++ pkgsrc/comms/openobex/Makefile      Sun Jun  7 13:07:35 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2025/08/20 11:34:48 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/06/07 13:07:35 wiz Exp $
 
 DISTNAME=      openobex-1.7.2-Source
 PKGNAME=       ${DISTNAME:C/-Source//}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=openobex/}
 
@@ -11,7 +11,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Implementation of the Object Exchange (OBEX) protocol
 LICENSE=       gnu-lgpl-v2
 
-TOOL_DEPENDS+= doxygen>=1.14.0:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.17.0:../../devel/doxygen
 
 USE_TOOLS+=    pkg-config
 

Index: pkgsrc/comms/openobex/PLIST
diff -u pkgsrc/comms/openobex/PLIST:1.19 pkgsrc/comms/openobex/PLIST:1.20
--- pkgsrc/comms/openobex/PLIST:1.19    Sat Jun 14 05:55:15 2025
+++ pkgsrc/comms/openobex/PLIST Sun Jun  7 13:07:35 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2025/06/14 05:55:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2026/06/07 13:07:35 wiz Exp $
 include/openobex/obex.h
 include/openobex/obex_const.h
 include/openobex/version.h
@@ -16,6 +16,7 @@ share/doc/openobex/html/api_8c.html
 share/doc/openobex/html/api_8c.js
 share/doc/openobex/html/classes.html
 share/doc/openobex/html/clipboard.js
+share/doc/openobex/html/codefolding.js
 share/doc/openobex/html/cookie.js
 share/doc/openobex/html/dir_9a09b4dfda82e3e665e31092d1c3ec8d.html
 share/doc/openobex/html/dir_9a09b4dfda82e3e665e31092d1c3ec8d.js
@@ -28,7 +29,6 @@ share/doc/openobex/html/dir_e8acc63b1e23
 share/doc/openobex/html/doxygen.css
 share/doc/openobex/html/doxygen.svg
 share/doc/openobex/html/doxygen_crawl.html
-share/doc/openobex/html/dynsections.js
 share/doc/openobex/html/files.html
 share/doc/openobex/html/files_dup.js
 share/doc/openobex/html/functions.html
@@ -45,7 +45,6 @@ share/doc/openobex/html/globals_o.html
 share/doc/openobex/html/globals_t.html
 share/doc/openobex/html/globals_type.html
 share/doc/openobex/html/index.html
-share/doc/openobex/html/jquery.js
 share/doc/openobex/html/menu.js
 share/doc/openobex/html/menudata.js
 share/doc/openobex/html/navtree.css



Home | Main Index | Thread Index | Old Index