summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-10-05 09:30:27 +0000
committercube <cube@pkgsrc.org>2006-10-05 09:30:27 +0000
commit7e612275385e7b18ed21515b578ffaee785f8c28 (patch)
tree12dfc5d80ece81539a4a1b4611fa1099a8b867e9 /misc
parentc71e131798fc4ab423117a1fa15bcaceb13741ed (diff)
downloadpkgsrc-7e612275385e7b18ed21515b578ffaee785f8c28.tar.gz
Add a patch to make "gem contents" work.
http://rubyforge.org/tracker/index.php?func=detail&aid=6032&group_id=126&atid=575
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygems/Makefile3
-rw-r--r--misc/rubygems/distinfo3
-rw-r--r--misc/rubygems/patches/patch-aa12
3 files changed, 16 insertions, 2 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile
index 5fac733e9ad..73e9170d61e 100644
--- a/misc/rubygems/Makefile
+++ b/misc/rubygems/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/08/07 16:12:27 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/05 09:30:27 cube Exp $
DISTNAME= rubygems-0.9.0
+PKGREVISION= 1
CATEGORIES= misc ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/11289/
EXTRACT_SUFX= .tgz
diff --git a/misc/rubygems/distinfo b/misc/rubygems/distinfo
index 2968cbac28c..e7b3f8436f2 100644
--- a/misc/rubygems/distinfo
+++ b/misc/rubygems/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/08/07 16:12:27 taca Exp $
+$NetBSD: distinfo,v 1.5 2006/10/05 09:30:27 cube Exp $
SHA1 (rubygems-0.9.0.tgz) = 90d2193e9bb91dbbfbb81ce749abcd827e3b6b53
RMD160 (rubygems-0.9.0.tgz) = 7d2a4ec1a615f608e75c68ee346d957efbb34ed1
Size (rubygems-0.9.0.tgz) = 174321 bytes
+SHA1 (patch-aa) = 3fc54ebc8b4ea141bea54fb5a96f1408c6ca5b95
diff --git a/misc/rubygems/patches/patch-aa b/misc/rubygems/patches/patch-aa
new file mode 100644
index 00000000000..a13a2bf9da0
--- /dev/null
+++ b/misc/rubygems/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/10/05 09:30:27 cube Exp $
+
+--- lib/rubygems/gem_commands.rb.orig 2006-06-22 04:44:51.000000000 +0200
++++ lib/rubygems/gem_commands.rb
+@@ -1329,6 +1329,7 @@ module Gem
+ if s.empty?
+ path_kind = "default gem paths"
+ system = true
++ s = Gem::SourceIndex.installed_spec_directories
+ else
+ path_kind = "specified path"
+ system = false