diff options
author | minskim <minskim@pkgsrc.org> | 2009-09-25 16:09:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-09-25 16:09:00 +0000 |
commit | e3a763f6de0acffdaa823e4dd371968c64314753 (patch) | |
tree | 8c02f42eb728495320f4c08e3132828a37c1e4ef /misc | |
parent | a39741673902b196be94f1629f6c2dc97ca7a2d6 (diff) | |
download | pkgsrc-e3a763f6de0acffdaa823e4dd371968c64314753.tar.gz |
Fix a typo. Reported by Filip Hajny.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygems/Makefile | 3 | ||||
-rw-r--r-- | misc/rubygems/distinfo | 4 | ||||
-rw-r--r-- | misc/rubygems/patches/patch-ag | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index d2562cabe6b..131d046d518 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2009/07/24 06:38:53 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2009/09/25 16:09:00 minskim Exp $ DISTNAME= rubygems-1.3.5 +PKGREVISION= 1 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 85913be2a3c..209ae8f48d5 100644 --- a/misc/rubygems/distinfo +++ b/misc/rubygems/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2009/07/24 06:38:54 minskim Exp $ +$NetBSD: distinfo,v 1.23 2009/09/25 16:09:00 minskim 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) = 20d4bf48fc13409107fcaa7c730b0a8c4641de15 +SHA1 (patch-ag) = deaf4ee53542a9bb83073863a2c48cc80b08c302 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 624459eab09..4e41da95b4a 100644 --- a/misc/rubygems/patches/patch-ag +++ b/misc/rubygems/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.4 2009/06/10 21:44:31 minskim Exp $ +$NetBSD: patch-ag,v 1.5 2009/09/25 16:09:00 minskim 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.4 2009/06/10 21:44:31 minskim Exp $ unless spec.executables.empty? then bindir = @bin_dir ? @bin_dir : Gem.bindir(spec.installation_path) -+ bindir = @bin_dir ? @bin_dir : Gem.bindir(sepc_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) |