pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-haml



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  4 15:56:11 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-haml: Makefile PLIST distinfo

Log Message:
textproc/ruby-haml: update to 6.0.12

6.0.12 (2022-11-26)

* Fix a whitespace removal with > and an if-else statement #1114

6.0.11 (2022-11-25)

* Fix a whitespace removal with > and an if statement #1114

6.0.10 (2022-11-09)

* Evaluate :erb filter in the template context like Haml 5

6.0.9 (2022-11-07)

* Support sass-embedded #1112

6.0.8 (2022-10-28)

* Support interpolation in HTML comments, which has not been working since
  6.0.0 #1107

6.0.7 (2022-10-13)

* Haml::Engine and Haml::Template use StringBuffer instead of ArrayBuffer
    o It seems more performant in many cases with recent Ruby versions.
    o Haml::RailsTemplate is not affected.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/ruby-haml/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-haml/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/ruby-haml/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-haml/Makefile
diff -u pkgsrc/textproc/ruby-haml/Makefile:1.24 pkgsrc/textproc/ruby-haml/Makefile:1.25
--- pkgsrc/textproc/ruby-haml/Makefile:1.24     Sun Oct  9 08:35:52 2022
+++ pkgsrc/textproc/ruby-haml/Makefile  Sun Dec  4 15:56:11 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/10/09 08:35:52 taca Exp $
+# $NetBSD: Makefile,v 1.25 2022/12/04 15:56:11 taca Exp $
 
-DISTNAME=      haml-6.0.6
+DISTNAME=      haml-6.0.12
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-haml/PLIST
diff -u pkgsrc/textproc/ruby-haml/PLIST:1.19 pkgsrc/textproc/ruby-haml/PLIST:1.20
--- pkgsrc/textproc/ruby-haml/PLIST:1.19        Sun Oct  9 08:35:52 2022
+++ pkgsrc/textproc/ruby-haml/PLIST     Sun Dec  4 15:56:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/10/09 08:35:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/12/04 15:56:11 taca Exp $
 bin/haml${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -76,4 +76,5 @@ ${GEM_LIBDIR}/lib/haml/template.rb
 ${GEM_LIBDIR}/lib/haml/temple_line_counter.rb
 ${GEM_LIBDIR}/lib/haml/util.rb
 ${GEM_LIBDIR}/lib/haml/version.rb
+${GEM_LIBDIR}/lib/haml/whitespace.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/textproc/ruby-haml/distinfo
diff -u pkgsrc/textproc/ruby-haml/distinfo:1.26 pkgsrc/textproc/ruby-haml/distinfo:1.27
--- pkgsrc/textproc/ruby-haml/distinfo:1.26     Sun Oct  9 08:35:52 2022
+++ pkgsrc/textproc/ruby-haml/distinfo  Sun Dec  4 15:56:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/10/09 08:35:52 taca Exp $
+$NetBSD: distinfo,v 1.27 2022/12/04 15:56:11 taca Exp $
 
-BLAKE2s (haml-6.0.6.gem) = 5c6a24852943de1889ab17c2c45b7743d7fa07bf2697604f6648c3103af4a01a
-SHA512 (haml-6.0.6.gem) = 056d6e073e5539f8caeceb819f04d4d1b8392ce0d0af9c549cdb5bdb291e30e20ebd8f2758c32fd7a07647b2447409cc10dc68ec326f1a7eacfec5839bd12ec2
-Size (haml-6.0.6.gem) = 75264 bytes
+BLAKE2s (haml-6.0.12.gem) = e8088c3a49dd2a6f272ed4cfa91b0de354c59c15a40c684ba2c04d5dda235348
+SHA512 (haml-6.0.12.gem) = b4f9d6cccfb21435022526eadf11a66227c2d9448ab49f5a46e74f9f730e20c2882ae1a48db3b3d989e59eeacf63235acd765b7098ccda79d8e51a4e9bb58b97
+Size (haml-6.0.12.gem) = 76288 bytes



Home | Main Index | Thread Index | Old Index