Skip to content

Commit

Permalink
update to SCons-0.96.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
recht committed Aug 24, 2004
1 parent 8fac41f commit e4c2ab5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/scons/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
5 changes: 4 additions & 1 deletion devel/scons/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions devel/scons/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e4c2ab5

Please sign in to comment.