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 Sep 10 16:03:24 UTC 2017
Modified Files:
pkgsrc/textproc/ruby-haml: Makefile PLIST distinfo
Log Message:
Update ruby-haml to 5.0.3.
## 5.0.3
Released on September 7, 2017
([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.3)).
* Use `String#dump` instead of `String#inspect` to generate string
literal. (Takashi Kokubun)
* Fix Erubi superclass mismatch
error. [#952](https://github.com/haml/haml/pull/952) (thanks [Robin
Daugherty](https://github.com/RobinDaugherty))
## 5.0.2
Released on August 1, 2017
([diff](https://github.com/haml/haml/compare/v5.0.1...v5.0.2)).
* Let `haml -c` fail if generated Ruby code is syntax
error. [#880](https://github.com/haml/haml/issues/880) (Takashi Kokubun)
* Fix `NoMethodError` bug caused with Sprockets 3 and :sass
filter. [#930](https://github.com/haml/haml/pull/930) (thanks [Gonzalez
Maximiliano](https://github.com/emaxi))
* Fix `list_of` helper with multi-line
content. [#933](https://github.com/haml/haml/pull/933) (thanks [Benoit
Larroque](https://github.com/zetaben))
* Optimize rendering performance by changing timing to fix
textareas. [#941](https://github.com/haml/haml/pull/941) (Takashi Kokubun)
* Fix `TypeError` with empty :ruby
filter. [#942](https://github.com/haml/haml/pull/942) (Takashi Kokubun)
* Fix inconsistent attribute sort order. (Takashi Kokubun)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-haml/Makefile \
pkgsrc/textproc/ruby-haml/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-haml/PLIST
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.18 pkgsrc/textproc/ruby-haml/Makefile:1.19
--- pkgsrc/textproc/ruby-haml/Makefile:1.18 Wed Jun 21 14:29:25 2017
+++ pkgsrc/textproc/ruby-haml/Makefile Sun Sep 10 16:03:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/06/21 14:29:25 taca Exp $
+# $NetBSD: Makefile,v 1.19 2017/09/10 16:03:24 taca Exp $
-DISTNAME= haml-5.0.1
+DISTNAME= haml-5.0.3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-haml/distinfo
diff -u pkgsrc/textproc/ruby-haml/distinfo:1.18 pkgsrc/textproc/ruby-haml/distinfo:1.19
--- pkgsrc/textproc/ruby-haml/distinfo:1.18 Wed Jun 21 14:29:25 2017
+++ pkgsrc/textproc/ruby-haml/distinfo Sun Sep 10 16:03:24 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/06/21 14:29:25 taca Exp $
+$NetBSD: distinfo,v 1.19 2017/09/10 16:03:24 taca Exp $
-SHA1 (haml-5.0.1.gem) = 53307f129d24da6514aa30c7a0229b4593b24061
-RMD160 (haml-5.0.1.gem) = e804876e7bccc3565d8a569b9e8d6d629cc69c49
-SHA512 (haml-5.0.1.gem) = 9300a810ae7dc30556c177b2eb75f67f0304cbe521ddfa212c6b0f90a193e49c3b78aaefef998fd2a8f9092c945fa54d2613910bc77f4c893febf5e874c81103
-Size (haml-5.0.1.gem) = 113152 bytes
+SHA1 (haml-5.0.3.gem) = 0b2a5120f68cdbf712d42e4ee10a95bd01de5995
+RMD160 (haml-5.0.3.gem) = 8aa4debcf9fd4ef526c3cb236651d8e55d8fbe01
+SHA512 (haml-5.0.3.gem) = c60afc736f61a7ad158a64ae5ade704b6efeaebb69db1daaafb557ae03cb69f4b80dbe1b06a156e7e58c7770407ebf0483e253d5860014cc6836c1dd6e60c833
+Size (haml-5.0.3.gem) = 89600 bytes
Index: pkgsrc/textproc/ruby-haml/PLIST
diff -u pkgsrc/textproc/ruby-haml/PLIST:1.16 pkgsrc/textproc/ruby-haml/PLIST:1.17
--- pkgsrc/textproc/ruby-haml/PLIST:1.16 Wed Jun 21 14:29:25 2017
+++ pkgsrc/textproc/ruby-haml/PLIST Sun Sep 10 16:03:24 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2017/06/21 14:29:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2017/09/10 16:03:24 taca Exp $
bin/haml${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
@@ -47,15 +47,6 @@ ${GEM_LIBDIR}/lib/haml/temple_engine.rb
${GEM_LIBDIR}/lib/haml/temple_line_counter.rb
${GEM_LIBDIR}/lib/haml/util.rb
${GEM_LIBDIR}/lib/haml/version.rb
-${GEM_LIBDIR}/test/attribute_parser_test.rb
-${GEM_LIBDIR}/test/engine_test.rb
-${GEM_LIBDIR}/test/filters_test.rb
-${GEM_LIBDIR}/test/helper_test.rb
-${GEM_LIBDIR}/test/options_test.rb
-${GEM_LIBDIR}/test/parser_test.rb
-${GEM_LIBDIR}/test/template_test.rb
-${GEM_LIBDIR}/test/temple_line_counter_test.rb
-${GEM_LIBDIR}/test/util_test.rb
${GEM_LIBDIR}/yard/default/.gitignore
${GEM_LIBDIR}/yard/default/fulldoc/html/css/common.sass
${GEM_LIBDIR}/yard/default/layout/html/footer.erb
Home |
Main Index |
Thread Index |
Old Index