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 Jan 10 16:19:08 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-stream/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-stream/PLIST
cvs rdiff -u -r1.11 -r1.12 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.8 pkgsrc/devel/ruby-stream/Makefile:1.9
--- pkgsrc/devel/ruby-stream/Makefile:1.8       Sun Jan 20 14:05:57 2019
+++ pkgsrc/devel/ruby-stream/Makefile   Sun Jan 10 16:19:07 2021
@@ -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"

Index: pkgsrc/devel/ruby-stream/PLIST
diff -u pkgsrc/devel/ruby-stream/PLIST:1.4 pkgsrc/devel/ruby-stream/PLIST:1.5
--- pkgsrc/devel/ruby-stream/PLIST:1.4  Sun Jan 20 14:05:57 2019
+++ pkgsrc/devel/ruby-stream/PLIST      Sun Jan 10 16:19:07 2021
@@ -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

Index: pkgsrc/devel/ruby-stream/distinfo
diff -u pkgsrc/devel/ruby-stream/distinfo:1.11 pkgsrc/devel/ruby-stream/distinfo:1.12
--- pkgsrc/devel/ruby-stream/distinfo:1.11      Sun Jan 20 14:05:57 2019
+++ pkgsrc/devel/ruby-stream/distinfo   Sun Jan 10 16:19:07 2021
@@ -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