pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rake Update rake to 0.8.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bba86490ad0
branches: trunk
changeset: 549223:2bba86490ad0
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Oct 30 02:44:22 2008 +0000
description:
Update rake to 0.8.3.
Changes:
* Enhanced the system directory detection in windows. We now check
HOMEDRIVE/HOMEPATH and USERPROFILE if APPDATA isn't found. (Patch
supplied by James Tucker). Rake no long aborts if it can't find the
directory.
* Added fix to handle ruby installations in directories with spaces in
their name.
diffstat:
devel/rake/Makefile | 4 ++--
devel/rake/PLIST | 5 ++++-
devel/rake/distinfo | 10 +++++-----
devel/rake/patches/patch-ab | 6 +++---
4 files changed, 14 insertions(+), 11 deletions(-)
diffs (74 lines):
diff -r 1363e3a625a1 -r 2bba86490ad0 devel/rake/Makefile
--- a/devel/rake/Makefile Thu Oct 30 01:30:10 2008 +0000
+++ b/devel/rake/Makefile Thu Oct 30 02:44:22 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2008/09/15 04:54:48 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2008/10/30 02:44:22 minskim Exp $
-DISTNAME= rake-0.8.2
+DISTNAME= rake-0.8.3
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
diff -r 1363e3a625a1 -r 2bba86490ad0 devel/rake/PLIST
--- a/devel/rake/PLIST Thu Oct 30 01:30:10 2008 +0000
+++ b/devel/rake/PLIST Thu Oct 30 02:44:22 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/09/15 04:54:48 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/10/30 02:44:22 minskim Exp $
bin/rake
${GEM_HOME}/cache/rake-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGES
@@ -30,6 +30,7 @@
${GEM_LIBDIR}/doc/release_notes/rake-0.7.3.rdoc
${GEM_LIBDIR}/doc/release_notes/rake-0.8.0.rdoc
${GEM_LIBDIR}/doc/release_notes/rake-0.8.2.rdoc
+${GEM_LIBDIR}/doc/release_notes/rake-0.8.3.rdoc
${GEM_LIBDIR}/install.rb
${GEM_LIBDIR}/lib/rake.rb
${GEM_LIBDIR}/lib/rake/classic_namespace.rb
@@ -49,6 +50,7 @@
${GEM_LIBDIR}/lib/rake/runtest.rb
${GEM_LIBDIR}/lib/rake/tasklib.rb
${GEM_LIBDIR}/lib/rake/testtask.rb
+${GEM_LIBDIR}/lib/rake/win32.rb
${GEM_LIBDIR}/test/capture_stdout.rb
${GEM_LIBDIR}/test/check_expansion.rb
${GEM_LIBDIR}/test/contrib/test_sys.rb
@@ -98,6 +100,7 @@
${GEM_LIBDIR}/test/test_tasks.rb
${GEM_LIBDIR}/test/test_test_task.rb
${GEM_LIBDIR}/test/test_top_level_functions.rb
+${GEM_LIBDIR}/test/test_win32.rb
${GEM_HOME}/specifications/rake-${PKGVERSION}.gemspec
man/man1/rake.1
@dirrm ${GEM_LIBDIR}/test/data/unittest
diff -r 1363e3a625a1 -r 2bba86490ad0 devel/rake/distinfo
--- a/devel/rake/distinfo Thu Oct 30 01:30:10 2008 +0000
+++ b/devel/rake/distinfo Thu Oct 30 02:44:22 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2008/09/15 04:54:48 minskim Exp $
+$NetBSD: distinfo,v 1.10 2008/10/30 02:44:22 minskim Exp $
-SHA1 (rake-0.8.2.gem) = bb6c24933b51686127323732ed56fe4507b1f1ee
-RMD160 (rake-0.8.2.gem) = f813ae1ec6cb5a39e93ca44ed8b459365f3adafd
-Size (rake-0.8.2.gem) = 99328 bytes
-SHA1 (patch-ab) = 8e3adeb77bee65db93884360dfb6bd38a54f359a
+SHA1 (rake-0.8.3.gem) = fc3060c6c3ea3b804ef95576e41706b92fd51243
+RMD160 (rake-0.8.3.gem) = 8a81f35787c814b427177b88c07f6d2410b799a9
+Size (rake-0.8.3.gem) = 100352 bytes
+SHA1 (patch-ab) = 21701d38f5026e8fb0a9d5102a6de4bedaa191c3
diff -r 1363e3a625a1 -r 2bba86490ad0 devel/rake/patches/patch-ab
--- a/devel/rake/patches/patch-ab Thu Oct 30 01:30:10 2008 +0000
+++ b/devel/rake/patches/patch-ab Thu Oct 30 02:44:22 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1 2008/09/15 04:54:48 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2008/10/30 02:44:23 minskim Exp $
---- ../rake-0.8.2.gemspec.orig 2008-09-14 21:30:11.000000000 -0700
-+++ ../rake-0.8.2.gemspec
+--- ../rake-0.8.3.gemspec.orig 2008-09-14 21:30:11.000000000 -0700
++++ ../rake-0.8.3.gemspec
@@ -115,7 +115,6 @@ files:
- test/data/namespace/Rakefile
- test/data/statusreturn/Rakefile
Home |
Main Index |
Thread Index |
Old Index