pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby2ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jan 13 14:58:30 UTC 2026

Modified Files:
        pkgsrc/devel/ruby2ruby: Makefile distinfo

Log Message:
devel/ruby2ruby: update to 2.6.0

2.6.0 (2025-12-24)

3 minor enhancements:

* Added prism as a development dependency.

* Bumped ruby_version to 3.2+.

* Removed ruby_parser as a runtime dependency.

1 bug fix:

* Minor fixes to impl for comment processing. Prism returns chomped string.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby2ruby/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby2ruby/Makefile
diff -u pkgsrc/devel/ruby2ruby/Makefile:1.24 pkgsrc/devel/ruby2ruby/Makefile:1.25
--- pkgsrc/devel/ruby2ruby/Makefile:1.24        Sat May 17 05:52:20 2025
+++ pkgsrc/devel/ruby2ruby/Makefile     Tue Jan 13 14:58:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/05/17 05:52:20 taca Exp $
+# $NetBSD: Makefile,v 1.25 2026/01/13 14:58:30 taca Exp $
 
-DISTNAME=      ruby2ruby-2.5.2
+DISTNAME=      ruby2ruby-2.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,6 @@ COMMENT=        Pure Ruby code from Ruby S-expr
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-sexp-processor>=4.6<5:../../devel/ruby-sexp-processor
-DEPENDS+=      ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
 
 RUBYGEM_OPTIONS+=      --format-executable
 

Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.27 pkgsrc/devel/ruby2ruby/distinfo:1.28
--- pkgsrc/devel/ruby2ruby/distinfo:1.27        Sat May 17 05:52:20 2025
+++ pkgsrc/devel/ruby2ruby/distinfo     Tue Jan 13 14:58:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/05/17 05:52:20 taca Exp $
+$NetBSD: distinfo,v 1.28 2026/01/13 14:58:30 taca Exp $
 
-BLAKE2s (ruby2ruby-2.5.2.gem) = c28b3566b85b4a67dbc8c5c6031ae867bdc30ea83f22c2f1fc5a0d48f11aef97
-SHA512 (ruby2ruby-2.5.2.gem) = f16c34fe3cefd139768f0817309fec4929fc2e1689d3c2569d52d46c3fb0c9ccdd8468ae89b4cf8dfea7d73a721e01ec7fc38a1f3243dcd7a4559113d4794198
-Size (ruby2ruby-2.5.2.gem) = 29184 bytes
+BLAKE2s (ruby2ruby-2.6.0.gem) = 64463349660dba28d17b1ec37af97ee5aa19c5e450f9aa6224b6f881754e9fd0
+SHA512 (ruby2ruby-2.6.0.gem) = 5b6560fe098e299e297597a685bbce11d80b0f1812e6297246d3a1dcb0c61376184b654b154b0490b2238cd49da150e3bed3520157f8b9ceaf81c3faf2b7b77b
+Size (ruby2ruby-2.6.0.gem) = 29696 bytes



Home | Main Index | Thread Index | Old Index