diff options
author | minskim <minskim@pkgsrc.org> | 2008-10-30 02:44:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-10-30 02:44:22 +0000 |
commit | c3592e60e120bd1f7731e6a9727410bb25ded476 (patch) | |
tree | 847c17d9745c75f5bc10b3a603afbbc66f2b6c52 /devel/rake/Makefile | |
parent | a50ef5ae1a3518300559ddc21f7484905b8c4044 (diff) | |
download | pkgsrc-c3592e60e120bd1f7731e6a9727410bb25ded476.tar.gz |
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 (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 1afa4e90867..947c8b1d7a2 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -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 |