pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-review textproc/ruby-review: update to 5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bb86d4ab5cb
branches:  trunk
changeset: 384283:3bb86d4ab5cb
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Aug 30 15:33:18 2022 +0000

description:
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 @<secref>, @<sec>, and @<sectitle> 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)

diffstat:

 textproc/ruby-review/Makefile |  9 +++++++--
 textproc/ruby-review/distinfo |  8 ++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 488a24d7e695 -r 3bb86d4ab5cb textproc/ruby-review/Makefile
--- a/textproc/ruby-review/Makefile     Tue Aug 30 15:24:32 2022 +0000
+++ b/textproc/ruby-review/Makefile     Tue Aug 30 15:33:18 2022 +0000
@@ -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@localhost
@@ -19,5 +19,10 @@
 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"
diff -r 488a24d7e695 -r 3bb86d4ab5cb textproc/ruby-review/distinfo
--- a/textproc/ruby-review/distinfo     Tue Aug 30 15:24:32 2022 +0000
+++ b/textproc/ruby-review/distinfo     Tue Aug 30 15:33:18 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index