diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-22 23:46:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-22 23:46:33 +0000 |
commit | 7a43fdf206a10de39fda2b77a9d0743e103f2079 (patch) | |
tree | ddeff6f8e171a584f7fd0f52d809cbb4f1ebcac8 /net/tshark | |
parent | e82a4f7f7e6f746f1e23d01536d45584ad31cb9b (diff) | |
download | ports-7a43fdf206a10de39fda2b77a9d0743e103f2079.tar.gz ports-7a43fdf206a10de39fda2b77a9d0743e103f2079.zip |
Update to 2.0.0 and provide a pointer on how to build with Kerberos
when the port is installed.
The relase notes for 2.0 can be found at
https://www.wireshark.org/docs/relnotes/wireshark-2.0.0.html .
Notes
Notes:
svn path=/head/; revision=402248
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile index 8d9c2152558f..53481f43966a 100644 --- a/net/tshark/Makefile +++ b/net/tshark/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= tshark -PORTREVISION= 2 CATEGORIES= net ipv6 MASTERDIR= ${.CURDIR}/../wireshark |