diff options
author | recht <recht> | 2004-08-24 20:39:14 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-24 20:39:14 +0000 |
commit | 7e53eb5eeaedc05f026913a63c91c31f2335abed (patch) | |
tree | 0b0a7c0400ad4d781fa416252789267941ac99aa /devel | |
parent | a2aaa595d919158b37ce16525af9b9777528b081 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/scons/Makefile | 4 | ||||
-rw-r--r-- | devel/scons/PLIST | 5 | ||||
-rw-r--r-- | devel/scons/distinfo | 6 |
3 files changed, 9 insertions, 6 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/} diff --git a/devel/scons/PLIST b/devel/scons/PLIST index 5dd98352a55..68a33dda516 100644 --- a/devel/scons/PLIST +++ b/devel/scons/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/08/18 20:27:42 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/08/24 20:39:14 recht Exp $ bin/scons bin/sconsign lib/scons/SCons/Action.py @@ -79,6 +79,9 @@ lib/scons/SCons/Platform/aix.pyo lib/scons/SCons/Platform/cygwin.py lib/scons/SCons/Platform/cygwin.pyc lib/scons/SCons/Platform/cygwin.pyo +lib/scons/SCons/Platform/darwin.py +lib/scons/SCons/Platform/darwin.pyc +lib/scons/SCons/Platform/darwin.pyo lib/scons/SCons/Platform/hpux.py lib/scons/SCons/Platform/hpux.pyc lib/scons/SCons/Platform/hpux.pyo diff --git a/devel/scons/distinfo b/devel/scons/distinfo index ec90de04b15..143c3ca2357 100644 --- a/devel/scons/distinfo +++ b/devel/scons/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/08/18 20:27:42 recht Exp $ +$NetBSD: distinfo,v 1.3 2004/08/24 20:39:14 recht Exp $ -SHA1 (scons-0.96.tar.gz) = c58c216d94697f4e3975a8ad6491a9c9803db5b4 -Size (scons-0.96.tar.gz) = 283929 bytes +SHA1 (scons-0.96.1.tar.gz) = 9ba5c47ffc1fa947b9984700d9a4f4c2368d74aa +Size (scons-0.96.1.tar.gz) = 283576 bytes |