New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13792: Portfile-dbus-python25.diff

File Portfile-dbus-python25.diff, 1.4 KB (added by guido.soranzio@…, 4 years ago)

Portfile diff

  • Portfile

    old new  
    11# $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ 
    22PortSystem 1.0 
    33name            dbus-python25 
    4 version         0.82.2 
     4version         0.82.4 
    55revision                0 
    66description     Python bindings for the dbus message bus system. 
    77long_description        ${description} 
     
    1111homepage        http://www.freedesktop.org/Software/dbus 
    1212master_sites    http://dbus.freedesktop.org/releases/dbus-python 
    1313 
    14 checksums       md5 e3b632ed260718301668bc079b6b3172    \ 
    15                 sha1 b32565ea6b1e4d640ea07a4be1fccb5da359cc0e \ 
    16                 rmd160 e00c449455344d2426b165c5921a9502b6b0b56e 
     14checksums       md5 f491e0372128a6d1178b210a8b1a842f \ 
     15                sha1 6675106364c3865a38a9196e314508e7aae2f8b6 \ 
     16                rmd160 c934c38c7b6681aa419d005a4a73ab05ffdddac1 
    1717distname        dbus-python-${version} 
    1818 
    1919depends_lib     \ 
     
    2828depends_build   \ 
    2929        port:pkgconfig 
    3030 
     31platform darwin 9 { 
     32        post-extract { 
     33                reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.am 
     34                reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.in 
     35                reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.am 
     36                reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.in 
     37        } 
     38} 
     39 
     40configure.python        ${prefix}/bin/python2.5 
    3141configure.args  --mandir=${prefix}/share/man 
    32 configure.env   PYTHON=${prefix}/bin/python2.5