Ticket #26123: patch-telepathy-mission-control-Portfile.diff

File patch-telepathy-mission-control-Portfile.diff, 2.0 KB (added by louis-francis.ratte-boulianne@…, 14 years ago)

Unified diff

  • comms/telepathy-mission-control/Portfile

    old new  
    44PortSystem      1.0
    55
    66name            telepathy-mission-control
    7 set sfname      mission-control
    8 version         4.67
    9 categories      comms
    10 maintainers     devans openmaintainer
    11 platforms       darwin
    12 homepage        http://mission-control.sourceforge.net
    13 master_sites    sourceforge:${sfname}
    14 
     7version         5.5.1
    158description     The ${name} component of Telepathy - a Flexible Communications Framework.
    16 
    179long_description \
    1810                Telepathy Mission Control is a telepathy (chat and voip framework) component \
    1911                providing a way for "end-user" applications to abstract some details of low \
    2012                level telepathy components such as connection managers.
    2113
    22 checksums       md5     0a547e7af4a33355bac3638dd2e40859 \
    23                 sha1    bd0c140e735b180c316b787078b773d7b6a324f8 \
    24                 rmd160  c0980b4761a942750b63e5c7a24d55a85d690e9f
     14maintainers     devans openmaintainer
     15categories      comms
     16platforms       darwin
     17homepage        http://telepathy.freedesktop.org/wiki
     18master_sites    http://telepathy.freedesktop.org/releases/${name}/
     19
     20checksums       md5    97b0d0af8670a6a9a4510995eebce1c6 \
     21                sha1   9698012674bbf3965c5147d19ecb9cceb01bf564 \
     22                rmd160  3bf9c166c6056abec940736045fc8424b3994fed
    2523
    2624depends_build   port:pkgconfig \
    27                 port:libxslt \
    28                 port:gtk-doc
     25                port:gnome-doc-utils \
     26                port:gtk-doc \
     27                port:python26
     28
     29depends_lib     port:telepathy-glib
     30
     31configure.python ${prefix}/bin/python2.6
     32
     33use_parallel_build yes
    2934
    30 depends_lib     port:libtelepathy \
    31                 port:gconf \
    32                 port:gnome-keyring
     35livecheck.type  regex
     36livecheck.url   ${master_sites}
     37livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"