New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18992: silc-client.diff

File silc-client.diff, 1.6 KB (added by blb@…, 3 years ago)

diff to Portfile

  • Portfile

     
    33PortSystem              1.0 
    44 
    55name                    silc-client 
    6 version                 1.1.4 
    7 revision                1 
     6version                 1.1.7 
    87categories              irc 
    98description             client for the silc-network. 
    109long_description        silc-client is a client for the SILC (Secure Internet \ 
     
    1413platforms               darwin 
    1514maintainers             nomaintainer 
    1615master_sites            ${homepage}download/client/sources/ 
    17 checksums               md5     03e9ef2eb4ce6267bf791c450b929fb7 \ 
    18                         sha1    043fd02ffc0bb420d411c4ca14ad307b48beaa06 \ 
    19                         rmd160  519ba59912da4bb514330ca8e87979844f957ad0 
     16checksums               md5     b274f687b1f6ce8747296f83aad519b3 \ 
     17                        sha1    3d6ebdeaea98a728cd225114c972116c8746fb72 \ 
     18                        rmd160  06bb20b4ee795b814fc0fb73c07b3ae19b9b4e71 
    2019use_bzip2               yes 
    2120use_parallel_build      yes 
    2221 
     
    4140 
    4241universal_variant       no 
    4342 
     43variant irssi description {Build as an irssi plugin instead of a standalone client} { 
     44   configure.args-append   --with-silc-plugin=${prefix}/lib/irssi \ 
     45                           --without-silc-includes 
     46   post-destroot { 
     47      ln -s ${prefix}/lib/irssi/modules/libsilc_core.dylib \ 
     48         ${destroot}${prefix}/lib/irssi/modules/libsilc_core.so 
     49   } 
     50} 
     51 
    4452livecheck.check         regex 
    4553livecheck.url           ${homepage} 
    4654livecheck.regex         ${name}-(\[0-9.\]+)\\.tar 
     55