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 20 14:05:57 UTC 2019
Modified Files:
pkgsrc/devel/ruby-stream: Makefile PLIST distinfo
Log Message:
devel/ruby-stream: update to 0.5.2
0.5.2 (2019/01/09)
Upgrade ruby version and fixed some warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-stream/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-stream/PLIST
cvs rdiff -u -r1.10 -r1.11 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.7 pkgsrc/devel/ruby-stream/Makefile:1.8
--- pkgsrc/devel/ruby-stream/Makefile:1.7 Mon Sep 4 18:00:54 2017
+++ pkgsrc/devel/ruby-stream/Makefile Sun Jan 20 14:05:57 2019
@@ -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
Index: pkgsrc/devel/ruby-stream/PLIST
diff -u pkgsrc/devel/ruby-stream/PLIST:1.3 pkgsrc/devel/ruby-stream/PLIST:1.4
--- pkgsrc/devel/ruby-stream/PLIST:1.3 Sun Jun 14 17:49:12 2009
+++ pkgsrc/devel/ruby-stream/PLIST Sun Jan 20 14:05:57 2019
@@ -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
Index: pkgsrc/devel/ruby-stream/distinfo
diff -u pkgsrc/devel/ruby-stream/distinfo:1.10 pkgsrc/devel/ruby-stream/distinfo:1.11
--- pkgsrc/devel/ruby-stream/distinfo:1.10 Tue Nov 3 03:29:29 2015
+++ pkgsrc/devel/ruby-stream/distinfo Sun Jan 20 14:05:57 2019
@@ -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