pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-asciidoctor textproc/ruby-asciidoctor: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d05901c607a3
branches:  trunk
changeset: 453678:d05901c607a3
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jun 01 14:53:20 2021 +0000

description:
textproc/ruby-asciidoctor: update to 2.0.15

2.0.15 (2021-04-27)
Bug Fixes

* Don't include trailing period, question mark, or exclamation point in
  target (URL) of autolink (#3860)
* Don't assign nil value to named attribute mapped to absent positional
  attribute when parsing attrlist (#4033)
* Remove leading and trailing spaces around role on inline phrase (#4035)
* Ignore empty role on inline phrase defined using legacy syntax and
  followed by comma (#4035)
* Use xreftext on document as fallback link text in HTML output for
  inter-document xref that resolves to current document when no link text is
  provided (#4032)
* Use xreftext on document as fallback link text in HTML output for internal
  xref with empty fragment when no link text is provided (#4032)
* Use document ID as linkend in DocBook output for internal xref with empty
  fragment; auto-generating one if necessary (#4032)

Improvements

* Format keyboard references in monospace in manpage output

Build / Infrastructure

* Get remaining invoker tests working on JRuby 9.1 for Windows

diffstat:

 textproc/ruby-asciidoctor/Makefile |   4 ++--
 textproc/ruby-asciidoctor/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 134cbe0f1fa1 -r d05901c607a3 textproc/ruby-asciidoctor/Makefile
--- a/textproc/ruby-asciidoctor/Makefile        Tue Jun 01 14:51:17 2021 +0000
+++ b/textproc/ruby-asciidoctor/Makefile        Tue Jun 01 14:53:20 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/04/19 16:00:29 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/01 14:53:20 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.14
+DISTNAME=      asciidoctor-2.0.15
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 134cbe0f1fa1 -r d05901c607a3 textproc/ruby-asciidoctor/distinfo
--- a/textproc/ruby-asciidoctor/distinfo        Tue Jun 01 14:51:17 2021 +0000
+++ b/textproc/ruby-asciidoctor/distinfo        Tue Jun 01 14:53:20 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/04/19 16:00:29 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2021/06/01 14:53:20 taca Exp $
 
-SHA1 (asciidoctor-2.0.14.gem) = 35b6da1e178d912ef6df04880094ef0e5a1ce739
-RMD160 (asciidoctor-2.0.14.gem) = 6f265849c7c1c7dbb54e6ddf03816cd017e15c90
-SHA512 (asciidoctor-2.0.14.gem) = 8aaa70998f6ae415f54425689c624c4c6c41285dbc0e98880179f281649c6490c4d55cf114d794dd9ceec569222b933fce840d0d7b9406207bb2316c74706ecd
-Size (asciidoctor-2.0.14.gem) = 275456 bytes
+SHA1 (asciidoctor-2.0.15.gem) = fd159b1517ed72f4b7229a542142b2f78b7f1fc9
+RMD160 (asciidoctor-2.0.15.gem) = dd2b7132d8980167364ef50f5c791a487a508d54
+SHA512 (asciidoctor-2.0.15.gem) = 55ab7ceb85e219a36fdcb21d5620199e1d46281742cf52ce5892f36ee5db1119b535f488fae57aa360cbaee762f903d6bd957e3a65781eacd810b41eafcaa8f1
+Size (asciidoctor-2.0.15.gem) = 276480 bytes



Home | Main Index | Thread Index | Old Index