pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-stream devel/ruby-stream: update to 0.5.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a4ac6b9882f
branches: trunk
changeset: 444603:8a4ac6b9882f
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 10 16:19:07 2021 +0000
description:
devel/ruby-stream: update to 0.5.3
pkgsrc change:
* Remove DIST_SUBDIR since there is no need to treat gem file specially.
* Change LICENSE.
0.5.3 (2020-12-19)
* Add ruby 2.6 and 2.7 to travis.
* Fixed test error.
* Add LICENSE file.
diffstat:
devel/ruby-stream/Makefile | 9 +++++----
devel/ruby-stream/PLIST | 6 ++----
devel/ruby-stream/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (58 lines):
diff -r 0902843c74d2 -r 8a4ac6b9882f devel/ruby-stream/Makefile
--- a/devel/ruby-stream/Makefile Sun Jan 10 16:11:03 2021 +0000
+++ b/devel/ruby-stream/Makefile Sun Jan 10 16:19:07 2021 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2019/01/20 14:05:57 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/01/10 16:19:07 taca Exp $
-DISTNAME= stream-0.5.2
+DISTNAME= stream-0.5.3
CATEGORIES= devel
-DIST_SUBDIR= stream-20130704
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://github.com/monora/stream
COMMENT= Interface for external iterators
-LICENSE= gnu-gpl-v2 # OR ruby-license
+LICENSE= ruby-license
+
+DEPENDS+= ${RUBY_PKGPREFIX}-generator>=0:../../devel/ruby-generator
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0902843c74d2 -r 8a4ac6b9882f devel/ruby-stream/PLIST
--- a/devel/ruby-stream/PLIST Sun Jan 10 16:11:03 2021 +0000
+++ b/devel/ruby-stream/PLIST Sun Jan 10 16:19:07 2021 +0000
@@ -1,15 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2019/01/20 14:05:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/10 16:19:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/examples.rb
${GEM_LIBDIR}/examples/streamtester.rb
-${GEM_LIBDIR}/lib/generator2stream.rb
${GEM_LIBDIR}/lib/stream.rb
-${GEM_LIBDIR}/test/bm.rb
${GEM_LIBDIR}/test/test_helper.rb
-${GEM_LIBDIR}/test/testgenerator.rb
${GEM_LIBDIR}/test/teststream.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 0902843c74d2 -r 8a4ac6b9882f devel/ruby-stream/distinfo
--- a/devel/ruby-stream/distinfo Sun Jan 10 16:11:03 2021 +0000
+++ b/devel/ruby-stream/distinfo Sun Jan 10 16:19:07 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/01/20 14:05:57 taca Exp $
+$NetBSD: distinfo,v 1.12 2021/01/10 16:19:07 taca Exp $
-SHA1 (stream-20130704/stream-0.5.2.gem) = cb51e1ca222ee06aa163c4f621f90f9b2b4df539
-RMD160 (stream-20130704/stream-0.5.2.gem) = 47652224433edc46d96096775592a34139c80725
-SHA512 (stream-20130704/stream-0.5.2.gem) = 6dbf2000905d5b46a451082b88a8e05b340acd1309f029f87e418384663d626f3da4b3a7ae986ce05e8bdf1258cbb448e0a268f2831ca55b9f61a3a63dad1db5
-Size (stream-20130704/stream-0.5.2.gem) = 14848 bytes
+SHA1 (stream-0.5.3.gem) = 31dc71b6e3e79d13300339a53770ca2a33a2c836
+RMD160 (stream-0.5.3.gem) = 96f66ef2efe7530c20df3e1aad62c5c8e2b0d3a7
+SHA512 (stream-0.5.3.gem) = 1ca9431220908859b9c8a38b486be1c750964d15adf86f6a0f0f6596d29865e996c4fd3fdd2a951fef4056a8c15bb7f15e4125dbd88cc737dacb568893af06ba
+Size (stream-0.5.3.gem) = 15360 bytes
Home |
Main Index |
Thread Index |
Old Index