Ticket #41896: Portfile-argus.diff
File Portfile-argus.diff, 1.2 KB (added by todd@…, 11 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name argus 5 version 3.0.2 6 revision 1 5 version 3.0.6 7 6 categories net 8 7 maintainers ncircle.com:tk 9 8 description \ … … 15 14 homepage http://www.qosient.com/argus/ 16 15 master_sites http://qosient.com/argus/src/ \ 17 16 ftp://qosient.com/pub/argus/src/ 18 checksums md5 7dc6ebe03bc840a777dd93447d269a31\19 sha1 6 74e09c65488ca7d57cfdfcb33f6cfd8df0152d5\20 rmd160 d3333886b37a65d058699bc638771f30917b729517 checksums md5 dbdf8f0c4807fa33dc02b3708987fb10 \ 18 sha1 6f8eeafc50afccff53b6d149ffcb51e30f7f35ba \ 19 rmd160 7c3dcf820f16409a393e568b68430b2d935dd2c0 21 20 depends_build port:bison 22 depends_lib port:libpcap port:cyrus-sasl2 23 configure.args --with-libpcap=${prefix} \ 24 --with-sasl=${prefix} 21 depends_lib port:libpcap 22 configure.args --with-libpcap=${prefix} 23 default_variants +sasl 24 25 variant sasl description {Enable SASL support} { 26 depends_lib-append port:cyrus-sasl2 27 configure.args-append --with-sasl=${prefix} 28 } 29