Ticket #13791: Portfile-deluge.diff

File Portfile-deluge.diff, 1.3 KB (added by gui-dos (Guido Soranzio), 16 years ago)
  • Portfile

    old new  
    44PortGroup python25 1.0
    55
    66name            deluge
    7 version     0.5.5
    8 revision        1
     7version         0.5.8
    98categories-append   net gnome
    109maintainers nomaintainer
    1110description     A GNOME BitTorrent client.
     
    1615
    1716master_sites    http://download.deluge-torrent.org/index.php?dir=tarball/${version}/&file=
    1817
    19 checksums       md5 76c1f8110aef4131d2bc83a7da957c6a \
    20                 sha1 edfa4d6c1da3771bcae1331b8b6d2de4ef4cd5d8 \
    21                 rmd160 6dd8fd764240d42fe1961c919f81f56716d10890
     18checksums       md5 afcf4fcfa3b688cb8a5cc537eb22a32e \
     19                sha1 10eb38a9e7262460c39c4f145421ad64a989b298 \
     20                rmd160 a6ed2ec63fb77bf8d7785fef1022439799811ba5
     21worksrcdir      ${name}-torrent-${version}
    2222
    2323depends_lib-append      \
    2424        port:dbus-python25 \
    2525        port:gettext \
     26        port:librsvg \
    2627        port:py25-gtk \
     28        port:py25-hashlib \
    2729        port:py25-xdg \
    2830        port:py25-zlib \
    2931        port:boost
     
    3436        PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
    3537        PYTHON_LDFLAGS=-L${prefix}/lib \
    3638        CFLAGS="-I${prefix}/include -I${prefix}/include/boost"
    37        
    38 post-extract {
    39         reinplace "s|'python',|'python' + py_version,|" ${worksrcpath}/src/common.py
    40 }
    41