pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-asciidoctor
Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 05:07:00 UTC 2025
Modified Files:
        pkgsrc/textproc/ruby-asciidoctor: Makefile distinfo
Log Message:
textproc/ruby-asciidoctor: update to 2.0.26
More details in each release, please refer
<https://github.com/asciidoctor/asciidoctor/releases> in detail.
2.0.24 (2025-10-13)
Changelog
Compliance
* Support link attribute on inline image macro when converting to DocBook
  (#4385)
* Add magic comment backticks_javascript: true to achieve compatibility with
  Opal 2.0 (#4775) (@janbiedermann)
* Extract the require logic of the OpenURI library for Asciidoctor.js
  compatibility (#4244) (@ggrossetie)
Improvements
* Suppress warning about loading logger from stdlib when using Ruby 3.4 (#4769)
* Log error if unterminated preprocessor conditional directive is detected
  (#3545)
* Coerce names passed to the positional_attrs directive on an extension to
  strings (#4674)
* Ignore SOURCE_DATE_EPOCH environment variable if value is empty instead of
  exiting with non-zero exit code (#4631)
* Change Brazilian Portuguese translation for toc-title (#4653) (@giflw)
Bug Fixes
* Consider convert_ prefix when looking for missing convert method in
  converter (#4669) (@eugoka)
* Don't push conditional onto stack if conditional preprocessor directive is
  invalid when skipping lines (#4603)
* Only style code tag as block element when inside pre in listing block; not
  inside verse block (#4610)
* Pass kwargs to Logger superclass and only assign defaults when kwarg is
  not specified (#4773)
* Don't add role=include to link macro that replaces include directive when
  running in compat mode (#4608)
Documentation
* Rewrite documentation for how to create a custom converter from scratch
  and make examples more thorough (#4699)
Build / Infrastructure
* Fix classification of several substitution tests (#4691) (@scouten)
2.0.25 (2025-10-16)
Changelog
Improvements
* Don't freeze processor instance of extension to allow use of instance
  variables (#4782)
Bug Fixes
* Fix false positive when looking for custom block macro, leading to
  superfluous debug message (#4785)
* Start sectlink after any supplemental anchors on section title when
  sectlinks is set (#2934)
* Remove trailing space after reftext in inline anchor shorthand (to
  accomodate trailing ] in reftext) (#4789)
2.0.26 (2025-10-23)
Changelog
Improvement
* Use MathJax config recommended by MathJax itself; see
  https://docs.mathjax.org/en/latest/output/html.html#html-support (#4424)
* Use thin space between dots of an ellipsis (U+2026) in manpage output (#4568)
Bug Fixes
* Don't use text of span as value of xreflabel when node has ID in DocBook
  output (#4539)
* Resolve attribute references (attributes substitution) in attrlist of toc
  macro (#4806)
* Cite stem macro specifically in warning message when macro has invalid
  substitutions (#4808)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-asciidoctor/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/ruby-asciidoctor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-asciidoctor/Makefile
diff -u pkgsrc/textproc/ruby-asciidoctor/Makefile:1.16 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.17
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.16      Sun May 26 15:50:14 2024
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Mon Nov  3 05:07:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/05/26 15:50:14 taca Exp $
+# $NetBSD: Makefile,v 1.17 2025/11/03 05:07:00 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.23
+DISTNAME=      asciidoctor-2.0.26
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-asciidoctor/distinfo
diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.14 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.15
--- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.14      Sun May 26 15:50:14 2024
+++ pkgsrc/textproc/ruby-asciidoctor/distinfo   Mon Nov  3 05:07:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/05/26 15:50:14 taca Exp $
+$NetBSD: distinfo,v 1.15 2025/11/03 05:07:00 taca Exp $
 
-BLAKE2s (asciidoctor-2.0.23.gem) = b2b747a059d5caf31d5037264591e23366e1b4d854f4795da618208955fe6b5a
-SHA512 (asciidoctor-2.0.23.gem) = 61aeb0c78438b61cdd7caf31840c82fc68d94ed296e381927c1e3a0b36be5bc29a025a7d9a076c19293f1c8b69056120f0493456106eeeb4a083afb59a414328
-Size (asciidoctor-2.0.23.gem) = 283136 bytes
+BLAKE2s (asciidoctor-2.0.26.gem) = 16cbeef6e0f5e982ddca112f0c74cab3cc6743b4c5eec846b6969451bbc8cc3c
+SHA512 (asciidoctor-2.0.26.gem) = 414f66a8532e23b0fda694e6e1ac85b9ac095d0ab03e1df1ca3b3375a21a6a328fd1ea465dbe70fd39bd67b3b480c9fc3b12e7500273bbefdce4f8607253305f
+Size (asciidoctor-2.0.26.gem) = 284672 bytes
Home |
Main Index |
Thread Index |
Old Index