Ticket #44827: patch-argus-Portfile.diff

File patch-argus-Portfile.diff, 2.0 KB (added by jul_bsd@…, 9 years ago)

3.0.8

  • net/argus/Portfile

    old new  
    1 # $Id: Portfile 125356 2014-09-14 17:36:44Z khindenburg@macports.org $
     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: Portfile 115604 2014-01-06 20:14:16Z macsforever2000@macports.org $
    23
    34PortSystem 1.0
    45
    56name            argus
    6 version         3.0.6
     7version         3.0.8
    78categories      net
    89maintainers     ncircle.com:tk
    910description     \
    10         the network Audit Record Generation and Utilization System
    11 long_description        \
    12         Argus is a real-time Flow Monitor that is designed to perform \
    13         comprehensive IP network traffic auditing.
    14 platforms           darwin
     11    the network Audit Record Generation and Utilization System
     12long_description    \
     13    Argus is a real-time Flow Monitor that is designed to perform \
     14    comprehensive IP network traffic auditing.
     15license         GPL-3
     16platforms       darwin
    1517homepage        http://www.qosient.com/argus/
    1618master_sites    http://qosient.com/argus/src/ \
    1719                ftp://qosient.com/pub/argus/src/
    18 checksums       md5 dbdf8f0c4807fa33dc02b3708987fb10 \
    19                 sha1 6f8eeafc50afccff53b6d149ffcb51e30f7f35ba \
    20                 rmd160 7c3dcf820f16409a393e568b68430b2d935dd2c0
     20
    2121depends_build   port:bison
    2222depends_lib     port:libpcap
    2323configure.args  --with-libpcap=${prefix}
     24
    2425default_variants +sasl
    2526
    2627variant sasl description {Enable SASL support} {
     
    2829    configure.args-append    --with-sasl=${prefix}
    2930}
    3031
    31 livecheck.url   [lindex ${master_sites} 0]
    32 livecheck.regex argus-(\[0-9.\]+)${extract.suffix}
     32checksums           rmd160  4a838016251641818bd0df957287d887fcfb297f \
     33                    sha256  335d889d288763487ad3545c09b944d7d6aa2538630d1fd72eea3704a57bf6e3
     34
     35livecheck.type     regex
     36livecheck.url       ${homepage}
     37livecheck.regex     "argus-(\\d+(?:\\.\\d+)*)"
     38