pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-stream * Add LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6787f60207c
branches:  trunk
changeset: 394558:d6787f60207c
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 12 11:52:51 2009 +0000

description:
* Add LICENSE.
* Fix homepage in gemspec file to pass newer Rubygems.

No PKGREVISION bump since there is no change with built package.

diffstat:

 devel/ruby-stream/Makefile         |   3 ++-
 devel/ruby-stream/distinfo         |   3 ++-
 devel/ruby-stream/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r bd7d542ce10d -r d6787f60207c devel/ruby-stream/Makefile
--- a/devel/ruby-stream/Makefile        Fri Jun 12 11:48:40 2009 +0000
+++ b/devel/ruby-stream/Makefile        Fri Jun 12 11:52:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/04/04 15:30:01 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/12 11:52:51 taca Exp $
 
 DISTNAME=      stream-0.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -8,6 +8,7 @@
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://rgl.rubyforge.org/stream/
 COMMENT=       Interface for external iterators
+LICENSE=       gnu-gpl-v2 # OR ruby-license
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bd7d542ce10d -r d6787f60207c devel/ruby-stream/distinfo
--- a/devel/ruby-stream/distinfo        Fri Jun 12 11:48:40 2009 +0000
+++ b/devel/ruby-stream/distinfo        Fri Jun 12 11:52:51 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/04/04 15:30:01 jlam Exp $
+$NetBSD: distinfo,v 1.3 2009/06/12 11:52:51 taca Exp $
 
 SHA1 (stream-0.5.gem) = 5a6b14f9b6800003b006a98412d83b839f2c3af7
 RMD160 (stream-0.5.gem) = 74356b4724e6e3bfad85ccf871c05a9015c4d06e
 Size (stream-0.5.gem) = 19253 bytes
+SHA1 (patch-aa) = c387d6fd9b3c32f5db39f3b7516bf31e1e85dc01
diff -r bd7d542ce10d -r d6787f60207c devel/ruby-stream/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-stream/patches/patch-aa        Fri Jun 12 11:52:51 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/06/12 11:52:51 taca Exp $
+
+--- Rakefile.orig      2009-06-11 12:33:04.000000000 +0000
++++ Rakefile
+@@ -110,7 +110,7 @@ else
+     #### Author and project details.
+     s.author = "Horst Duchene"
+     s.email = "hd.at.clr%hduchene.de@localhost"
+-    s.homepage = "rgl.rubyforge.org"
++    s.homepage = "http://rgl.rubyforge.org/";
+     s.rubyforge_project = "rgl"
+   end
+ 



Home | Main Index | Thread Index | Old Index