Ticket #23715: Portfile.diff

File Portfile.diff, 945 bytes (added by fracai, 14 years ago)

diff between old (python25) and new (python26) Portfile

  • Portfile

    old new  
    33PortSystem          1.0
    44name                swftools
    55version             0.9.0
    6 revision            1
     6revision            2
    77categories          graphics
    88maintainers         nomaintainer
    99description         SWF manipulation and generation tools
     
    1919                    rmd160  e87430e1ac52d317dd762cbe024f391bf352b120
    2020
    2121depends_lib         port:jpeg port:openjpeg port:freetype port:lame \
    22                     path:include/gif_lib.h:giflib port:python25
     22                    path:include/gif_lib.h:giflib port:python26
    2323
    2424patchfiles          patch-Makefile.common.in.diff
    2525
    26 configure.python    ${prefix}/bin/python2.5
     26configure.python    ${prefix}/bin/python2.6
    2727# Make sure to not link against OpenGL libs from the mesa port, in case it
    2828# is installed
    2929configure.env       ac_cv_lib_GL_glBegin=no