pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rubygems Update rubygems to 1.3.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87d040b8a9d0
branches:  trunk
changeset: 396431:87d040b8a9d0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 24 06:38:53 2009 +0000

description:
Update rubygems to 1.3.5.

Changes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
* Bulk index update is no longer supported (the code currently
  remains, but not the tests)

diffstat:

 misc/rubygems/Makefile |  7 +++----
 misc/rubygems/PLIST    |  3 +--
 misc/rubygems/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r becd2ce41b33 -r 87d040b8a9d0 misc/rubygems/Makefile
--- a/misc/rubygems/Makefile    Fri Jul 24 05:09:57 2009 +0000
+++ b/misc/rubygems/Makefile    Fri Jul 24 06:38:53 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2009/06/16 15:25:31 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2009/07/24 06:38:53 minskim Exp $
 
-DISTNAME=      rubygems-1.3.4
-PKGREVISION=   1
+DISTNAME=      rubygems-1.3.5
 CATEGORIES=    misc ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/57643/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/60718/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r becd2ce41b33 -r 87d040b8a9d0 misc/rubygems/PLIST
--- a/misc/rubygems/PLIST       Fri Jul 24 05:09:57 2009 +0000
+++ b/misc/rubygems/PLIST       Fri Jul 24 06:38:53 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:07:30 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/07/24 06:38:53 minskim Exp $
 bin/gem
 ${RUBY_VENDORLIB}/gauntlet_rubygems.rb
 ${RUBY_VENDORLIB}/rbconfig/datadir.rb
@@ -72,7 +72,6 @@
 ${RUBY_VENDORLIB}/rubygems/remote_fetcher.rb
 ${RUBY_VENDORLIB}/rubygems/require_paths_builder.rb
 ${RUBY_VENDORLIB}/rubygems/requirement.rb
-${RUBY_VENDORLIB}/rubygems/rubygems_version.rb
 ${RUBY_VENDORLIB}/rubygems/security.rb
 ${RUBY_VENDORLIB}/rubygems/server.rb
 ${RUBY_VENDORLIB}/rubygems/source_index.rb
diff -r becd2ce41b33 -r 87d040b8a9d0 misc/rubygems/distinfo
--- a/misc/rubygems/distinfo    Fri Jul 24 05:09:57 2009 +0000
+++ b/misc/rubygems/distinfo    Fri Jul 24 06:38:53 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2009/06/12 23:02:57 minskim Exp $
+$NetBSD: distinfo,v 1.22 2009/07/24 06:38:54 minskim Exp $
 
-SHA1 (rubygems-1.3.4.tgz) = b973b4748c0bc08f9a62b3312bde935dda2eac6f
-RMD160 (rubygems-1.3.4.tgz) = 451797299921cac9997fc93a85601d6f28f17cf5
-Size (rubygems-1.3.4.tgz) = 293275 bytes
+SHA1 (rubygems-1.3.5.tgz) = 8545f25d00c757a310b879a2580e56d6012fc981
+RMD160 (rubygems-1.3.5.tgz) = 2d17f0de2d387bd2a034916cb79531110f3be196
+Size (rubygems-1.3.5.tgz) = 278469 bytes
 SHA1 (patch-aa) = 4c5085a9a7cee24fe42ddbfc3524588838af4e16
 SHA1 (patch-ab) = b38026920e31ae7782df6bbd7d7285d18dcf6ece
 SHA1 (patch-ac) = 30ff76c661575d9c51051bb207363f3d2d8b5283



Home | Main Index | Thread Index | Old Index