Ticket #3114: Portfile.diff

File Portfile.diff, 951 bytes (added by jmpp@…, 19 years ago)

dports/python/py-gtk2/Portfile.diff

  • (a) Portfile vs. (b) Portfile_new

    a b  
    22
    33PortSystem                      1.0
    44name                            py-gtk2
    5 version                         2.4.1
    6 revision                        1
     5version                         2.6.2
    76categories                      python x11
    8 maintainers                     darwinports@opendarwin.org
     7maintainers                     yves@gnu-darwin.org
    98description                     PyGTK2 is the Python binding to GTK+ 2.x
    109long_description        \
    1110        PyGTK contains modules that allow you to use gtk in Python programs. \
    1211        At present, it is a fairly complete set of bindings.
    1312
    1413homepage                        http://www.pygtk.org/
    15 master_sites            gnome:sources/pygtk/2.4
     14master_sites                    gnome:sources/pygtk/2.6
    1615distname                        pygtk-${version}
    1716use_bzip2                       yes
    18 checksums                       md5 a926ffbc8cb3e0b7ddbfdbccd879a28d
     17checksums                       md5 0d4dca0564fc867a976808d18443f059
    1918
    20 depends_lib                     path:${prefix}/bin/python:python24 lib:libgtk.2:gtk2
     19depends_lib                     port:python24 lib:libgtk.2:gtk2
    2120
    2221post-destroot {
    2322        xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \