pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rubygems Update rubygems to 0.9.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a437ac017a
branches:  trunk
changeset: 529308:28a437ac017a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 30 19:09:33 2007 +0000

description:
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:

 misc/rubygems/Makefile     |  6 +++---
 misc/rubygems/PLIST.common |  4 +++-
 misc/rubygems/distinfo     |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 2684cacead92 -r 28a437ac017a misc/rubygems/Makefile
--- a/misc/rubygems/Makefile    Wed May 30 18:06:38 2007 +0000
+++ b/misc/rubygems/Makefile    Wed May 30 19:09:33 2007 +0000
@@ -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@localhost
diff -r 2684cacead92 -r 28a437ac017a misc/rubygems/PLIST.common
--- a/misc/rubygems/PLIST.common        Wed May 30 18:06:38 2007 +0000
+++ b/misc/rubygems/PLIST.common        Wed May 30 19:09:33 2007 +0000
@@ -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/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 -r 2684cacead92 -r 28a437ac017a misc/rubygems/distinfo
--- a/misc/rubygems/distinfo    Wed May 30 18:06:38 2007 +0000
+++ b/misc/rubygems/distinfo    Wed May 30 19:09:33 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index