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

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Jan 6 10:44:02 PST 2014


Revision: 115602
          https://trac.macports.org/changeset/115602
Author:   macsforever2000 at macports.org
Date:     2014-01-06 10:44:02 -0800 (Mon, 06 Jan 2014)
Log Message:
-----------
argus-clients: Update to version 3.0.6. Add sasl variant. (#41897)

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

Modified: trunk/dports/net/argus-clients/Portfile
===================================================================
--- trunk/dports/net/argus-clients/Portfile	2014-01-06 18:33:26 UTC (rev 115601)
+++ trunk/dports/net/argus-clients/Portfile	2014-01-06 18:44:02 UTC (rev 115602)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            argus-clients
-version         3.0.2
-revision        1
+version         3.0.6
 categories      net
 maintainers     googlemail.com:usx303 \
                 openmaintainer
@@ -20,25 +19,30 @@
 depends_build   port:flex port:bison
 depends_lib     path:bin/perl:perl5 \
                 port:rrdtool \
-                port:cyrus-sasl2 \
                 port:readline
 
 master_sites    http://qosient.com/argus/src/ \
                 ftp://qosient.com/pub/argus/src/
-checksums       md5 3d3e9f4ce0539f8320c38cd43fcecbc1\
-                sha1 332921e1cfcf1bd765391d27a744d4e731b7bd7d\
-                rmd160 4f698d1404b833c845427c40e9dcccc637f8fc81
 
+checksums       md5 f6289cbe33eb78818a6a7eef3b7f5662 \
+                sha256 a7239007f048c5a85001ecc665c1d814422b7768c2fb45e558899370a9653c5d \
+                rmd160 769230ea0b02c2de5dd873cf57dba46ecdfdaf4b
+
 configure.cflags-append -std=gnu89
-configure.args  --with-sasl=${prefix}
+default_variants +sasl
 
 variant no_ragraph description {Build without ragraph (no dependencies on rrdtool)} {
     depends_lib-delete port:rrdtool
 }
 
+variant sasl description {Enable SASL support} {
+    depends_lib-append    port:cyrus-sasl2
+    configure.args-append --with-sasl=${prefix}
+}
+
 post-destroot   {
     move "${destroot}${prefix}/argus" "${destroot}${prefix}/share/argus"
-    delete "${destroot}${prefix}/bin/argusbug"
+    delete "${destroot}${prefix}/bin/argusclientbug"
     if {[variant_isset no_ragraph]} {
         delete "${destroot}${prefix}/bin/ragraph"
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140106/50d98fa4/attachment.html>


More information about the macports-changes mailing list