<pre style='margin:0'>
Schamschula pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dedeb1dcca7a29a647f7bd3d9dd58f9073795c66">https://github.com/macports/macports-ports/commit/dedeb1dcca7a29a647f7bd3d9dd58f9073795c66</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dedeb1dcca7a29a647f7bd3d9dd58f9073795c66
</span>Author: Marius Schamschula &lt;mps@macports.org&gt;
AuthorDate: Mon Oct 31 18:16:16 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nagios-plugins: remove obsolete configure.args.
</span>---
 net/nagios-plugins/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nagios-plugins/Portfile b/net/nagios-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index afd0290..eb4d8a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nagios-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nagios-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,4 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# $Id$
</span> 
 PortSystem          1.0
 PortGroup           perl5 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,15 +39,11 @@ configure.args      --sbindir=${prefix}/share/nagios/cgi-bin \
</span>                     --libexecdir=${prefix}/libexec/nagios \
                     --datadir=${prefix}/share/nagios \
                     --sysconfdir=${prefix}/etc/nagios \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-df-command="/bin/df -Pkt noprocfs" \
</span>                     --with-trusted-path=${prefix}/bin:${prefix}/sbin:/bin:/sbin:/usr/bin:/usr/sbin \
                     --with-openssl=${prefix}/bin \
                     --without-mysql \
                     --without-pgsql \
                     --without-radius \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-lmstat \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-qstat \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-qmail-qstat \
</span>                     --with-ps-command="/bin/ps -axwo 'stat uid pid ppid vsz rss pcpu ucomm command'" \
                     --with-ps-format="%s %d %d %d %d %d %f %s %n" \
                     --with-ps-cols=9 \
</pre><pre style='margin:0'>

</pre>