pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-stream



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 05:41:55 UTC 2026

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

Log Message:
devel/ruby-stream: update to 0.5.6

0.5.6 (2026-05-10)

Bug Fixes

* convert README to Markdown, add copyright, fix badges, clean up (#16)
  (9716019)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-stream/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-stream/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-stream/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-stream/Makefile
diff -u pkgsrc/devel/ruby-stream/Makefile:1.11 pkgsrc/devel/ruby-stream/Makefile:1.12
--- pkgsrc/devel/ruby-stream/Makefile:1.11      Sat Sep  3 14:47:35 2022
+++ pkgsrc/devel/ruby-stream/Makefile   Sun May 31 05:41:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/09/03 14:47:35 taca Exp $
+# $NetBSD: Makefile,v 1.12 2026/05/31 05:41:55 taca Exp $
 
-DISTNAME=      stream-0.5.5
+DISTNAME=      stream-0.5.6
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-stream/PLIST
diff -u pkgsrc/devel/ruby-stream/PLIST:1.5 pkgsrc/devel/ruby-stream/PLIST:1.6
--- pkgsrc/devel/ruby-stream/PLIST:1.5  Sun Jan 10 16:19:07 2021
+++ pkgsrc/devel/ruby-stream/PLIST      Sun May 31 05:41:55 2026
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2021/01/10 16:19:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/05/31 05:41:55 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/Gemfile.lock
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/examples/examples.rb
 ${GEM_LIBDIR}/examples/streamtester.rb
 ${GEM_LIBDIR}/lib/stream.rb
+${GEM_LIBDIR}/lib/stream/version.rb
 ${GEM_LIBDIR}/test/test_helper.rb
 ${GEM_LIBDIR}/test/teststream.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-stream/distinfo
diff -u pkgsrc/devel/ruby-stream/distinfo:1.16 pkgsrc/devel/ruby-stream/distinfo:1.17
--- pkgsrc/devel/ruby-stream/distinfo:1.16      Sat Sep  3 14:47:35 2022
+++ pkgsrc/devel/ruby-stream/distinfo   Sun May 31 05:41:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/09/03 14:47:35 taca Exp $
+$NetBSD: distinfo,v 1.17 2026/05/31 05:41:55 taca Exp $
 
-BLAKE2s (stream-0.5.5.gem) = 4f0b1195715202eb77e978c9df2de9e4045aae19e42179f6f66dfa7cad733e93
-SHA512 (stream-0.5.5.gem) = b6023779fe7698c832b3a8ddea1ae1b04da1cc8d3d27f92ac0c0faa8d43a83e0352e8ae48d8850b577ec202667cbbe99fa0501fd27c2b20cbd80523105decd88
-Size (stream-0.5.5.gem) = 14848 bytes
+BLAKE2s (stream-0.5.6.gem) = c67a2fb2bbc5e5383baf0db2b8568fb2007a4b4412e7bbe26ba83174c8d18711
+SHA512 (stream-0.5.6.gem) = c93f858d91822377909ef1465a5e6b4f42ae12773536b74e43315a2b3c96973977ebb606bd984870759e9f4a9aab3943d9a477e2ee55875199392b38ce759b50
+Size (stream-0.5.6.gem) = 15360 bytes



Home | Main Index | Thread Index | Old Index