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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3231aa4ad0d2
branches:  trunk
changeset: 537843:3231aa4ad0d2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jan 17 22:05:48 2008 +0000

description:
Update rake to 0.8.1.

Changes:
* Added task parameters (e.g. "rake build[version7]")
* Made task parameters passable to prerequisites.
* The 'task' command will now accept task argument names.
* Comments are limited to 80 columns or so (suggested by Jamis Buck).
* Added -D to display full comments (suggested by Jamis Buck).
* The rake program will set the status value used in any explicit
  exit(n) calls. (patch provided by Stephen Touset)
* Fixed error in functional tests that were not including session (and
  silently skipping the functionl tests).
* Removed --usage and make -h the same as -H.
* Make a prettier inspect for tasks.
* Removed ftools and parsedate requires for compatibility with Ruby 1.9.

diffstat:

 devel/rake/Makefile |  6 +++---
 devel/rake/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 881118c88de6 -r 3231aa4ad0d2 devel/rake/Makefile
--- a/devel/rake/Makefile       Thu Jan 17 21:23:22 2008 +0000
+++ b/devel/rake/Makefile       Thu Jan 17 22:05:48 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/04/27 19:40:01 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/17 22:05:48 minskim Exp $
 
-DISTNAME=      rake-0.7.3
+DISTNAME=      rake-0.8.1
 CATEGORIES=    devel ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/19879/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/29752/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 881118c88de6 -r 3231aa4ad0d2 devel/rake/distinfo
--- a/devel/rake/distinfo       Thu Jan 17 21:23:22 2008 +0000
+++ b/devel/rake/distinfo       Thu Jan 17 22:05:48 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/04/27 19:40:01 minskim Exp $
+$NetBSD: distinfo,v 1.7 2008/01/17 22:05:48 minskim Exp $
 
-SHA1 (rake-0.7.3.tgz) = 1f0065ae24a67814043643c32909af8c5346ad8e
-RMD160 (rake-0.7.3.tgz) = a0bbf24476a24226c0ad061dda9c54cd1299553d
-Size (rake-0.7.3.tgz) = 83853 bytes
+SHA1 (rake-0.8.1.tgz) = 370a1f418c8d79d9fd715785b811c096b5f3d318
+RMD160 (rake-0.8.1.tgz) = dc9acefa9e1d75d4432b1193531a55a371328511
+Size (rake-0.8.1.tgz) = 91006 bytes



Home | Main Index | Thread Index | Old Index