summaryrefslogtreecommitdiff
path: root/misc/rubygems/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-05-30 19:09:33 +0000
committerminskim <minskim@pkgsrc.org>2007-05-30 19:09:33 +0000
commit97f3f4c45f7c6450d82558be210d84ec8a07ffc0 (patch)
tree043eece2c72ffd25f4b19b981caa59e961428de2 /misc/rubygems/Makefile
parent3905985847c248d278af19282292e2c6dae03e6b (diff)
downloadpkgsrc-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/rubygems/Makefile')
-rw-r--r--misc/rubygems/Makefile6
1 files changed, 3 insertions, 3 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