Ticket #51336: Portfile.patch
File Portfile.patch, 1.2 KB (added by wintermute_77@…, 9 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 … … 7 7 PortGroup qt4 1.0 8 8 9 9 name quassel 10 version 0.12. 211 revision 310 version 0.12.4 11 revision 0 12 12 categories irc 13 13 license GPL-2 GPL-3 14 14 platforms darwin … … 16 16 homepage http://quassel-irc.org 17 17 master_sites ${homepage}/pub 18 18 19 checksums rmd160 d729c689028b111774dd31d1b2daf7ea8cda2aca\20 sha256 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e56347894789719 checksums rmd160 f7282c07716342b235ab506722c17675854569fb \ 20 sha256 93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d 21 21 22 22 depends_lib-append \ 23 23 port:dbusmenu-qt \ … … 81 81 livecheck.type regex 82 82 livecheck.url http://quassel-irc.org/pub/ 83 83 livecheck.regex "${name}-(\[0-9\.\]+)\.tar\.bz2"