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:           Tue Jun  1 14:53:20 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ruby-asciidoctor/Makefile \
    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.4 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.5
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.4       Mon Apr 19 16:00:29 2021
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Tue Jun  1 14:53:20 2021
@@ -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
Index: pkgsrc/textproc/ruby-asciidoctor/distinfo
diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.4 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.5
--- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.4       Mon Apr 19 16:00:29 2021
+++ pkgsrc/textproc/ruby-asciidoctor/distinfo   Tue Jun  1 14:53:20 2021
@@ -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