summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/wireshark/Makefile5
-rw-r--r--net/wireshark/PLIST3
-rw-r--r--net/wireshark/distinfo12
-rw-r--r--net/wireshark/patches/patch-configure13
-rw-r--r--net/wireshark/patches/patch-configure.ac13
5 files changed, 9 insertions, 37 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index f1c986b0dea..a57977086bd 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2016/04/11 19:02:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.147 2016/04/24 10:02:13 wiz Exp $
-DISTNAME= wireshark-2.0.2
-PKGREVISION= 2
+DISTNAME= wireshark-2.0.3
CATEGORIES= net
MASTER_SITES= https://www.wireshark.org/download/src/
EXTRACT_SUFX= .tar.bz2
diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST
index fb926e7390c..f3e410574a2 100644
--- a/net/wireshark/PLIST
+++ b/net/wireshark/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2016/03/03 13:33:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2016/04/24 10:02:13 wiz Exp $
bin/androiddump
bin/capinfos
bin/captype
@@ -30,6 +30,7 @@ lib/wireshark/plugins/${PKGVERSION}/unistim.la
lib/wireshark/plugins/${PKGVERSION}/wimax.la
lib/wireshark/plugins/${PKGVERSION}/wimaxasncp.la
lib/wireshark/plugins/${PKGVERSION}/wimaxmacphy.la
+man/man1/androiddump.1
man/man1/capinfos.1
man/man1/dftest.1
man/man1/dumpcap.1
diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo
index 8d842b763a5..dae643bef82 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.87 2016/03/03 13:33:14 wiz Exp $
+$NetBSD: distinfo,v 1.88 2016/04/24 10:02:13 wiz Exp $
-SHA1 (wireshark-2.0.2.tar.bz2) = 6a5c18710d6da04ddc84975cdc840812e672c0f4
-RMD160 (wireshark-2.0.2.tar.bz2) = 2a90c7336e9c3862e3782899c500b1451a316016
-SHA512 (wireshark-2.0.2.tar.bz2) = a3645f0c2600091d3af76d12db4b73f83e6af4686a1bd7a336a420e4d7505ed281dfabb05c05cd6f58084fa3f25b6b9014b6f273b875c713ee39c77b4c5c715f
-Size (wireshark-2.0.2.tar.bz2) = 31073440 bytes
-SHA1 (patch-configure) = 23a639e38dfc3192b55afc3b605efc3bd70588f4
-SHA1 (patch-configure.ac) = e69ef2d5468287e0339ccf30a1f33b077626ff94
+SHA1 (wireshark-2.0.3.tar.bz2) = 9805d62b4fb108cc1e755d8c47f8c1e21eee8b73
+RMD160 (wireshark-2.0.3.tar.bz2) = 24504bb0acd10fb7c1d93eab0a1de0f49b6b82c4
+SHA512 (wireshark-2.0.3.tar.bz2) = 37d64b5f84249f263eae3159794450f642857c91d4fffe483cd562fa8abc93cc8a3152f66ca6b6230b2990e36c28a4ffbf696ff630058990154946eed457f076
+Size (wireshark-2.0.3.tar.bz2) = 31110988 bytes
SHA1 (patch-ui_qt_mtp3__summary__dialog.cpp) = 3d434377581e1993802fbe4b02c98849d0e6a9bb
diff --git a/net/wireshark/patches/patch-configure b/net/wireshark/patches/patch-configure
deleted file mode 100644
index d4843e49c9f..00000000000
--- a/net/wireshark/patches/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2016/03/03 13:33:14 wiz Exp $
-
---- configure.orig 2015-12-29 21:49:49.000000000 +0000
-+++ configure
-@@ -5014,7 +5014,7 @@ $as_echo "none needed" >&6; } ;; #(
- $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
- esac
-
--if test "$ac_cv_prog_cc_stdc" == "no"
-+if test "$ac_cv_prog_cc_stdc" = "no"
- then
- as_fn_error $? "The C compiler does not support standard C" "$LINENO" 5
- fi
diff --git a/net/wireshark/patches/patch-configure.ac b/net/wireshark/patches/patch-configure.ac
deleted file mode 100644
index 0155bdfe542..00000000000
--- a/net/wireshark/patches/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2016/03/03 13:33:14 wiz Exp $
-
---- configure.ac.orig 2015-12-29 21:49:18.000000000 +0000
-+++ configure.ac
-@@ -60,7 +60,7 @@ AM_DISABLE_STATIC
- # Checks for programs used in the main build process.
- #
- AC_PROG_CC_STDC
--if test "$ac_cv_prog_cc_stdc" == "no"
-+if test "$ac_cv_prog_cc_stdc" = "no"
- then
- AC_MSG_ERROR([The C compiler does not support standard C])
- fi