pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-iruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 17 06:38:09 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-iruby: Makefile PLIST distinfo

Log Message:
devel/ruby-iruby: update to 0.8.2

0.8.2 (2025-04-10)

* Update CI to refresh apt packages before installing IRuby gem by @kojix2
  in #367
* Fix missing OStream#closed? method by @RobinDaugherty in #368
* Use rubygems-requirements-system to install system dependencies
  automatically by @kou in #369
* Various typo corrections by @kojix2 in #370
* Minor changes to README by @kojix2 in #371


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-iruby/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-iruby/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-iruby/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-iruby/Makefile
diff -u pkgsrc/devel/ruby-iruby/Makefile:1.17 pkgsrc/devel/ruby-iruby/Makefile:1.18
--- pkgsrc/devel/ruby-iruby/Makefile:1.17       Mon Mar 17 13:38:38 2025
+++ pkgsrc/devel/ruby-iruby/Makefile    Sat May 17 06:38:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/03/17 13:38:38 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/05/17 06:38:09 taca Exp $
 
-DISTNAME=      iruby-0.8.1
+DISTNAME=      iruby-0.8.2
 CATEGORIES=    devel
 
 MAINTAINER=    ryoon%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-iruby/PLIST
diff -u pkgsrc/devel/ruby-iruby/PLIST:1.5 pkgsrc/devel/ruby-iruby/PLIST:1.6
--- pkgsrc/devel/ruby-iruby/PLIST:1.5   Sun Feb  9 09:25:33 2025
+++ pkgsrc/devel/ruby-iruby/PLIST       Sat May 17 06:38:09 2025
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2025/02/09 09:25:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/05/17 06:38:09 taca Exp $
 bin/iruby${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_EXTSDIR}/gem.build_complete
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/CHANGES.md
@@ -15,7 +14,6 @@ ${GEM_LIBDIR}/ci/requirements.txt
 ${GEM_LIBDIR}/docker/setup.sh
 ${GEM_LIBDIR}/docker/test.sh
 ${GEM_LIBDIR}/exe/iruby
-${GEM_LIBDIR}/ext/Rakefile
 ${GEM_LIBDIR}/iruby.gemspec
 ${GEM_LIBDIR}/lib/iruby.rb
 ${GEM_LIBDIR}/lib/iruby/application.rb

Index: pkgsrc/devel/ruby-iruby/distinfo
diff -u pkgsrc/devel/ruby-iruby/distinfo:1.8 pkgsrc/devel/ruby-iruby/distinfo:1.9
--- pkgsrc/devel/ruby-iruby/distinfo:1.8        Sun Feb 23 14:02:22 2025
+++ pkgsrc/devel/ruby-iruby/distinfo    Sat May 17 06:38:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/02/23 14:02:22 taca Exp $
+$NetBSD: distinfo,v 1.9 2025/05/17 06:38:09 taca Exp $
 
-BLAKE2s (iruby-0.8.1.gem) = 99b3e66be8d8075a916f275c3cdaf8568fef406cb717f6d9b25a1a5dccc2766b
-SHA512 (iruby-0.8.1.gem) = c55fa594d4642adbcf278bdc2a44b3dd49a8e35a0699d7f0f6a1492e5ad517d490dd34204d2a1cb3b5c895b84d1a9c107ed7ffa0ef12bb8bd338b073d8843c9b
-Size (iruby-0.8.1.gem) = 114688 bytes
+BLAKE2s (iruby-0.8.2.gem) = f3b612ab60b1024121fc27ffe9eb5281cf45a949ecfbff02e31ed155b08d44f4
+SHA512 (iruby-0.8.2.gem) = 6966b0a612e6288c20192f2d596a35e0fa0d6db38571bc96a0a8c5da51d60ef63484d466aa1742738e071a7225d98bc32e7de2622db9e899cc948e9a3048c1cc
+Size (iruby-0.8.2.gem) = 114688 bytes



Home | Main Index | Thread Index | Old Index