Received: by mail.netbsd.org (Postfix, from userid 605) id 63BE684DAA; Mon, 19 Apr 2021 16:00:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9ED1D84D8A for ; Mon, 19 Apr 2021 16:00:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oVKAxILeq7D1 for ; Mon, 19 Apr 2021 16:00:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBC4184CE1 for ; Mon, 19 Apr 2021 16:00:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B53B6FA95; Mon, 19 Apr 2021 16:00:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618848029108300" MIME-Version: 1.0 Date: Mon, 19 Apr 2021 16:00:29 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/textproc/ruby-asciidoctor To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210419160029.B53B6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618848029108300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Apr 19 16:00:29 UTC 2021 Modified Files: pkgsrc/textproc/ruby-asciidoctor: Makefile PLIST distinfo Log Message: ruby-asciidoctor: update to 2.0.14. 2.0.14 (2021-04-19) Bug Fixes: - Don't allow AsciiDoc table cell to set document attribute that was unset from the API (exceptions include: compat-mode, toc, showtitle, and notitle) (#4017) - Ensure default document attributes unset in parent document remain unset in AsciiDoc table cell (#2586) - Allow the showtitle / notitle attribute to be toggled in an AsciiDoc table cell if set or unset in parent document (#4018) - Ensure mtime of input file honors TZ environment variable on JRuby for Windows (affects value of docdatetime attribute) (#3550) - Honor caption attribute on blocks that support captioned title even if corresponding *-caption document attribute (e.g., example-caption) is not set (#4023) - Suppress missing attribute warning when applying substitutions to implicit document title for assignment to intrinsic doctitle attribute (#4024) - Increment counter (but not the corresponding attribute) if attribute is locked (#4013) Improvements: - Use attribute, if set, as seed value for counter even if not already registered as a counter (#4014) - Allow subs attribute value on Inline node returned by process method for custom inline macro to be a String (#3938) - Allow value of user-home attribute to be overridden by API or CLI (#3732) Build / Infrastructure: - Run tests on JRuby for Windows (#3550) 2.0.13 (2021-04-10) Bug Fixes: - Rollback change for #3470, which added logic to remove leading and trailing empty lines in an AsciiDoc include file; instead skip empty lines before processing document header (#3997) - Don't escape hyphen in manname in man page output - Remove extra .sp line before content of verse block in man page output - Fix layout of footnotes in man page output (#3989) - Fix formatting of footnote text with URL in man page output (#3988) - Remove redundant trailing space on URL followed by non-adjacent text in man page output (#4004) - Use .bp macro at location of page break in man page output (#3992) Improvements: - Extract method to create lexer and formatter in Rouge adapter (#3953) (@Oblomov) - Add support for pygments.rb 2.x (#3969) (@slonopotamus) - Allow NullLogger to be enabled by setting the :logger option to a falsy value (#3982) - Substitute attributes in manpurpose part of NAME section in manpage doctype (#4000) - Output all mannames in name section of HTML output for manpage doctype (#3757) Build / Infrastructure: - Enable running tests as root (PR #3874) (@mikemckiernan) - Run tests against both pygments.rb 1.x and 2.x (#3969) (@slonopotamus) - Speed up CI by using Bundler cache (PR #3901) (@slonopotamus) Documentation: - Import documentation for processor into this repository (#3861) (@graphitefriction) - Add Belarusian translation of built-in attributes (PR #3928) (@morganov) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-asciidoctor/Makefile \ pkgsrc/textproc/ruby-asciidoctor/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-asciidoctor/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618848029108300 Content-Disposition: inline Content-Length: 2574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-asciidoctor/Makefile diff -u pkgsrc/textproc/ruby-asciidoctor/Makefile:1.3 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.4 --- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.3 Thu Jan 14 14:36:28 2021 +++ pkgsrc/textproc/ruby-asciidoctor/Makefile Mon Apr 19 16:00:29 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/01/14 14:36:28 taca Exp $ +# $NetBSD: Makefile,v 1.4 2021/04/19 16:00:29 fcambus Exp $ -DISTNAME= asciidoctor-2.0.12 +DISTNAME= asciidoctor-2.0.14 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-asciidoctor/distinfo diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.3 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.4 --- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.3 Thu Jan 14 14:36:28 2021 +++ pkgsrc/textproc/ruby-asciidoctor/distinfo Mon Apr 19 16:00:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/01/14 14:36:28 taca Exp $ +$NetBSD: distinfo,v 1.4 2021/04/19 16:00:29 fcambus Exp $ -SHA1 (asciidoctor-2.0.12.gem) = be44111f874ff1ccbcf6c18db7130359148b5ec5 -RMD160 (asciidoctor-2.0.12.gem) = 6965832f43f3b500d59e17104bde0f64122faeb0 -SHA512 (asciidoctor-2.0.12.gem) = a927d052e4a2934524d8222700e83fbc746fa2b4880a810e39a579c1dff02054c83284a1c9e0af176709c0ab129677fcfcaa14c038ec124fb394852f38294db5 -Size (asciidoctor-2.0.12.gem) = 272896 bytes +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 Index: pkgsrc/textproc/ruby-asciidoctor/PLIST diff -u pkgsrc/textproc/ruby-asciidoctor/PLIST:1.2 pkgsrc/textproc/ruby-asciidoctor/PLIST:1.3 --- pkgsrc/textproc/ruby-asciidoctor/PLIST:1.2 Tue Nov 3 05:05:12 2020 +++ pkgsrc/textproc/ruby-asciidoctor/PLIST Mon Apr 19 16:00:29 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/11/03 05:05:12 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/04/19 16:00:29 fcambus Exp $ bin/asciidoctor${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts @@ -12,6 +12,7 @@ ${GEM_LIBDIR}/README.adoc ${GEM_LIBDIR}/asciidoctor.gemspec ${GEM_LIBDIR}/bin/asciidoctor ${GEM_LIBDIR}/data/locale/attributes-ar.adoc +${GEM_LIBDIR}/data/locale/attributes-be.adoc ${GEM_LIBDIR}/data/locale/attributes-bg.adoc ${GEM_LIBDIR}/data/locale/attributes-ca.adoc ${GEM_LIBDIR}/data/locale/attributes-cs.adoc --_----------=_1618848029108300--