The port is maintained by ports@. A new version for net-mgmt/icmpmonitor exists since 2004: http://sourceforge.net/projects/icmpmonitor/ Many new features and bug fixes are made. Fix: The patch should be applied to the port: # cd /usr/ports/net-mgmt # patch -p0 < _the_patch_ <delete net-mgmt/icmpmonitor/*.orig files> WBR -- bsam--g9QwuK6pUQunLqpfAkZ0DjNZRcYixy8WcFCQix24IIcfa3GB Content-Type: text/plain; name="icmpmonitor.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="icmpmonitor.patch" diff -ruN icmpmonitor.orig/Makefile icmpmonitor/Makefile --- icmpmonitor.orig/Makefile Tue Nov 1 14:22:25 2005 +++ icmpmonitor/Makefile Tue Nov 1 14:37:39 2005 @@ -6,8 +6,7 @@ # PORTNAME= icmpmonitor -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= icmpmonitor @@ -17,9 +16,7 @@ GNU_CONFIGURE= YES -WRKSRC= ${WRKDIR}/icmpmonitor - MAN1= icmpmonitor.1 -PLIST_FILES= bin/icmpmonitor +PLIST_FILES= sbin/icmpmonitor .include <bsd.port.mk> diff -ruN icmpmonitor.orig/distinfo icmpmonitor/distinfo --- icmpmonitor.orig/distinfo Tue Nov 1 14:22:25 2005 +++ icmpmonitor/distinfo Tue Nov 1 14:23:49 2005 @@ -1,2 +1,2 @@ -MD5 (icmpmonitor-1.1.tar.gz) = f7902666a76f77b5f1b9a36f7dc0980c -SIZE (icmpmonitor-1.1.tar.gz) = 28091 +MD5 (icmpmonitor-1.2.tar.gz) = c6c9bfc14f914604232945185be387b3 +SIZE (icmpmonitor-1.2.tar.gz) = 29749
State Changed From-To: open->closed Committed. Thanks!