Ticket #44827: patch-argus-Portfile.diff
File patch-argus-Portfile.diff, 2.0 KB (added by jul_bsd@…, 10 years ago) |
---|
-
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 $ 2 3 3 4 PortSystem 1.0 4 5 5 6 name argus 6 version 3.0. 67 version 3.0.8 7 8 categories net 8 9 maintainers ncircle.com:tk 9 10 description \ 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 12 long_description \ 13 Argus is a real-time Flow Monitor that is designed to perform \ 14 comprehensive IP network traffic auditing. 15 license GPL-3 16 platforms darwin 15 17 homepage http://www.qosient.com/argus/ 16 18 master_sites http://qosient.com/argus/src/ \ 17 19 ftp://qosient.com/pub/argus/src/ 18 checksums md5 dbdf8f0c4807fa33dc02b3708987fb10 \ 19 sha1 6f8eeafc50afccff53b6d149ffcb51e30f7f35ba \ 20 rmd160 7c3dcf820f16409a393e568b68430b2d935dd2c0 20 21 21 depends_build port:bison 22 22 depends_lib port:libpcap 23 23 configure.args --with-libpcap=${prefix} 24 24 25 default_variants +sasl 25 26 26 27 variant sasl description {Enable SASL support} { … … 28 29 configure.args-append --with-sasl=${prefix} 29 30 } 30 31 31 livecheck.url [lindex ${master_sites} 0] 32 livecheck.regex argus-(\[0-9.\]+)${extract.suffix} 32 checksums rmd160 4a838016251641818bd0df957287d887fcfb297f \ 33 sha256 335d889d288763487ad3545c09b944d7d6aa2538630d1fd72eea3704a57bf6e3 34 35 livecheck.type regex 36 livecheck.url ${homepage} 37 livecheck.regex "argus-(\\d+(?:\\.\\d+)*)" 38