diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-12 15:07:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-12 15:07:47 +0000 |
commit | 90e29ad4d33202350abf0b6f52df2ce395fc3611 (patch) | |
tree | 509b2128a0f84aaf6b068c153d75b44de8e6bb9d /misc/rubygems/Makefile | |
parent | 49d60d67d922d30f46ff608ffcdb2ed1eaa21256 (diff) | |
download | pkgsrc-90e29ad4d33202350abf0b6f52df2ce395fc3611.tar.gz |
Fix bug in the interaction between --build-root and --remote noted in:
http://rubyforge.org/pipermail/rubygems-developers/2006-June/002010.html
If --build-root is specified, then any remote gems are now downloaded
into the "cache" directory under the buildroot.
Bump PKGREVISION to 2.
Diffstat (limited to 'misc/rubygems/Makefile')
-rw-r--r-- | misc/rubygems/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index 28168acefa2..8e3f055fc5a 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2008/03/08 03:37:55 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/03/12 15:07:47 jlam Exp $ DISTNAME= rubygems-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc ruby MASTER_SITES= http://rubyforge.org/frs/download.php/29548/ EXTRACT_SUFX= .tgz |