diff options
author | minskim <minskim@pkgsrc.org> | 2008-01-17 22:05:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-01-17 22:05:48 +0000 |
commit | fcb3f5be68a6df212d82f21b06e5e454e67bf79a (patch) | |
tree | 13ebfd721ce13ab3df6b1cb6747a01aa677820fe /devel/rake/Makefile | |
parent | fecda678928e0c745520c004b75c02c1ff84a015 (diff) | |
download | pkgsrc-fcb3f5be68a6df212d82f21b06e5e454e67bf79a.tar.gz |
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 (limited to 'devel/rake/Makefile')
-rw-r--r-- | devel/rake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile index 67ac9eaee85..74dbdab422a 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -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 |