[141853] trunk/dports/net/wireshark/Portfile

michaelld at macports.org michaelld at macports.org
Sat Dec 12 03:17:11 PST 2015


Revision: 141853
          https://trac.macports.org/changeset/141853
Author:   michaelld at macports.org
Date:     2015-10-29 12:59:08 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
wireshark: for +qt, use the qt4 PortGroup to find qt4 no matter where it is installed. Addresses ticket #49464.

Modified Paths:
--------------
    trunk/dports/net/wireshark/Portfile

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2015-10-29 19:29:52 UTC (rev 141852)
+++ trunk/dports/net/wireshark/Portfile	2015-10-29 19:59:08 UTC (rev 141853)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		wireshark
 version		1.12.8
-revision	0
+revision	1
 categories	net
 license		{GPL-2 GPL-3}
 maintainers	darkart.com:opendarwin.org
@@ -169,7 +169,7 @@
 variant qt description {use qt for the GUI} conflicts x11 gtk3	{
 ## qt 5.3.1 doesn't work at this point, wireshark needs to be adjusted for Qt 5.
 ##	depends_lib-append		port:qt5-mac
-	depends_lib-append		port:qt4-mac
+	PortGroup qt4 1.0
 	configure.args-delete	--disable-wireshark
 	configure.args-append	--with-qt=yes
 	configure.args-append	--with-gtk2=no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/edd37f4b/attachment.html>


More information about the macports-changes mailing list