[23365] trunk/dports/devel/scons

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 29 17:33:36 PDT 2007


Revision: 23365
          http://trac.macosforge.org/projects/macports/changeset/23365
Author:   landonf at macports.org
Date:     2007-03-29 17:33:36 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Update to 0.96.95, required for nsis 2.24

Modified Paths:
--------------
    trunk/dports/devel/scons/Portfile
    trunk/dports/devel/scons/files/patch-setup.py

Modified: trunk/dports/devel/scons/Portfile
===================================================================
--- trunk/dports/devel/scons/Portfile	2007-03-30 00:23:35 UTC (rev 23364)
+++ trunk/dports/devel/scons/Portfile	2007-03-30 00:33:36 UTC (rev 23365)
@@ -3,9 +3,9 @@
 PortSystem			1.0
 PortGroup			python24 1.0
 name				scons
-version				0.96.92
+version				0.96.95
 categories			devel python
-maintainers			nomaintainer at macports.org
+maintainers			landonf at macports.org openmaintainer at macports.org
 description			Software construction tool
 long_description \
 	SCons is an Open Source software construction tool--that is, a \
@@ -19,9 +19,9 @@
 homepage			http://www.scons.org/
 master_sites		sourceforge
 
-checksums			md5 0b6b388cdd640b7f297f37a678c65d5c \
-				sha1 17a3f462f4eb37052df17b47e6528d72472092eb \
-				rmd160 75aa04717da98eccabc42180f6eab9ee4b8bd904
+checksums			md5 51ea0157e41da1d28a7e6ed34da08333 \
+				sha1 0f8d524804c2175ae1bc37576fa1445ffd52fd90 \
+				rmd160 73da7451d4a42d96a1f8ae65d75b93c6064d7a5d
 
 patchfiles			patch-setup.py patch-scons patch-sconsign
 post-patch {

Modified: trunk/dports/devel/scons/files/patch-setup.py
===================================================================
--- trunk/dports/devel/scons/files/patch-setup.py	2007-03-30 00:23:35 UTC (rev 23364)
+++ trunk/dports/devel/scons/files/patch-setup.py	2007-03-30 00:33:36 UTC (rev 23365)
@@ -1,20 +1,11 @@
---- setup.py.orig	2005-09-08 07:15:23.000000000 -0600
-+++ setup.py	2006-01-31 01:23:57.000000000 -0700
-@@ -330,7 +330,7 @@
+--- setup.py.orig	2007-02-12 19:55:03.000000000 -0800
++++ setup.py	2007-03-29 17:36:09.000000000 -0700
+@@ -336,7 +336,7 @@
              if is_win32:
                  dir = 'Doc'
              else:
 -                dir = os.path.join('man', 'man1')
 +                dir = os.path.join('share', 'man', 'man1')
-             self.data_files = [(dir, ["scons.1", "sconsign.1"])]
+             self.data_files = [(dir, man_pages)]
              man_dir = os.path.join(self.install_dir, dir)
              msg = "Installed SCons man pages into %s" % man_dir
-@@ -351,7 +351,7 @@
-                           "SCons.Sig",
-                           "SCons.Tool"],
-     'package_dir'      : {'' : 'engine'},
--    'data_files'       : [('man/man1', ["scons.1", "sconsign.1"])],
-+    'data_files'       : [('share/man/man1', ["scons.1", "sconsign.1"])],
-     'scripts'          : ['script/scons',
-                           'script/sconsign',
-                           'script/scons.bat'],

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070329/87d6bf2c/attachment.html


More information about the macports-changes mailing list