pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/sord



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 19 06:10:47 UTC 2025

Modified Files:
        pkgsrc/textproc/sord: PLIST options.mk

Log Message:
sord: fix PLIST for doxygen 1.14 and depend on it

PLIST updated by Robert Whitlock in PR 59471.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/sord/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/sord/options.mk

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

Modified files:

Index: pkgsrc/textproc/sord/PLIST
diff -u pkgsrc/textproc/sord/PLIST:1.2 pkgsrc/textproc/sord/PLIST:1.3
--- pkgsrc/textproc/sord/PLIST:1.2      Tue Nov  5 17:20:04 2024
+++ pkgsrc/textproc/sord/PLIST  Thu Jun 19 06:10:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/11/05 17:20:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/06/19 06:10:46 wiz Exp $
 bin/sord_validate
 bin/sordi
 include/sord-0/sord/sord.h
@@ -9,47 +9,15 @@ lib/libsord-0.so.0
 lib/pkgconfig/sord-0.pc
 ${PLIST.doc}man/man1/sord_validate.1
 ${PLIST.doc}man/man1/sordi.1
-${PLIST.doc}share/doc/sord-0/html/bc_s.png
-${PLIST.doc}share/doc/sord-0/html/bc_sd.png
 ${PLIST.doc}share/doc/sord-0/html/clipboard.js
-${PLIST.doc}share/doc/sord-0/html/closed.png
 ${PLIST.doc}share/doc/sord-0/html/dir_9a371e47b713cbf140a6beeab466575d.html
 ${PLIST.doc}share/doc/sord-0/html/dir_d436eb0fd9de10b54a828ce6435f7e81.html
-${PLIST.doc}share/doc/sord-0/html/doc.svg
-${PLIST.doc}share/doc/sord-0/html/docd.svg
 ${PLIST.doc}share/doc/sord-0/html/doxygen.svg
 ${PLIST.doc}share/doc/sord-0/html/doxygen_crawl.html
 ${PLIST.doc}share/doc/sord-0/html/dynsections.js
-${PLIST.doc}share/doc/sord-0/html/folderclosed.svg
-${PLIST.doc}share/doc/sord-0/html/folderclosedd.svg
-${PLIST.doc}share/doc/sord-0/html/folderopen.svg
-${PLIST.doc}share/doc/sord-0/html/folderopend.svg
 ${PLIST.doc}share/doc/sord-0/html/group__sord.html
 ${PLIST.doc}share/doc/sord-0/html/index.html
 ${PLIST.doc}share/doc/sord-0/html/jquery.js
-${PLIST.doc}share/doc/sord-0/html/minus.svg
-${PLIST.doc}share/doc/sord-0/html/minusd.svg
-${PLIST.doc}share/doc/sord-0/html/nav_f.png
-${PLIST.doc}share/doc/sord-0/html/nav_fd.png
-${PLIST.doc}share/doc/sord-0/html/nav_g.png
-${PLIST.doc}share/doc/sord-0/html/nav_h.png
-${PLIST.doc}share/doc/sord-0/html/nav_hd.png
 ${PLIST.doc}share/doc/sord-0/html/navtree.css
-${PLIST.doc}share/doc/sord-0/html/open.png
-${PLIST.doc}share/doc/sord-0/html/plus.svg
-${PLIST.doc}share/doc/sord-0/html/plusd.svg
-${PLIST.doc}share/doc/sord-0/html/resize.js
-${PLIST.doc}share/doc/sord-0/html/splitbar.png
-${PLIST.doc}share/doc/sord-0/html/splitbard.png
 ${PLIST.doc}share/doc/sord-0/html/style.css
-${PLIST.doc}share/doc/sord-0/html/sync_off.png
-${PLIST.doc}share/doc/sord-0/html/sync_on.png
-${PLIST.doc}share/doc/sord-0/html/tab_a.png
-${PLIST.doc}share/doc/sord-0/html/tab_ad.png
-${PLIST.doc}share/doc/sord-0/html/tab_b.png
-${PLIST.doc}share/doc/sord-0/html/tab_bd.png
-${PLIST.doc}share/doc/sord-0/html/tab_h.png
-${PLIST.doc}share/doc/sord-0/html/tab_hd.png
-${PLIST.doc}share/doc/sord-0/html/tab_s.png
-${PLIST.doc}share/doc/sord-0/html/tab_sd.png
 ${PLIST.doc}share/doc/sord-0/html/tabs.css

Index: pkgsrc/textproc/sord/options.mk
diff -u pkgsrc/textproc/sord/options.mk:1.4 pkgsrc/textproc/sord/options.mk:1.5
--- pkgsrc/textproc/sord/options.mk:1.4 Tue Nov  5 17:20:04 2024
+++ pkgsrc/textproc/sord/options.mk     Thu Jun 19 06:10:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2024/11/05 17:20:04 adam Exp $
+# $NetBSD: options.mk,v 1.5 2025/06/19 06:10:46 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sord
 PKG_SUPPORTED_OPTIONS= doc tests
@@ -9,7 +9,7 @@ PLIST_VARS+=    doc
 
 .if !empty(PKG_OPTIONS:Mdoc)
 MESON_ARGS+=   -Ddocs=enabled
-TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.14:../../devel/doxygen
 PLIST.doc=     yes
 .else
 MESON_ARGS+=   -Ddocs=disabled



Home | Main Index | Thread Index | Old Index