Received: by mail.netbsd.org (Postfix, from userid 605) id 9F9AB84D28; Thu, 3 May 2018 23:02:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A12784EB0 for ; Thu, 3 May 2018 23:02:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6zK7osIyvOzy for ; Thu, 3 May 2018 23:02:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F5EA84D28 for ; Thu, 3 May 2018 23:02:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79164FBEC; Thu, 3 May 2018 23:02:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152538855999810" MIME-Version: 1.0 Date: Thu, 3 May 2018 23:02:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180503230239.79164FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152538855999810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 3 23:02:39 UTC 2018 Modified Files: pkgsrc/net/wireshark: Makefile options.mk Log Message: wireshark: reduce dependencies. Addresses PR 53256 by martin@ Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/wireshark/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152538855999810 Content-Disposition: inline Content-Length: 1365 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.187 pkgsrc/net/wireshark/Makefile:1.188 --- pkgsrc/net/wireshark/Makefile:1.187 Sun Apr 29 12:15:37 2018 +++ pkgsrc/net/wireshark/Makefile Thu May 3 23:02:39 2018 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.187 2018/04/29 12:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.188 2018/05/03 23:02:39 wiz Exp $ DISTNAME= wireshark-2.6.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/wireshark/options.mk diff -u pkgsrc/net/wireshark/options.mk:1.17 pkgsrc/net/wireshark/options.mk:1.18 --- pkgsrc/net/wireshark/options.mk:1.17 Sun Apr 29 12:15:37 2018 +++ pkgsrc/net/wireshark/options.mk Thu May 3 23:02:39 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2018/04/29 12:15:37 wiz Exp $ +# $NetBSD: options.mk,v 1.18 2018/05/03 23:02:39 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark PKG_SUPPORTED_OPTIONS= gtk3 lua @@ -19,7 +19,6 @@ BUILDLINK_API_DEPENDS.qt4-tools+= qt4-to . include "../../x11/qt4-tools/buildlink3.mk" . elif !empty(PKG_OPTIONS:Mqt5) CONFIGURE_ARGS+= --with-qt=5 -. include "../../x11/qt5-qtmultimedia/buildlink3.mk" . include "../../x11/qt5-qttools/buildlink3.mk" . if ${OPSYS} == "Darwin" . include "../../x11/qt5-qtmacextras/buildlink3.mk" --_----------=_152538855999810--