pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rubygems Fix a typo. Reported by Filip Hajny.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe63a404c602
branches:  trunk
changeset: 399700:fe63a404c602
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Sep 25 16:09:00 2009 +0000

description:
Fix a typo.  Reported by Filip Hajny.

diffstat:

 misc/rubygems/Makefile         |  3 ++-
 misc/rubygems/distinfo         |  4 ++--
 misc/rubygems/patches/patch-ag |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 24d3b8afdbe7 -r fe63a404c602 misc/rubygems/Makefile
--- a/misc/rubygems/Makefile    Fri Sep 25 13:42:26 2009 +0000
+++ b/misc/rubygems/Makefile    Fri Sep 25 16:09:00 2009 +0000
@@ -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 -r 24d3b8afdbe7 -r fe63a404c602 misc/rubygems/distinfo
--- a/misc/rubygems/distinfo    Fri Sep 25 13:42:26 2009 +0000
+++ b/misc/rubygems/distinfo    Fri Sep 25 16:09:00 2009 +0000
@@ -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-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 -r 24d3b8afdbe7 -r fe63a404c602 misc/rubygems/patches/patch-ag
--- a/misc/rubygems/patches/patch-ag    Fri Sep 25 13:42:26 2009 +0000
+++ b/misc/rubygems/patches/patch-ag    Fri Sep 25 16:09:00 2009 +0000
@@ -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 @@
  
      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)



Home | Main Index | Thread Index | Old Index