[75175] trunk/dports/net/argus-clients/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 16 21:08:51 PST 2011


Revision: 75175
          http://trac.macports.org/changeset/75175
Author:   jmr at macports.org
Date:     2011-01-16 21:08:43 -0800 (Sun, 16 Jan 2011)
Log Message:
-----------
argus-clients: update to 3.0.2

Modified Paths:
--------------
    trunk/dports/net/argus-clients/Portfile

Modified: trunk/dports/net/argus-clients/Portfile
===================================================================
--- trunk/dports/net/argus-clients/Portfile	2011-01-17 05:07:08 UTC (rev 75174)
+++ trunk/dports/net/argus-clients/Portfile	2011-01-17 05:08:43 UTC (rev 75175)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            argus-clients
-version         3.0.0
-revision        1
+version         3.0.2
 categories      net
 maintainers     googlemail.com:usx303 \
                 openmaintainer
@@ -17,14 +16,20 @@
     comprehensive IP network traffic auditing.
 
 platforms       darwin
-depends_lib     path:bin/perl:perl5\
-                port:rrdtool
+depends_build   port:flex port:bison
+depends_lib     path:bin/perl:perl5 \
+                port:rrdtool \
+                port:cyrus-sasl2 \
+                port:readline
 
-master_sites    ftp://qosient.com/pub/argus/src/
-checksums       md5 69220c898c0a3ad612292eaecdec70d2\
-                sha1 d3055bed8050cc7e13f30c60ec17683e58d4e13c\
-                rmd160 eda4bcaec5ec53528feb2336e311abe719b7b438
+master_sites    http://qosient.com/argus/src/ \
+                ftp://qosient.com/pub/argus/src/
+checksums       md5 3d3e9f4ce0539f8320c38cd43fcecbc1\
+                sha1 332921e1cfcf1bd765391d27a744d4e731b7bd7d\
+                rmd160 4f698d1404b833c845427c40e9dcccc637f8fc81
 
+configure.cppflags-append -I${prefix}/include/ncurses
+configure.args  --with-sasl=${prefix}
 
 variant no_ragraph description {Build without ragraph (no dependencies on rrdtool)} {
     depends_lib-delete port:rrdtool
@@ -38,4 +43,7 @@
     } else {
         reinplace "s|#! /usr/bin/perl|#! ${prefix}/bin/perl|" ${destroot}${prefix}/bin/ragraph
     }
+    foreach script {radark rahosts raports} {
+        reinplace "s|#! /usr/bin/perl|#! ${prefix}/bin/perl|" ${destroot}${prefix}/bin/${script}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110116/4e15320b/attachment.html>


More information about the macports-changes mailing list