Changes between Version 3 and Version 4 of PythonFrameworkTransition


Ignore:
Timestamp:
Mar 15, 2008, 8:12:18 PM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

remove bogus port group patch

Legend:

Unmodified
Added
Removed
Modified
  • PythonFrameworkTransition

    v3 v4  
    2929      MacPorts version. Efforts on this branch have to be coordinated with a
    3030      release (targeting 1.6.1 or 1.6.2).
    31 
    32 {{{
    33 --- port1.0/group/python25-1.0.tcl.orig 2008-03-07 19:54:29.000000000 +0100
    34 +++ port1.0/group/python25-1.0.tcl      2008-03-07 19:57:58.000000000 +0100
    35 @@ -32,6 +32,8 @@
    36  # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    37  #
    38  
    39 +set prefix ${prefix}/Library/Frameworks/Python.framework/Versions/2.5
    40 +
    41  set python.bin ${prefix}/bin/python2.5
    42  set python.lib ${prefix}/lib/libpython2.5.dylib
    43  set python.pkgd        ${prefix}/lib/python2.5/site-packages
    44 }}}
    4531
    4632    * All py25-* ports have to be removed *before* upgrading python25 itself,