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:           Sun Dec  4 15:52:24 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-asciidoctor: Makefile distinfo

Log Message:
textproc/ruby-asciidoctor: update to 2.0.18

2.0.18 (2022-10-15)

Improvements

* Propagate :to_dir option to document of AsciiDoc table cell (#4297)
* Force encoding of attribute data passed via CLI to UTF-8 if transcoding
  fails (#4351) (@zkaip)
* Add include role to link macro that replaces include directive when
  include is not enabled

Bug Fixes

* Change internal uriish? helper to only detect a URI pattern at start of a
  string; avoids misleading messages (#4357)

* Prevent highlight.js warning when no language is set on source block;
  don't call highlightBlock if data-lang attribute is absent (#4263)

* Don't raise error if Asciidoctor::Extensions.unregister is called before
  groups are initialized (#4270)

* If path is included both partially and fully, store it with true value
  (included fully) in includes table of document catalog
* Reset registry if activate is called on it again (#4256)
* Format source location in exception message when extension code is malformed

* Fix lineno on reader when skip-front-matter attribute is set but end of
  front matter is not found

* Fix Asciidoctor::Cli::Invoker constructor when first argument is a hash

* Update default stylesheet to honor marker on unordered list when marker is
  defined on ancestor unordered list (#4361)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-asciidoctor/Makefile
cvs rdiff -u -r1.9 -r1.10 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.7 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.8
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.7       Sun Apr  3 16:01:34 2022
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Sun Dec  4 15:52:24 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 16:01:34 rhialto Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/04 15:52:24 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.17
+DISTNAME=      asciidoctor-2.0.18
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-asciidoctor/distinfo
diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.9 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.10
--- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.9       Sun Apr  3 16:01:34 2022
+++ pkgsrc/textproc/ruby-asciidoctor/distinfo   Sun Dec  4 15:52:24 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/03 16:01:34 rhialto Exp $
+$NetBSD: distinfo,v 1.10 2022/12/04 15:52:24 taca Exp $
 
-BLAKE2s (asciidoctor-2.0.17.gem) = d1e842e3ab621461e6d198ec1d14b7b967be946fabe13bb35787634af17d2f29
-SHA512 (asciidoctor-2.0.17.gem) = 41ebc833c7b8bded5704034c7fcf7d2f26643a24de24eda57db1a0ac94976e775bf0f093f46faaa99c5007c61af325aa5b02e5321159a88daac3397800adbd03
-Size (asciidoctor-2.0.17.gem) = 279040 bytes
+BLAKE2s (asciidoctor-2.0.18.gem) = d2fe657ffac31a47e441f676533fdde70c86fe91171a5653a7be25e220396890
+SHA512 (asciidoctor-2.0.18.gem) = 522c0a587a95c7a5c5618f88832c11a547448d12b883ee9a7d9f6e8509b44e2c5c027cf23335790cbc5cd74dc297010141ac535c0ba45622e49eac8d70fe6127
+Size (asciidoctor-2.0.18.gem) = 280064 bytes



Home | Main Index | Thread Index | Old Index