summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorfhajny <fhajny>2010-01-27 13:21:58 +0000
committerfhajny <fhajny>2010-01-27 13:21:58 +0000
commitf7e7211c7e4468fdc1144effa629f681186e6a60 (patch)
treedfa9152ad30cbd5eaebc430b8d5089a26ff2ccb7 /misc/rubygems
parentee3be1f975de124da619884a6b76e7a116822dcf (diff)
downloadpkgsrc-f7e7211c7e4468fdc1144effa629f681186e6a60.tar.gz
Fix (finally) the typo in patch-ag. Previous fix wasn't correct.
Diffstat (limited to 'misc/rubygems')
-rw-r--r--misc/rubygems/Makefile4
-rw-r--r--misc/rubygems/distinfo4
-rw-r--r--misc/rubygems/patches/patch-ag4
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile
index 131d046d518..4e5b254e7db 100644
--- a/misc/rubygems/Makefile
+++ b/misc/rubygems/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2009/09/25 16:09:00 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2010/01/27 13:21:58 fhajny Exp $
DISTNAME= rubygems-1.3.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/60718/
EXTRACT_SUFX= .tgz
diff --git a/misc/rubygems/distinfo b/misc/rubygems/distinfo
index 209ae8f48d5..44e680e5b3b 100644
--- a/misc/rubygems/distinfo
+++ b/misc/rubygems/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2009/09/25 16:09:00 minskim Exp $
+$NetBSD: distinfo,v 1.24 2010/01/27 13:21:58 fhajny Exp $
SHA1 (rubygems-1.3.5.tgz) = 8545f25d00c757a310b879a2580e56d6012fc981
RMD160 (rubygems-1.3.5.tgz) = 2d17f0de2d387bd2a034916cb79531110f3be196
@@ -8,7 +8,7 @@ SHA1 (patch-ab) = b38026920e31ae7782df6bbd7d7285d18dcf6ece
SHA1 (patch-ac) = 30ff76c661575d9c51051bb207363f3d2d8b5283
SHA1 (patch-ad) = 9e6b11f5edae0656a59d623f4dae05ca7ecbdfaf
SHA1 (patch-af) = a89a1e21fa6389359653c21ed5eac02d84114b51
-SHA1 (patch-ag) = deaf4ee53542a9bb83073863a2c48cc80b08c302
+SHA1 (patch-ag) = 2892adb1fdfeac0d50b7ffea8b1f802094195ba3
SHA1 (patch-ah) = 015aaccf066333d057997404f43b126e648ff379
SHA1 (patch-aj) = fa2192319a01e7a9dc50e497de5d3d52ab9f5768
SHA1 (patch-ak) = 999b52ab6f61dd1c81608d08418b9bb34bdc8aa6
diff --git a/misc/rubygems/patches/patch-ag b/misc/rubygems/patches/patch-ag
index 4e41da95b4a..c04139b7092 100644
--- a/misc/rubygems/patches/patch-ag
+++ b/misc/rubygems/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.5 2009/09/25 16:09:00 minskim Exp $
+$NetBSD: patch-ag,v 1.6 2010/01/27 13:21:58 fhajny Exp $
--- lib/rubygems/uninstaller.rb.orig 2009-05-15 11:32:23.000000000 -0700
+++ lib/rubygems/uninstaller.rb
@@ -19,7 +19,7 @@ $NetBSD: patch-ag,v 1.5 2009/09/25 16:09:00 minskim Exp $
unless spec.executables.empty? then
bindir = @bin_dir ? @bin_dir : Gem.bindir(spec.installation_path)
-+ bindir = @bin_dir ? @bin_dir : Gem.bindir(spec_installation_path, @install_root)
++ bindir = @bin_dir ? @bin_dir : Gem.bindir(spec.installation_path, @install_root)
+
+ unless @install_root.nil? or @install_root == ""
+ bindir = File.join(@install_root, bindir)