pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/scons update to SCons-0.96.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b53e239d2105
branches: trunk
changeset: 479879:b53e239d2105
user: recht <recht%pkgsrc.org@localhost>
date: Tue Aug 24 20:39:14 2004 +0000
description:
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:
devel/scons/Makefile | 4 ++--
devel/scons/PLIST | 5 ++++-
devel/scons/distinfo | 6 +++---
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r 386c0088b643 -r b53e239d2105 devel/scons/Makefile
--- a/devel/scons/Makefile Tue Aug 24 17:31:48 2004 +0000
+++ b/devel/scons/Makefile Tue Aug 24 20:39:14 2004 +0000
@@ -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 -r 386c0088b643 -r b53e239d2105 devel/scons/PLIST
--- a/devel/scons/PLIST Tue Aug 24 17:31:48 2004 +0000
+++ b/devel/scons/PLIST Tue Aug 24 20:39:14 2004 +0000
@@ -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/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 -r 386c0088b643 -r b53e239d2105 devel/scons/distinfo
--- a/devel/scons/distinfo Tue Aug 24 17:31:48 2004 +0000
+++ b/devel/scons/distinfo Tue Aug 24 20:39:14 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index