diff options
author | minskim <minskim> | 2009-03-04 17:39:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-03-04 17:39:22 +0000 |
commit | 200638bb314afd5d0be9a77667870cddd9268c6e (patch) | |
tree | 55d22f9f1bbed639f938e3da5f3461b598c46f58 /devel/rake/Makefile | |
parent | 4c1c0d7a22ad6092d485d2c136b7f4816b1fcf63 (diff) | |
download | pkgsrc-200638bb314afd5d0be9a77667870cddd9268c6e.tar.gz |
Update rake to 0.8.4.
Changes:
=== New Features / Enhancements in Version 0.8.4
* Case is preserved on rakefile names. (patch from James
M. Lawrence/quix)
* Improved Rakefile case insensitivity testing (patch from Luis
Lavena).
* Windows system dir search order is now: HOME, HOMEDRIVE + HOMEPATH,
APPDATA, USERPROFILE (patch from Luis Lavena)
* MingGW is now recognized as a windows platform. (patch from Luis
Lavena)
=== Bug Fixes in Version 0.8.4
* Removed reference to manage_gem to fix the warning produced by the
gem package task.
* Fixed stray ARGV option problem that was interfering with
Test::Unit::Runner. (patch from Pivotal Labs)
=== Infrastructure Improvements in Version 0.8.4
* Numerous fixes to the windows test suite (patch from Luis Lavena).
* Improved Rakefile case insensitivity testing (patch from Luis
Lavena).
* Better support for windows paths in the test task (patch from Simon
Chiang/bahuvrihi)
Diffstat (limited to 'devel/rake/Makefile')
-rw-r--r-- | devel/rake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile index 947c8b1d7a2..19cf675a43c 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2008/10/30 02:44:22 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2009/03/04 17:39:22 minskim Exp $ -DISTNAME= rake-0.8.3 +DISTNAME= rake-0.8.4 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org |