Bug 88322 - [update] net-mgmt/icmpmonitor: new version 1.2
Summary: [update] net-mgmt/icmpmonitor: new version 1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 11:50 UTC by Boris B.Samorodov
Modified: 2005-11-01 17:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-01 11:50:25 UTC
	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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2005-11-01 17:05:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!