Ticket #51336: Portfile.patch

File Portfile.patch, 1.2 KB (added by wintermute_77@…, 8 years ago)

Patch to Portfile

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 146517 2016-03-10 17:49:28Z raimue@macports.org $
    33
    44PortSystem 1.0
    55PortGroup cmake 1.0
     
    77PortGroup qt4 1.0
    88
    99name            quassel
    10 version         0.12.2
    11 revision        3
     10version         0.12.4
     11revision        0
    1212categories      irc
    1313license         GPL-2 GPL-3
    1414platforms       darwin
     
    1616homepage        http://quassel-irc.org
    1717master_sites    ${homepage}/pub
    1818
    19 checksums       rmd160  d729c689028b111774dd31d1b2daf7ea8cda2aca \
    20                 sha256  6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897
     19checksums       rmd160  f7282c07716342b235ab506722c17675854569fb \
     20                sha256  93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d
    2121
    2222depends_lib-append \
    2323                port:dbusmenu-qt \
     
    8181livecheck.type  regex
    8282livecheck.url   http://quassel-irc.org/pub/
    8383livecheck.regex "${name}-(\[0-9\.\]+)\.tar\.bz2"