[Lunar-commits] <moonbase> scons: version bump
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Jun 27 03:42:39 CEST 2008
commit 0b07e2a2171fed4fca1edbb92992d640e28f7c4b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 26 21:42:39 2008 -0400
scons: version bump
---
devel/scons/DETAILS | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/devel/scons/DETAILS b/devel/scons/DETAILS
index 456729f..b0f3bb9 100644
--- a/devel/scons/DETAILS
+++ b/devel/scons/DETAILS
@@ -1,20 +1,20 @@
MODULE=scons
- VERSION=0.98.1
+ VERSION=0.98.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:59885311dad177d859d5e61c1b19c64a33a98f57
+ SOURCE_VFY=sha1:d2ab8835fe850c6aea1ae22fb3f4eea777feee14
WEB_SITE=http://www.scons.org
ENTERED=20041011
- UPDATED=20080419
+ UPDATED=20080626
SHORT="Pathetic attempt to replace make"
cat << EOF
SCons is a software construction tool (build tool substitute for Make)
-implemented in Python. It features a modular build engine that can be
-embedded in other software. SCons configuration files are Python scripts
-that call the build engine API. It can scan files to detect dependencies
-automatically and maintain a global view of all dependencies in a build
-tree, and uses MD5 signatures to detect changed file contents reliably.
-Timestamps can be used if you prefer. SCons also supports parallel builds
+implemented in Python. It features a modular build engine that can be
+embedded in other software. SCons configuration files are Python scripts
+that call the build engine API. It can scan files to detect dependencies
+automatically and maintain a global view of all dependencies in a build
+tree, and uses MD5 signatures to detect changed file contents reliably.
+Timestamps can be used if you prefer. SCons also supports parallel builds
and is easily extensible through user-defined builder and scanner objects.
EOF
More information about the Lunar-commits
mailing list