diff options
author | obache <obache@pkgsrc.org> | 2007-10-18 09:32:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-18 09:32:43 +0000 |
commit | e50d1cd8e60f91c5fa7929e03325eda6d6df0329 (patch) | |
tree | 9f73f63eb813e37987966aa4cbdf1c86c71951fe /net/trafshow/Makefile | |
parent | 6f47d58abbf6215a8b0a8d0e7f97d60b3be68200 (diff) | |
download | pkgsrc-e50d1cd8e60f91c5fa7929e03325eda6d6df0329.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/Makefile | 7 |
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" |