[82160] trunk/dports/devel/scons

blair at macports.org blair at macports.org
Mon Aug 8 23:18:56 PDT 2011


Revision: 82160
          http://trac.macports.org/changeset/82160
Author:   blair at macports.org
Date:     2011-08-08 23:18:54 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
scons: use Python 2.7 instead of 2.6.

Modified Paths:
--------------
    trunk/dports/devel/scons/Portfile
    trunk/dports/devel/scons/files/patch-scons
    trunk/dports/devel/scons/files/patch-scons-time
    trunk/dports/devel/scons/files/patch-sconsign

Modified: trunk/dports/devel/scons/Portfile
===================================================================
--- trunk/dports/devel/scons/Portfile	2011-08-09 03:30:09 UTC (rev 82159)
+++ trunk/dports/devel/scons/Portfile	2011-08-09 06:18:54 UTC (rev 82160)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
 name                scons
 version             2.0.1
+revision            1
 categories          devel python
 license             MIT
 maintainers         landonf openmaintainer

Modified: trunk/dports/devel/scons/files/patch-scons
===================================================================
--- trunk/dports/devel/scons/files/patch-scons	2011-08-09 03:30:09 UTC (rev 82159)
+++ trunk/dports/devel/scons/files/patch-scons	2011-08-09 06:18:54 UTC (rev 82160)
@@ -2,7 +2,7 @@
 +++ script/scons	2006-01-31 01:20:07.000000000 -0700
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#!@@PREFIX@@/bin/python2.6
++#!@@PREFIX@@/bin/python2.7
  #
  # SCons - a Software Constructor
  #

Modified: trunk/dports/devel/scons/files/patch-scons-time
===================================================================
--- trunk/dports/devel/scons/files/patch-scons-time	2011-08-09 03:30:09 UTC (rev 82159)
+++ trunk/dports/devel/scons/files/patch-scons-time	2011-08-09 06:18:54 UTC (rev 82160)
@@ -2,7 +2,7 @@
 +++ script/scons-time	2009-09-20 23:13:30.000000000 -0600
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!@@PREFIX@@/bin/python2.6
++#!@@PREFIX@@/bin/python2.7
  #
  # scons-time - run SCons timings and collect statistics
  #

Modified: trunk/dports/devel/scons/files/patch-sconsign
===================================================================
--- trunk/dports/devel/scons/files/patch-sconsign	2011-08-09 03:30:09 UTC (rev 82159)
+++ trunk/dports/devel/scons/files/patch-sconsign	2011-08-09 06:18:54 UTC (rev 82160)
@@ -2,7 +2,7 @@
 +++ script/sconsign	2006-01-31 01:20:15.000000000 -0700
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#!@@PREFIX@@/bin/python2.6
++#!@@PREFIX@@/bin/python2.7
  #
  # SCons - a Software Constructor
  #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110808/4651e046/attachment.html>


More information about the macports-changes mailing list