* Add LICENSE.

* Fix homepage in gemspec file to pass newer Rubygems.

No PKGREVISION bump since there is no change with built package.
This commit is contained in:
taca 2009-06-12 11:52:51 +00:00
parent 5329f9c781
commit a4028f5e2d
3 changed files with 17 additions and 2 deletions

View file

@ -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"

View file

@ -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

View file

@ -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