pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zix



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  9 09:49:47 UTC 2026

Modified Files:
        pkgsrc/devel/zix: Makefile PLIST

Log Message:
zix: fix PLIST for newer Sphinx; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/zix/Makefile pkgsrc/devel/zix/PLIST

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

Modified files:

Index: pkgsrc/devel/zix/Makefile
diff -u pkgsrc/devel/zix/Makefile:1.3 pkgsrc/devel/zix/Makefile:1.4
--- pkgsrc/devel/zix/Makefile:1.3       Thu Oct 23 20:36:39 2025
+++ pkgsrc/devel/zix/Makefile   Mon Mar  9 09:49:47 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2025/10/23 20:36:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/03/09 09:49:47 adam Exp $
 
 DISTNAME=      zix-0.6.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://download.drobilla.net/
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/devel/zix/PLIST
diff -u pkgsrc/devel/zix/PLIST:1.3 pkgsrc/devel/zix/PLIST:1.4
--- pkgsrc/devel/zix/PLIST:1.3  Tue Aug 12 10:20:43 2025
+++ pkgsrc/devel/zix/PLIST      Mon Mar  9 09:49:47 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/08/12 10:20:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/03/09 09:49:47 adam Exp $
 include/zix-0/zix/allocator.h
 include/zix-0/zix/attributes.h
 include/zix-0/zix/btree.h
@@ -19,6 +19,8 @@ lib/libzix-0.so
 lib/libzix-0.so.${PKGVERSION}
 lib/libzix-0.so.0
 lib/pkgconfig/zix-0.pc
+${PLIST.doc}share/doc/zix-0/html/_static/base-stemmer.js
+${PLIST.doc}share/doc/zix-0/html/_static/english-stemmer.js
 ${PLIST.doc}share/doc/zix-0/html/_static/pygments.css
 ${PLIST.doc}share/doc/zix-0/html/_static/sphinx_lv2_theme.css
 ${PLIST.doc}share/doc/zix-0/html/allocation.html
@@ -76,6 +78,8 @@ ${PLIST.doc}share/doc/zix-0/html/geninde
 ${PLIST.doc}share/doc/zix-0/html/index.html
 ${PLIST.doc}share/doc/zix-0/html/string_views.html
 ${PLIST.doc}share/doc/zix-0/html/using_zix.html
+${PLIST.doc}share/doc/zix-0/singlehtml/_static/base-stemmer.js
+${PLIST.doc}share/doc/zix-0/singlehtml/_static/english-stemmer.js
 ${PLIST.doc}share/doc/zix-0/singlehtml/_static/pygments.css
 ${PLIST.doc}share/doc/zix-0/singlehtml/_static/sphinx_lv2_theme.css
 ${PLIST.doc}share/doc/zix-0/singlehtml/index.html



Home | Main Index | Thread Index | Old Index