[60442] trunk/dports/net/nagios-plugins/Portfile
markd at macports.org
markd at macports.org
Thu Nov 12 09:00:50 PST 2009
Revision: 60442
http://trac.macports.org/changeset/60442
Author: markd at macports.org
Date: 2009-11-12 09:00:49 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
Update to 1.4.14 and add "--with-ps" build arguments.
Modified Paths:
--------------
trunk/dports/net/nagios-plugins/Portfile
Modified: trunk/dports/net/nagios-plugins/Portfile
===================================================================
--- trunk/dports/net/nagios-plugins/Portfile 2009-11-12 16:54:13 UTC (rev 60441)
+++ trunk/dports/net/nagios-plugins/Portfile 2009-11-12 17:00:49 UTC (rev 60442)
@@ -4,8 +4,7 @@
PortGroup perl5 1.0
name nagios-plugins
-version 1.4.13
-revision 1
+version 1.4.14
categories net
maintainers markd
platforms darwin
@@ -18,7 +17,7 @@
homepage http://nagios.org
master_sites sourceforge:nagiosplug
-checksums md5 be6cc7699fff3ee29d1fd4d562377386
+checksums md5 a1835a48a777863ed2583de3c82446a9
destroot.destdir prefix=${prefix} DESTDIR=${destroot}
@@ -41,7 +40,11 @@
--without-radius \
--without-lmstat \
--without-qstat \
- --without-qmail-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-
variant mysql5 {
depends_lib-append path:bin/mysql_config5:mysql5
@@ -71,5 +74,4 @@
xinstall -m 755 -d ${destroot}${perl5.archlib}
xinstall -m 755 ${destroot}${prefix}/libexec/nagios/utils.pm \
${destroot}${perl5.archlib}
- delete ${destroot}${prefix}/lib/charset.alias
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/ccf711d0/attachment.html>
More information about the macports-changes
mailing list