pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-temple



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 05:15:14 UTC 2026

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

Log Message:
textproc/ruby-temple: update to 0.10.6

0.10.5 (2026-08-07)

What's Changed

* Allow using prism as the parser engine by @kddnewton in #156

New Contributors

* @kddnewton made their first contribution in #156

0.10.6 (2026-08-07)

What's Changed

* Test against Ruby 4 and update CI actions by @tagliala in #157
* Make StaticAnalyzer recognize shorthand syntax as dynamic by @r7kamura in
  #149

New Contributors

* @tagliala made their first contribution in #157
* @r7kamura made their first contribution in #149


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-temple/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-temple/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-temple/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-temple/Makefile
diff -u pkgsrc/textproc/ruby-temple/Makefile:1.9 pkgsrc/textproc/ruby-temple/Makefile:1.10
--- pkgsrc/textproc/ruby-temple/Makefile:1.9    Sat Aug  2 05:13:24 2025
+++ pkgsrc/textproc/ruby-temple/Makefile        Wed Aug 12 05:15:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/08/02 05:13:24 taca Exp $
+# $NetBSD: Makefile,v 1.10 2026/08/12 05:15:14 taca Exp $
 
-DISTNAME=      temple-0.10.4
+DISTNAME=      temple-0.10.6
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-temple/PLIST
diff -u pkgsrc/textproc/ruby-temple/PLIST:1.3 pkgsrc/textproc/ruby-temple/PLIST:1.4
--- pkgsrc/textproc/ruby-temple/PLIST:1.3       Sun Dec 17 15:56:36 2023
+++ pkgsrc/textproc/ruby-temple/PLIST   Wed Aug 12 05:15:14 2026
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2023/12/17 15:56:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/08/12 05:15:14 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/release.yml
 ${GEM_LIBDIR}/.github/workflows/test.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.yardopts
@@ -53,6 +54,7 @@ ${GEM_LIBDIR}/lib/temple/mixins/grammar_
 ${GEM_LIBDIR}/lib/temple/mixins/options.rb
 ${GEM_LIBDIR}/lib/temple/mixins/template.rb
 ${GEM_LIBDIR}/lib/temple/parser.rb
+${GEM_LIBDIR}/lib/temple/parser_engine.rb
 ${GEM_LIBDIR}/lib/temple/static_analyzer.rb
 ${GEM_LIBDIR}/lib/temple/templates.rb
 ${GEM_LIBDIR}/lib/temple/templates/rails.rb

Index: pkgsrc/textproc/ruby-temple/distinfo
diff -u pkgsrc/textproc/ruby-temple/distinfo:1.10 pkgsrc/textproc/ruby-temple/distinfo:1.11
--- pkgsrc/textproc/ruby-temple/distinfo:1.10   Sat Aug  2 05:13:24 2025
+++ pkgsrc/textproc/ruby-temple/distinfo        Wed Aug 12 05:15:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/08/02 05:13:24 taca Exp $
+$NetBSD: distinfo,v 1.11 2026/08/12 05:15:14 taca Exp $
 
-BLAKE2s (temple-0.10.4.gem) = dd562c3a296b9371ee8f8580b31165059ac81d315639291d30baface7687acc0
-SHA512 (temple-0.10.4.gem) = e35dbe1813f56cacb7befd8326b6f37f2122b7c1f11187d4cb988d843ab424a132ea88d611ccf05f79ab9a9b7cc98b4588ff645ddcc09cc99f17263b435b11bd
-Size (temple-0.10.4.gem) = 32768 bytes
+BLAKE2s (temple-0.10.6.gem) = 85f39e41d327ae5ae5ff93c75fcaaa14e4e74d37094fd3c4823af1e5c5ed3652
+SHA512 (temple-0.10.6.gem) = 0c09ed0affcac70ec246f60c6b5cab64f680042f177a5a1abd4fc8e0b89f7c8cba0f4a7e730fc3e273f59001389aaf5b9cfb4058cde8e692b1cedc96f1c8aa87
+Size (temple-0.10.6.gem) = 34304 bytes



Home | Main Index | Thread Index | Old Index