summaryrefslogtreecommitdiff
path: root/devel/scons/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-08-24 20:39:14 +0000
committerrecht <recht>2004-08-24 20:39:14 +0000
commit7e53eb5eeaedc05f026913a63c91c31f2335abed (patch)
tree0b0a7c0400ad4d781fa416252789267941ac99aa /devel/scons/Makefile
parenta2aaa595d919158b37ce16525af9b9777528b081 (diff)
downloadpkgsrc-7e53eb5eeaedc05f026913a63c91c31f2335abed.tar.gz
update to SCons-0.96.1
RELEASE 0.96.1 - Mon, 23 Aug 2004 12:55:50 +0000 From Craig Bachelor: - Handle white space in the executable Python path name within in MSVS project files by quoting the path. - Correct the format of a GUID string in a solution (.dsw) file so MSVS can correctly "build enable" a project. From Steven Knight: - Add a must_exist flag to Delete() to let the user control whether it's an error if the specified entry doesn't exist. The default behavior is now to silently do nothing if it doesn't exist. - Package up the new Platform/darwin.py, mistakenly left out of 0.96. - Make the scons.bat REM statements into @REM so they aren't printed. - Make the SCons packaging SConscript files platform independent. - Better conform to Debian packaging convention by changing the name we build to scons-{version}-0.1_all.deb (not *-1_all.deb). From Anthony Roach: - Fix scanning of pre-compiled header (.pch) files for #includes, broken in 0.96.
Diffstat (limited to 'devel/scons/Makefile')
-rw-r--r--devel/scons/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 1a1dca2733d..46cb7064984 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/08/18 20:27:42 recht Exp $
+# $NetBSD: Makefile,v 1.4 2004/08/24 20:39:14 recht Exp $
#
-DISTNAME= scons-0.96
+DISTNAME= scons-0.96.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}