diff options
author | taca <taca> | 2003-04-21 13:34:20 +0000 |
---|---|---|
committer | taca <taca> | 2003-04-21 13:34:20 +0000 |
commit | 22e20e523944d796900435fbf5894356d7f6d3f6 (patch) | |
tree | 8de8dfb77c7b89fc20806d7512fbcd61da467100 /devel/ruby-ri | |
parent | 31dee35ee857415aa7a2aa42033bd10babd547ed (diff) | |
download | pkgsrc-22e20e523944d796900435fbf5894356d7f6d3f6.tar.gz |
Update ruby-ri package to 0.8a.
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>.
2002-05-01 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Fix bug where class names were output with
underscores. Also tidy up some typos. Patch from Derek Peschel.
2001-08-18 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Fix bug which failed to match plain 'blksize' because
it couldn't parse out the classname part (File::Stat)
2001-08-15 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Re-organize to allow can_handle? to be implemented
without generating output. Add caching for loaded description files.
2001-08-13 Dave Thomas <Dave@Thomases.com>
* install.rb: Add support for DESTDIR (patch from Christian
Lademann)
* ri/ri.rb (defined?): New method to fid out if a particular
name exists
* post_process: convert --@ to -@ in a method name. (I can't to it
in the text - there are too many other occurances of --).
Diffstat (limited to 'devel/ruby-ri')
-rw-r--r-- | devel/ruby-ri/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-ri/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/ruby-ri/Makefile b/devel/ruby-ri/Makefile index 62334fd7ba4..98c446b1173 100644 --- a/devel/ruby-ri/Makefile +++ b/devel/ruby-ri/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/21 13:34:20 taca Exp $ # -DISTNAME= ri-0.7a +DISTNAME= ri-0.8a PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} WRKSRC= ${WRKDIR}/ri CATEGORIES= devel diff --git a/devel/ruby-ri/distinfo b/devel/ruby-ri/distinfo index 6976c723109..4f41022177d 100644 --- a/devel/ruby-ri/distinfo +++ b/devel/ruby-ri/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/01 14:41:20 taca Exp $ +$NetBSD: distinfo,v 1.2 2003/04/21 13:34:20 taca Exp $ -SHA1 (ruby/ri-0.7a.tgz) = 05a748447b5882fee49b48b8f47dff8245bacdb7 -Size (ruby/ri-0.7a.tgz) = 113536 bytes +SHA1 (ruby/ri-0.8a.tgz) = 99ff4de532732fb37aaadf25bc044255180a7357 +Size (ruby/ri-0.8a.tgz) = 121305 bytes |