diff options
author | marcus <marcus@FreeBSD.org> | 2007-07-06 15:04:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-07-06 15:04:10 +0800 |
commit | 2ed2a485b832eeca6fe7f8d16d0946374c7eca97 (patch) | |
tree | 36dd49934c3eaf8544ebcd82d4c67237089ef0fb /net/wireshark-lite | |
parent | bf9ba306823fcb626c60fccced00dad228adebec (diff) | |
download | freebsd-ports-gnome-2ed2a485b832eeca6fe7f8d16d0946374c7eca97.tar.gz freebsd-ports-gnome-2ed2a485b832eeca6fe7f8d16d0946374c7eca97.tar.zst freebsd-ports-gnome-2ed2a485b832eeca6fe7f8d16d0946374c7eca97.zip |
Update to 0.99.6, and remove all 4.X cruft.
See http://www.wireshark.org/docs/relnotes/wireshark-0.99.6.html for all
the changes in this release.
Security: See http://www.wireshark.org/security/wnpa-sec-2007-02.html
for relevant security advisories fixed in this release
Diffstat (limited to 'net/wireshark-lite')
-rw-r--r-- | net/wireshark-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index bc645e095f58..5c82bf152fea 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -6,7 +6,7 @@ # LITE= yes -PORTREVISION?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../wireshark |