diff options
author | minskim <minskim@pkgsrc.org> | 2007-05-30 19:09:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-05-30 19:09:33 +0000 |
commit | 97f3f4c45f7c6450d82558be210d84ec8a07ffc0 (patch) | |
tree | 043eece2c72ffd25f4b19b981caa59e961428de2 /misc | |
parent | 3905985847c248d278af19282292e2c6dae03e6b (diff) | |
download | pkgsrc-97f3f4c45f7c6450d82558be210d84ec8a07ffc0.tar.gz |
Update rubygems to 0.9.4.
Changes:
* Several people have been experiencing problems with no method errors
on the source index cache. The source index cache is now a bit more
self healing. Furthermore, if the source index cache is
irreparable, then it is automatically dropped and reloaded.
* The source cache files may now be dropped with the "gem sources
--clear-all" command. (This command may require root is the system
source cache is in a root protected area).
* Several sub-commands were accidently dropped from the "gem" command.
These commands have been restored.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygems/Makefile | 6 | ||||
-rw-r--r-- | misc/rubygems/PLIST.common | 4 | ||||
-rw-r--r-- | misc/rubygems/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index 82456333773..247597b1d72 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/05/23 01:51:19 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2007/05/30 19:09:33 minskim Exp $ -DISTNAME= rubygems-0.9.3 +DISTNAME= rubygems-0.9.4 CATEGORIES= misc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/20585/ +MASTER_SITES= http://rubyforge.org/frs/download.php/20989/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org diff --git a/misc/rubygems/PLIST.common b/misc/rubygems/PLIST.common index 8f279b24a2f..7858c0ad543 100644 --- a/misc/rubygems/PLIST.common +++ b/misc/rubygems/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.1 2007/05/23 01:51:19 minskim Exp $ +@comment $NetBSD: PLIST.common,v 1.2 2007/05/30 19:09:33 minskim Exp $ bin/gem bin/gem_mirror bin/gem_server @@ -425,8 +425,10 @@ lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/refresh-i.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/search-c.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/search-i.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/set_cache_data-i.yaml +lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/system_cache_file-c.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/system_cache_file-i.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/update-i.yaml +lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/user_cache_file-c.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/user_cache_file-i.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCache/write_cache-i.yaml lib/ruby/gems/1.8/doc/${PKGNAME}/ri/Gem/SourceInfoCacheEntry/cdesc-SourceInfoCacheEntry.yaml diff --git a/misc/rubygems/distinfo b/misc/rubygems/distinfo index 74bbeedd472..39b1e8ad73a 100644 --- a/misc/rubygems/distinfo +++ b/misc/rubygems/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/05/23 01:51:20 minskim Exp $ +$NetBSD: distinfo,v 1.10 2007/05/30 19:09:33 minskim Exp $ -SHA1 (rubygems-0.9.3.tgz) = ec4d612c0b2c3e98428e2741ac7adbc54ccb8f51 -RMD160 (rubygems-0.9.3.tgz) = 407cf922291a4a08a383b41cc7077e53f738eae9 -Size (rubygems-0.9.3.tgz) = 198398 bytes +SHA1 (rubygems-0.9.4.tgz) = 904080d36e34d7a6969c3cef228380eb82688d2a +RMD160 (rubygems-0.9.4.tgz) = 6ee02db45173f05e6f8c5b1ecd5af832fb8601f8 +Size (rubygems-0.9.4.tgz) = 204841 bytes |