diff options
author | minskim <minskim> | 2007-12-02 22:32:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-12-02 22:32:51 +0000 |
commit | a534907aa7312866d139817b559be856ef48250c (patch) | |
tree | a8217fb36ec38195509adf4cb97994fd68745c59 /misc/rubygems/Makefile | |
parent | 7ae5cecbc70cffaac7cc343605ad450c00dd09aa (diff) | |
download | pkgsrc-a534907aa7312866d139817b559be856ef48250c.tar.gz |
Update to rubygems to 0.9.5.
New features:
* Automatic installation of platform gems
* New bandwidth and memory friendlier index file format
* "Offline" mode (--no-update-sources)
* Bulk update threshold can be specified (-B, --bulk-threshold)
* New `gem fetch` command
* `gem` now has "really verbose" output when you specify -v
* Ruby 1.9 compatible
See http://rubyforge.org/frs/shownotes.php?release_id=16500 for the
complete list.
Diffstat (limited to 'misc/rubygems/Makefile')
-rw-r--r-- | misc/rubygems/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index 247597b1d72..5b55c1ac937 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.10 2007/05/30 19:09:33 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2007/12/02 22:32:51 minskim Exp $ -DISTNAME= rubygems-0.9.4 +DISTNAME= rubygems-0.9.5 CATEGORIES= misc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/20989/ +MASTER_SITES= http://rubyforge.org/frs/download.php/28174/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.rubygems.org/ COMMENT= Ruby standard for publishing and managing third party libraries +NO_CONFIGURE= yes +NO_BUILD= yes RUBY_REQD= 1.8.3 - USE_RUBY_SETUP= yes + REPLACE_RUBY_DIRS= ${WRKSRC}/bin REPLACE_FILE_PAT= [a-z]* |