ports/53223: Update net/iftop (maintainer): 0.12 -> 0.13
Kirill Ponomarew
ponomarew at oberon.net
Wed Jun 11 20:50:27 UTC 2003
>Number: 53223
>Category: ports
>Synopsis: Update net/iftop (maintainer): 0.12 -> 0.13
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 11 13:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Kirill Ponomarew
>Release: FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net
>Environment:
>Description:
Update net/iftop (maintainer): 0.12 -> 0.13
Cumulative bandwidth usage is now available
for each host pair.
>How-To-Repeat:
>Fix:
diff -urN iftop.orig/Makefile iftop/Makefile
--- iftop.orig/Makefile Sun Jun 1 03:53:14 2003
+++ iftop/Makefile Wed Jun 11 22:43:43 2003
@@ -6,7 +6,7 @@
#
PORTNAME= iftop
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= net
MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
@@ -25,12 +25,15 @@
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
+ @${REINPLACE_CMD} -e \
+ 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+ ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
+ ${PREFIX}/man/man8
post-install:
.ifndef (NOPORTDOCS)
diff -urN iftop.orig/distinfo iftop/distinfo
--- iftop.orig/distinfo Sat May 24 18:33:24 2003
+++ iftop/distinfo Wed Jun 11 22:36:50 2003
@@ -1 +1 @@
-MD5 (iftop-0.12.tar.gz) = 5bebdc96f775420c314f037182c3a993
+MD5 (iftop-0.13.tar.gz) = f8f7f55e4d855bf5ea581a4013226f71
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list