pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-tilt



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 16:35:32 UTC 2025

Modified Files:
        pkgsrc/textproc/ruby-tilt: Makefile distinfo

Log Message:
textproc/ruby-tilt: update to 2.6.0

2.6.0 (2025-01-13)

* Support :compiled_path option, needed for compiled paths when using
  :scope_class and fixed locals (jeremyevans)
* Support :scope_class option to force a specific scope class, instead of
  using the class of the provided scope (jeremyevans)
* Support fallback fixed locals for templates without extracted locals via
  :default_fixed_locals option (jeremyevans)
* Add Tilt.extract_fixed_locals accessor for enabling :extract_fixed_locals
  globally (jeremyevans)
* Support embedded fixed locals for templates via magic comments via
  :extract_fixed_locals option (jeremyevans)
* Support fixed locals for templates via :fixed_locals option (jeremyevans)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/ruby-tilt/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/ruby-tilt/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-tilt/Makefile
diff -u pkgsrc/textproc/ruby-tilt/Makefile:1.23 pkgsrc/textproc/ruby-tilt/Makefile:1.24
--- pkgsrc/textproc/ruby-tilt/Makefile:1.23     Thu Jan  2 05:59:39 2025
+++ pkgsrc/textproc/ruby-tilt/Makefile  Sun Jan 19 16:35:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/01/02 05:59:39 taca Exp $
+# $NetBSD: Makefile,v 1.24 2025/01/19 16:35:32 taca Exp $
 
-DISTNAME=      tilt-2.5.0
+DISTNAME=      tilt-2.6.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-tilt/distinfo
diff -u pkgsrc/textproc/ruby-tilt/distinfo:1.22 pkgsrc/textproc/ruby-tilt/distinfo:1.23
--- pkgsrc/textproc/ruby-tilt/distinfo:1.22     Thu Jan  2 05:59:39 2025
+++ pkgsrc/textproc/ruby-tilt/distinfo  Sun Jan 19 16:35:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/01/02 05:59:39 taca Exp $
+$NetBSD: distinfo,v 1.23 2025/01/19 16:35:32 taca Exp $
 
-BLAKE2s (tilt-2.5.0.gem) = 4365c226ff97b1bcce7e68d8ef03f14412ee33b1720a7f1ef167565e4f2e8d22
-SHA512 (tilt-2.5.0.gem) = 386c8b80e94ab029035d64b69da13fa20b99fee0d714a92b1d9f96bd4d87dec2bfc8a7bc806530dc156cb6bc72963d1e35cf2b3aeebb9a2cb1ef728baafba5e0
-Size (tilt-2.5.0.gem) = 25600 bytes
+BLAKE2s (tilt-2.6.0.gem) = 3b976dff3a4e9b74400b6a93f675654f11c2979d210d527c592bd236e32f46f8
+SHA512 (tilt-2.6.0.gem) = 96aad6e3dfa542d0f11a4c96faa99c724723fe10029dae58f9662f9ef07198cf4d3ffea56899b7f88d8738a01effade00591318900364798fad9a41cd95397b2
+Size (tilt-2.6.0.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index