summaryrefslogtreecommitdiff
path: root/devel/rake/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-09-15 04:54:48 +0000
committerminskim <minskim@pkgsrc.org>2008-09-15 04:54:48 +0000
commitae0c5dc7081e38ed3e2931369946533b6f4b3964 (patch)
tree0d7242bac2936daa5fbbf2d63d543dbb6109b663 /devel/rake/Makefile
parent8c10e323ed6a9b1a85fe2c3ba2cf3f2b36160537 (diff)
downloadpkgsrc-ae0c5dc7081e38ed3e2931369946533b6f4b3964.tar.gz
Update rake to 0.8.2.
New features: * Switched from getoptlong to optparse (patches supplied by Edwin Pratomo). * The -T option will now attempt to dynamically sense the size of the terminal. The -T output will only self-truncate if the output is a tty. However, if RAKE_COLUMNS is explicitly set, it will be honored in any case. (Patch provided by Gavin Stark). * The following public methods have been added to rake task objects: * task.clear -- Clear both the prerequisites and actions of the target rake task. * task.clear_prerequisites -- Clear all the existing prerequisites from the target rake task. * task.clear_actions -- Clear all the existing actions from the target rake task. * task.reenable -- Re-enable a task, allowing its actions to be executed again if the task is invoked. * Changed RDoc test task to have no default template. This makes it easier for the tempate to pick up the template from the environment. * Default values for task arguments can easily be specified with the :with_defaults method. (Idea for default argument merging supplied by (Adam Q. Salter)
Diffstat (limited to 'devel/rake/Makefile')
-rw-r--r--devel/rake/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile
index 66a142ccbb8..1afa4e90867 100644
--- a/devel/rake/Makefile
+++ b/devel/rake/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/04/04 15:30:00 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/15 04:54:48 minskim Exp $
-DISTNAME= rake-0.8.1
-PKGREVISION= 1
+DISTNAME= rake-0.8.2
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org