[125471] trunk/dports/net/iftop/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 18 04:16:04 PDT 2014
Revision: 125471
https://trac.macports.org/changeset/125471
Author: ryandesign at macports.org
Date: 2014-09-18 04:16:04 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
iftop: update to 1.0pre4; fix livecheck; new maintainer (#44984)
Modified Paths:
--------------
trunk/dports/net/iftop/Portfile
Modified: trunk/dports/net/iftop/Portfile
===================================================================
--- trunk/dports/net/iftop/Portfile 2014-09-18 11:05:45 UTC (rev 125470)
+++ trunk/dports/net/iftop/Portfile 2014-09-18 11:16:04 UTC (rev 125471)
@@ -4,11 +4,10 @@
PortSystem 1.0
name iftop
-version 1.0
-distname ${name}-${version}pre2
+version 1.0pre4
categories net
platforms darwin
-maintainers nomaintainer
+maintainers gmail.com:mschamschula openmaintainer
description display bandwidth usage on an interface
@@ -16,12 +15,13 @@
usage. It listens to network traffic on a named \
interface and displays a table of current bandwidth \
usage by pairs of hosts. Handy for answering the \
- question \"why is our ADSL link so slow?\".
+ question \"why is our ADSL link so slow?\"
homepage http://www.ex-parrot.com/~pdw/iftop/
-master_sites http://www.ex-parrot.com/~pdw/iftop/download/
+master_sites ${homepage}download/
-checksums md5 fef521a49ec0122458d02c64212af3c5
+checksums rmd160 10730f5deccbc090ed0d5b91de009a1af9e0c90d \
+ sha256 f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97
depends_lib port:libpcap \
port:ncurses
@@ -32,5 +32,7 @@
reinplace {s|@@PREFIX@@|${prefix}|} ${worksrcpath}/configure
}
-configure.args --with-libpcap=${prefix} \
- --mandir=${prefix}/share/man
+configure.args --with-libpcap=${prefix}
+
+livecheck.type regex
+livecheck.regex ${name}-(\[0-9.\]+(?:pre\[0-9.\]+)?)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/ac6a395b/attachment.html>
More information about the macports-changes
mailing list