[77000] trunk/dports/net/nagios-plugins/Portfile

markd at macports.org markd at macports.org
Thu Mar 17 09:50:01 PDT 2011


Revision: 77000
          http://trac.macports.org/changeset/77000
Author:   markd at macports.org
Date:     2011-03-17 09:50:00 -0700 (Thu, 17 Mar 2011)
Log Message:
-----------
Change 'with-ps-' configure switches.  Thanks to @sonikbuddha.

Modified Paths:
--------------
    trunk/dports/net/nagios-plugins/Portfile

Modified: trunk/dports/net/nagios-plugins/Portfile
===================================================================
--- trunk/dports/net/nagios-plugins/Portfile	2011-03-17 16:18:43 UTC (rev 76999)
+++ trunk/dports/net/nagios-plugins/Portfile	2011-03-17 16:50:00 UTC (rev 77000)
@@ -5,7 +5,7 @@
 PortGroup		perl5 1.0
 name			nagios-plugins
 version			1.4.15
-revision        2
+revision        3
 categories		net
 maintainers		markd openmaintainer
 platforms		darwin
@@ -43,10 +43,10 @@
 			--without-lmstat \
 			--without-qstat \
 			--without-qmail-qstat \
-			--with-ps-command="/bin/ps -axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" \
-			--with-ps-format="%s %d %d %d %d %d %f %s %s %n" \
-			--with-ps-cols=10 \
-			--with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos"
+			--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 \
+			--with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos"
 
 variant mysql5 {
         depends_lib-append path:bin/mysql_config5:mysql5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110317/4b44c858/attachment.html>


More information about the macports-changes mailing list