pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-irb



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan  2 05:21:12 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-irb: Makefile distinfo

Log Message:
devel/ruby-irb: update to 1.14.3

pkgsrc change: restrict Ruby's version (not for Ruby 3.4).

1.14.3 (2024-12-18)

What's Changed

Bug Fixes

* Load history when starting a direct debug session by @sunblaze in #1046

Documentation

* Avoid generating documentation pages for internal components by @st0012 in
  #1047

* [DOC] Fix broken rdoc-ref caused by a typo by @st0012 in #1049

Other Changes

* Bump version to v1.14.3 by @st0012 in #1050

New Contributors

* @sunblaze made their first contribution in #1046


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-irb/Makefile \
    pkgsrc/devel/ruby-irb/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/ruby-irb/Makefile
diff -u pkgsrc/devel/ruby-irb/Makefile:1.2 pkgsrc/devel/ruby-irb/Makefile:1.3
--- pkgsrc/devel/ruby-irb/Makefile:1.2  Fri Dec 13 16:21:24 2024
+++ pkgsrc/devel/ruby-irb/Makefile      Thu Jan  2 05:21:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/12/13 16:21:24 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/02 05:21:12 taca Exp $
 
-DISTNAME=      irb-1.14.2
+DISTNAME=      irb-1.14.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,10 @@ LICENSE=     2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-RUBYGEM_MANPAGES=      yes
+# Ruby 3.4.1 has irb 1.14.3 gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
 
+RUBYGEM_MANPAGES=      yes
 RUBYGEM_OPTIONS+=      --format-executable
 
 #
Index: pkgsrc/devel/ruby-irb/distinfo
diff -u pkgsrc/devel/ruby-irb/distinfo:1.2 pkgsrc/devel/ruby-irb/distinfo:1.3
--- pkgsrc/devel/ruby-irb/distinfo:1.2  Fri Dec 13 16:21:24 2024
+++ pkgsrc/devel/ruby-irb/distinfo      Thu Jan  2 05:21:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/13 16:21:24 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/01/02 05:21:12 taca Exp $
 
-BLAKE2s (irb-1.14.2.gem) = a4081caa472c87b76275477fa6fde1460c6b65950534a4e25c48d6c7b1d38199
-SHA512 (irb-1.14.2.gem) = cabab1a251535e652e985e5143d29b02037af9dc46d852a43b10fec32d70c6b2440e74a3265a57036b9aba0d21a02b93f372a61c465c34d0fee65919d8db0335
-Size (irb-1.14.2.gem) = 97792 bytes
+BLAKE2s (irb-1.14.3.gem) = b5fdcca564961e7d6158a9853b0680c305250f8fc80445cc1721ee71b5a648a8
+SHA512 (irb-1.14.3.gem) = 4fb744d7816312ff7587c3e91e357a5b1c142d3084303a4f17dcc444a1018388d3f91183a1d01af484150ac58142f5a0adf5ae648e72d5c447404cf1f2446919
+Size (irb-1.14.3.gem) = 97792 bytes



Home | Main Index | Thread Index | Old Index