summaryrefslogtreecommitdiff
path: root/net/trafshow/Makefile
diff options
context:
space:
mode:
authorobache <obache>2007-10-18 09:32:43 +0000
committerobache <obache>2007-10-18 09:32:43 +0000
commit1e3d9a45a2542d972b0274d9966e68de42374c11 (patch)
tree9f73f63eb813e37987966aa4cbdf1c86c71951fe /net/trafshow/Makefile
parent2ce2fce97d918c5ab6f50c105ff459329cd87205 (diff)
downloadpkgsrc-1e3d9a45a2542d972b0274d9966e68de42374c11.tar.gz
Update trafshow to 5.2.3.
Based on patch provided by Jason White in PR 37142. Bump depeneing libpcap to 0.8.1. Version 5.2.2 at Jan 8 12:34:34 NOVT 2006 ------------------------------------------ * The sources was cleaned for new version of gcc 4.0. No complains any more. No other improvements has been made. Version 5.2.3 at Mar 12 15:04:12 NOVT 2006 ------------------------------------------ * Significant improvement for *BSD packets capturing scheme using libpcap version 0.8 capabilities (pcap_get_selectable_fd() function). * Bug-fix against core dumps on the list of interfaces with aliases and so on.
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r--net/trafshow/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 29d8fd6cb21..020aab458c4 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2007/09/07 22:12:20 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2007/10/18 09:32:43 obache Exp $
-DISTNAME= trafshow-5.2.1
-PKGREVISION= 1
+DISTNAME= trafshow-5.2.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/
EXTRACT_SUFX= .tgz
@@ -32,7 +31,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/.trafshow \
${PREFIX}/share/examples/trafshow/trafshow
-BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.7
+BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.1
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"