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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5ed37a2e0b0
branches:  trunk
changeset: 318145:a5ed37a2e0b0
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 20 14:05:57 2019 +0000

description:
devel/ruby-stream: update to 0.5.2

0.5.2   (2019/01/09)

Upgrade ruby version and fixed some warnings.

diffstat:

 devel/ruby-stream/Makefile |   7 +++----
 devel/ruby-stream/PLIST    |  12 +++++++-----
 devel/ruby-stream/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r d11e2b8c3068 -r a5ed37a2e0b0 devel/ruby-stream/Makefile
--- a/devel/ruby-stream/Makefile        Sun Jan 20 14:05:18 2019 +0000
+++ b/devel/ruby-stream/Makefile        Sun Jan 20 14:05:57 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2017/09/04 18:00:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/01/20 14:05:57 taca Exp $
 
-DISTNAME=      stream-0.5
-PKGREVISION=   2
+DISTNAME=      stream-0.5.2
 CATEGORIES=    devel
 DIST_SUBDIR=   stream-20130704
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-#HOMEPAGE=     http://rgl.rubyforge.org/stream/
+HOMEPAGE=      https://github.com/monora/stream
 COMMENT=       Interface for external iterators
 LICENSE=       gnu-gpl-v2 # OR ruby-license
 
diff -r d11e2b8c3068 -r a5ed37a2e0b0 devel/ruby-stream/PLIST
--- a/devel/ruby-stream/PLIST   Sun Jan 20 14:05:18 2019 +0000
+++ b/devel/ruby-stream/PLIST   Sun Jan 20 14:05:57 2019 +0000
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:12 joerg Exp $
-${GEM_HOME}/cache/stream-${PKGVERSION}.gem
-${GEM_LIBDIR}/README
+@comment $NetBSD: PLIST,v 1.4 2019/01/20 14:05:57 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/examples/examples.rb
 ${GEM_LIBDIR}/examples/streamtester.rb
-${GEM_LIBDIR}/install.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/stream-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r d11e2b8c3068 -r a5ed37a2e0b0 devel/ruby-stream/distinfo
--- a/devel/ruby-stream/distinfo        Sun Jan 20 14:05:18 2019 +0000
+++ b/devel/ruby-stream/distinfo        Sun Jan 20 14:05:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 03:29:29 agc Exp $
+$NetBSD: distinfo,v 1.11 2019/01/20 14:05:57 taca Exp $
 
-SHA1 (stream-20130704/stream-0.5.gem) = b8abb5a0a97eba2dc4c8df5b294822c2da7cf06f
-RMD160 (stream-20130704/stream-0.5.gem) = 1c154b7d6db462ef176cd645ee6277dcf326d920
-SHA512 (stream-20130704/stream-0.5.gem) = 50584781e4a21c1ee173304549c140520752ef643878b76582736786416f64c12ef5f8a5c36c72331a458014e46cf342b8e56b6631dc93578da52107242ec498
-Size (stream-20130704/stream-0.5.gem) = 14848 bytes
+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



Home | Main Index | Thread Index | Old Index