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  6 15:58:09 UTC 2026

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

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

7.3.1 (2026-08-14)

What's Changed

* Keep Prism-derived fragments in the source encoding by @fukayatsu in #1219

New Contributors

* @fukayatsu made their first contribution in #1219

7.4.0 (2026-08-17)

What's Changed

* Cut per-render overhead in AttributeBuilder by @wilfison in #1216
* Keep interpolated text in the source encoding by @fukayatsu in #1221
* Pick the html_safe escaper once at load instead of per value by @wilfison
  in #1217

7.4.1 (2026-08-17)

What's Changed

* Build the preserve regex once per tag list instead of per call by
  @wilfison in #1220

7.5.0 (2026-08-27)

What's Changed

* Remove redundant require and use extend directly by @tagliala in #1204
* Compile a multi-line attribute hash statically by @wilfison in #1222

7.5.1 (2026-09-01)

What's Changed

* Improve frozen strings management by @tagliala in #1205


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/ruby-haml/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/ruby-haml/PLIST
cvs rdiff -u -r1.34 -r1.35 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.33 pkgsrc/textproc/ruby-haml/Makefile:1.34
--- pkgsrc/textproc/ruby-haml/Makefile:1.33     Wed Aug 12 05:12:45 2026
+++ pkgsrc/textproc/ruby-haml/Makefile  Sun Sep  6 15:58:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2026/08/12 05:12:45 taca Exp $
+# $NetBSD: Makefile,v 1.34 2026/09/06 15:58:09 taca Exp $
 
-DISTNAME=      haml-7.3.0
+DISTNAME=      haml-7.5.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-haml/PLIST
diff -u pkgsrc/textproc/ruby-haml/PLIST:1.23 pkgsrc/textproc/ruby-haml/PLIST:1.24
--- pkgsrc/textproc/ruby-haml/PLIST:1.23        Mon Nov  3 05:43:58 2025
+++ pkgsrc/textproc/ruby-haml/PLIST     Sun Sep  6 15:58:09 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2025/11/03 05:43:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.24 2026/09/06 15:58:09 taca Exp $
 bin/haml${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/FUNDING.yml
@@ -62,6 +62,7 @@ ${GEM_LIBDIR}/lib/haml/html.rb
 ${GEM_LIBDIR}/lib/haml/identity.rb
 ${GEM_LIBDIR}/lib/haml/object_ref.rb
 ${GEM_LIBDIR}/lib/haml/parser.rb
+${GEM_LIBDIR}/lib/haml/preserver.rb
 ${GEM_LIBDIR}/lib/haml/rails_helpers.rb
 ${GEM_LIBDIR}/lib/haml/rails_template.rb
 ${GEM_LIBDIR}/lib/haml/railtie.rb

Index: pkgsrc/textproc/ruby-haml/distinfo
diff -u pkgsrc/textproc/ruby-haml/distinfo:1.34 pkgsrc/textproc/ruby-haml/distinfo:1.35
--- pkgsrc/textproc/ruby-haml/distinfo:1.34     Wed Aug 12 05:12:45 2026
+++ pkgsrc/textproc/ruby-haml/distinfo  Sun Sep  6 15:58:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/08/12 05:12:45 taca Exp $
+$NetBSD: distinfo,v 1.35 2026/09/06 15:58:09 taca Exp $
 
-BLAKE2s (haml-7.3.0.gem) = f6a7124ce8160d9f6e5eba4125694b39dcc057bd5fcd934a90c5e33a428bf4e9
-SHA512 (haml-7.3.0.gem) = ef36613e9657065906dbebc443be54e6576eadb5cb1195a919854a0ead5bccbc7dd6b65c542c2f094663ac83fb65d60d90f9ee95819b69c400b87c84ad52bf1e
-Size (haml-7.3.0.gem) = 74752 bytes
+BLAKE2s (haml-7.5.1.gem) = a3c9bf74ee7e5312629c9ae7a374e6c00353b116aa02c1c52600b76b81ed26d6
+SHA512 (haml-7.5.1.gem) = ece8e6af48aa539fd360008d38910403f5509e7a168873264900dffa09b81c83df4ac36861a69b595c108ea81bc657c0cc36fda4425f3d438ab60f4ea3381658
+Size (haml-7.5.1.gem) = 76288 bytes



Home | Main Index | Thread Index | Old Index