[86309] trunk/dports/net/iftop

yeled at macports.org yeled at macports.org
Mon Oct 24 06:18:15 PDT 2011


Revision: 86309
          http://trac.macports.org/changeset/86309
Author:   yeled at macports.org
Date:     2011-10-24 06:18:14 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
this supports IPv6 and works on Lion

Modified Paths:
--------------
    trunk/dports/net/iftop/Portfile
    trunk/dports/net/iftop/files/patch-configure.diff

Modified: trunk/dports/net/iftop/Portfile
===================================================================
--- trunk/dports/net/iftop/Portfile	2011-10-24 13:17:58 UTC (rev 86308)
+++ trunk/dports/net/iftop/Portfile	2011-10-24 13:18:14 UTC (rev 86309)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name            iftop
-version         0.17
-revision        1
+version         1.0
+distname        ${name}-${version}pre2
 categories      net
-maintainers     nomaintainer
+maintainers     yeled
 description     display bandwidth usage on an interface
 long_description        iftop does for network usage what top(1) does for CPU \
 			usage. It listens to network traffic on a named \
@@ -15,7 +15,7 @@
 			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/
-checksums       md5 062bc8fb3856580319857326e0b8752d
+checksums       md5 fef521a49ec0122458d02c64212af3c5
 platforms       darwin
 
 depends_lib	port:libpcap port:ncurses

Modified: trunk/dports/net/iftop/files/patch-configure.diff
===================================================================
--- trunk/dports/net/iftop/files/patch-configure.diff	2011-10-24 13:17:58 UTC (rev 86308)
+++ trunk/dports/net/iftop/files/patch-configure.diff	2011-10-24 13:18:14 UTC (rev 86309)
@@ -1,13 +1,13 @@
---- configure.orig	2007-05-07 16:57:47.000000000 -0400
-+++ configure	2007-05-07 16:57:07.000000000 -0400
-@@ -6232,8 +6232,8 @@
+--- configure.orig	2011-10-24 13:46:07.000000000 +0100
++++ configure	2011-10-24 13:47:04.000000000 +0100
+@@ -7567,8 +7567,8 @@
  
- echo "$as_me:$LINENO: checking for a curses library containing mvchgat" >&5
- echo $ECHO_N "checking for a curses library containing mvchgat... $ECHO_C" >&6
+ { $as_echo "$as_me:$LINENO: checking for a curses library containing mvchgat" >&5
+ $as_echo_n "checking for a curses library containing mvchgat... " >&6; }
 -oldLIBS=$LIBS
--for curseslib in curses ncurses ; do
+-for curseslib in ncursesw curses ncurses ; do
 +oldLIBS="-L@@PREFIX@@ $LIBS"
 +for curseslib in ncurses ; do
      LIBS="$oldLIBS -l$curseslib"
      cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
+ /* confdefs.h.  */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/4d984303/attachment.html>


More information about the macports-changes mailing list