[Lunar-commits] <moonbase> rake: Update and clean up.
Dave Brown
dagbrown at lunar-linux.org
Wed Mar 4 01:39:22 CET 2009
commit 492925ff2999b1fc89a26405b4b693b77d5007d7
Author: Oliver Dietsch <odietsch at googlemail.com>
Date: Wed Mar 4 09:39:22 2009 +0900
rake: Update and clean up.
---
devel/rake/BUILD | 1 -
devel/rake/DETAILS | 12 ++++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/devel/rake/BUILD b/devel/rake/BUILD
index 2564594..4c79c3c 100644
--- a/devel/rake/BUILD
+++ b/devel/rake/BUILD
@@ -4,4 +4,3 @@
ruby install.rb
) > $C_FIFO 2>&1
-
diff --git a/devel/rake/DETAILS b/devel/rake/DETAILS
index e9b7218..dfcae6a 100644
--- a/devel/rake/DETAILS
+++ b/devel/rake/DETAILS
@@ -1,12 +1,12 @@
MODULE=rake
- VERSION=0.7.3
+ VERSION=0.8.3
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://rubyforge.rubyuser.de/rake/
- SOURCE_VFY=sha1:1f0065ae24a67814043643c32909af8c5346ad8e
+ SOURCE_URL=http://rubyforge.org/frs/download.php/43955/
+ SOURCE_VFY=sha1:2db9199fb608dd548295b7a1bc329b897c19efa3
WEB_SITE=http://rake.rubyforge.org/
ENTERED=20060301
- UPDATED=20071202
- SHORT="A simple Ruby build program with capabilities similar to make"
+ UPDATED=20090301
+ SHORT="a simple Ruby build program with capabilities similar to make"
cat << EOF
Rake, a simple Ruby build program with capabilities similar to make, has
@@ -15,7 +15,7 @@ the following features:
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
- * Rake supports rule patterns to sythesize implicit tasks.
+ * Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about
manipulating file names and paths.
* A library of prepackaged tasks to make building rakefiles easier.
More information about the Lunar-commits
mailing list