From 8e12c8f5c19817a52298cdb5c664672f411c586a Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 12 Jun 2009 11:52:51 +0000 Subject: * Add LICENSE. * Fix homepage in gemspec file to pass newer Rubygems. No PKGREVISION bump since there is no change with built package. --- devel/ruby-stream/Makefile | 3 ++- devel/ruby-stream/distinfo | 3 ++- devel/ruby-stream/patches/patch-aa | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 devel/ruby-stream/patches/patch-aa diff --git a/devel/ruby-stream/Makefile b/devel/ruby-stream/Makefile index fe34c90a2c8..ea1026616ca 100644 --- a/devel/ruby-stream/Makefile +++ b/devel/ruby-stream/Makefile @@ -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 @@ CATEGORIES= devel MAINTAINER= minskim@NetBSD.org 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 --git a/devel/ruby-stream/distinfo b/devel/ruby-stream/distinfo index aa9a5b8661b..657a2fda8ae 100644 --- a/devel/ruby-stream/distinfo +++ b/devel/ruby-stream/distinfo @@ -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 --git a/devel/ruby-stream/patches/patch-aa b/devel/ruby-stream/patches/patch-aa new file mode 100644 index 00000000000..d8e410b525c --- /dev/null +++ b/devel/ruby-stream/patches/patch-aa @@ -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" +- s.homepage = "rgl.rubyforge.org" ++ s.homepage = "http://rgl.rubyforge.org/" + s.rubyforge_project = "rgl" + end + -- cgit v1.2.3