Ticket #31193: Portfile.diff

File Portfile.diff, 964 bytes (added by kurtjaeke@…, 13 years ago)

diff of the Portfile

  • Portfile

    old new  
    1616checksums         md5     e10a50c267665616bba722722adb9fe7 \
    1717                  sha1    8b798abb553b7a2ec1d54263f77ed5e719e41bb9 \
    1818                  rmd160  0e1e5ea8d62ecee920698fcd1c2355039e566e13
    19 depends_lib       port:python26
     19depends_lib       port:python27
    2020patchfiles        patch-src_python_ktoblzcheck.py.diff
    21 configure.python  ${prefix}/bin/python2.6
     21configure.python  ${prefix}/bin/python2.7
    2222configure.args    --enable-static
    23 set python_prefix    ${frameworks_dir}/Python.framework/Versions/2.6
    24 set python_libsite   ${python_prefix}/lib/python2.6/site-packages
     23set python_prefix    ${frameworks_dir}/Python.framework/Versions/2.7
     24set python_libsite   ${python_prefix}/lib/python2.7/site-packages
    2525configure.env     am_cv_python_pythondir=${python_libsite} \
    2626                  am_cv_python_pyexecdir=${python_libsite}
    2727