Mon Aug 29 13:06:43 2022 UTC ()
textproc/ruby-erubi: update to 1.11.0

1.11.0 (2022-08-02)

* Support :freeze_template_literals option for configuring whether to add
  .freeze to template literal strings (casperisfine) (#33)

* Support :chain_appends option for chaining appends to the buffer variable
  (casperisfine, jeremyevans) (#32)

* Avoid unnecessary defined? usage on Ruby 3+ when using the :ensure option
  (jeremyevans)


(taca)
diff -r1.4 -r1.5 pkgsrc/textproc/ruby-erubi/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/ruby-erubi/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/textproc/ruby-erubi/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-erubi/Makefile 2021/01/14 14:41:04 1.4
+++ pkgsrc/textproc/ruby-erubi/Makefile 2022/08/29 13:06:43 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2021/01/14 14:41:04 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2022/08/29 13:06:43 taca Exp $
2 2
3DISTNAME= erubi-1.10.0 3DISTNAME= erubi-1.11.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/jeremyevans/erubi 7HOMEPAGE= https://github.com/jeremyevans/erubi
8COMMENT= Small ERB Implementation 8COMMENT= Small ERB Implementation
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/textproc/ruby-erubi/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-erubi/distinfo 2021/10/26 11:23:22 1.6
+++ pkgsrc/textproc/ruby-erubi/distinfo 2022/08/29 13:06:43 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 11:23:22 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/08/29 13:06:43 taca Exp $
2 2
3BLAKE2s (erubi-1.10.0.gem) = 51abb2deb3e819d0cc9677e9ed507065c1b6881ef0a720febb8a4a9473fc329f 3BLAKE2s (erubi-1.11.0.gem) = 523ae801cbd4b84d3806639b76710cb97abc7e0bae79c0f304beb3de9605b15f
4SHA512 (erubi-1.10.0.gem) = 21bc96310ae6377e5e21fe5cece032ee084697e652639dbde1be94998bbeb876b7f5c938ee0f2a1605893f41974cf5f7b889f2b09cd834436f126b873d42ddec 4SHA512 (erubi-1.11.0.gem) = 8fbc64fbd7b99e0676ba2c9601e8ee894f378bd234e4753d1302991abbbb4b8de0b75b86a1c0df1940dc9377937fcb88c2852ac5035de697c087b86433333008
5Size (erubi-1.10.0.gem) = 11264 bytes 5Size (erubi-1.11.0.gem) = 12288 bytes