Received: by mail.netbsd.org (Postfix, from userid 605) id 2680984E7B; Tue, 30 Aug 2022 15:33:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 620A884E76 for ; Tue, 30 Aug 2022 15:33:19 +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 nY5XsmXzKYwW for ; Tue, 30 Aug 2022 15:33:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 48AA384D43 for ; Tue, 30 Aug 2022 15:33:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41C9DFA89; Tue, 30 Aug 2022 15:33:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661873598212060" MIME-Version: 1.0 Date: Tue, 30 Aug 2022 15:33:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-review To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220830153318.41C9DFA89@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661873598212060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Aug 30 15:33:18 UTC 2022 Modified Files: pkgsrc/textproc/ruby-review: Makefile distinfo Log Message: textproc/ruby-review: update to 5.5.0 5.4.0 (2022-02-27) New Features * GitHub Discussions has been opened to answer questions about Re:VIEW Breaking Changes * EPUBMaker: manifest/item in the opf file is now sorted by the dictional order of ID strings (#1763) * TextMaker: the separator line now put between the heading rows and the normal rows of the table. To revert this behavior to old version, set textmaker/th_bold parameter to true (#1789) * TextMaker: the output result of the //indepimage op has been adjusted to //image (#1790) * TextMaker: the output result of the //imgtable op has been adjusted to //image and //table (#1791) * //source op is now also not escaped when highlighting is enabled (#1788) Bug Fixes * fixed YAML error in Ruby 3.1 and kept backward compatibility (#1767, #1775) * EPUBMaker: removed epub:type=cover from titlepage and colophon (#1776) * removed invalid urnid sample (#1779) * when there is a syntax error in config.yml, exit with proper error message instead of an exception (#1797) * IDGXMLMaker: fixed an error to compile prefaces or postfaces when secttags is enabled (#1800) Enhancements * EPUBMaker, WebMaker: use layout.html.erb or layout-web.html.erb as the base template for cover, titlepage, colophon, and part, just like regular chapters (#1780) * EPUBMaker, WebMaker: cover, titlepage, colophon, and part can now be overwritten with _cover.html.erb, _titlepage.html.erb, _colophon.html.erb, _colophon_history.html.erb, and _part_body.html.erb (#1777) Docs * mentioned GitHub Discussions in README.md (#1772) Others * refactor code with RuboCop 1.25.1 (#1773, #1782, #1783, #1784, #1792) 5.5.0 (2022-06-29) New Features * introduced @, @, and @ as inline op to refer sections (#1809) Bug Fixes * fixed test error (#1804) * fixed an error of review-update (#1807) Others * added rexml to gemspec (#1808) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-review/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-review/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661873598212060 Content-Disposition: inline Content-Length: 1877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-review/Makefile diff -u pkgsrc/textproc/ruby-review/Makefile:1.7 pkgsrc/textproc/ruby-review/Makefile:1.8 --- pkgsrc/textproc/ruby-review/Makefile:1.7 Sat Dec 11 14:37:48 2021 +++ pkgsrc/textproc/ruby-review/Makefile Tue Aug 30 15:33:18 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/12/11 14:37:48 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/08/30 15:33:18 taca Exp $ -DISTNAME= review-5.3.0 +DISTNAME= review-5.5.0 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -19,5 +19,10 @@ RUBYGEM_OPTIONS+= --format-executable pre-configure: cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} * +.include "../../lang/ruby/rubyversion.mk" +.if ${RUBY_VER} == "26" || ${RUBY_VER} == "27" +DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml +.endif + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/ruby-review/distinfo diff -u pkgsrc/textproc/ruby-review/distinfo:1.9 pkgsrc/textproc/ruby-review/distinfo:1.10 --- pkgsrc/textproc/ruby-review/distinfo:1.9 Sat Dec 11 14:37:48 2021 +++ pkgsrc/textproc/ruby-review/distinfo Tue Aug 30 15:33:18 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/12/11 14:37:48 taca Exp $ +$NetBSD: distinfo,v 1.10 2022/08/30 15:33:18 taca Exp $ -BLAKE2s (review-5.3.0.gem) = 053423a2137668d60e851eb39c350411c3f217e1c0f3b13bfb2cf4388e60a0a5 -SHA512 (review-5.3.0.gem) = 652a68f33da37f921d47d2a32d9c0ad14c7b2fe58bbd1a2a56b997a80633b2d9726f72a78cc553bfd9bd2ef59fa96bd9255f45af107f8226642835e01eec0ebb -Size (review-5.3.0.gem) = 7612416 bytes +BLAKE2s (review-5.5.0.gem) = 124b94e7ef2b6314c962082d0f585cfc946be3ff56cbc5859245d35e1fc87f73 +SHA512 (review-5.5.0.gem) = d6d496b8f871b56b52deff0a46fd89cb4da9fe40a16c2f58cad9ddfec2afa7459b6a16d52ddf2db70a6870ddc3fac1b1734a9fac8462fd5b51db8da72af43af1 +Size (review-5.5.0.gem) = 7616512 bytes --_----------=_1661873598212060--