aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2018-05-28 19:30:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2018-05-28 19:30:57 +0000
commitb4fa0e237656bf811af7f864d914215fa0240d96 (patch)
tree866f7a6332234d0db0c32c25714eb5254038691a /net/wireshark/Makefile
parent8f7e762fdeb6220feb34f84e7c1b0934e427bba7 (diff)
downloadports-b4fa0e237656bf811af7f864d914215fa0240d96.tar.gz
ports-b4fa0e237656bf811af7f864d914215fa0240d96.zip
Fix an undefined symbol error in tshark.
The l16mono codec was installed as a regular plugin, and this generated a bogus undefined symbol error. PR: 228051 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Obtained from: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14638
Notes
Notes: svn path=/head/; revision=471063
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7ab73479ef4f..65f6b708d8ca 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= wireshark
PORTVERSION= 2.6.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
http://ftp.uni-kl.de/pub/wireshark/src/ \