Revision: 86771 http://trac.macports.org/changeset/86771 Author: ricci@macports.org Date: 2011-11-03 06:20:46 -0700 (Thu, 03 Nov 2011) Log Message: ----------- wireshark: rev bump to 1.6.3. Remove platform wrapper around setting compiler from clang to llvm-gcc-4.2 (for Xcode 4.2). Resolves #31853. Modified Paths: -------------- trunk/dports/net/wireshark/Portfile Modified: trunk/dports/net/wireshark/Portfile =================================================================== --- trunk/dports/net/wireshark/Portfile 2011-11-03 12:48:13 UTC (rev 86770) +++ trunk/dports/net/wireshark/Portfile 2011-11-03 13:20:46 UTC (rev 86771) @@ -2,8 +2,8 @@ PortSystem 1.0 name wireshark -version 1.6.2 -revision 1 +version 1.6.3 +revision 0 categories net maintainers darkart.com:opendarwin.org description Graphical network analyzer and capture tool @@ -18,9 +18,9 @@ master_sites http://www.wireshark.org/download/src/ \ http://www.wireshark.org/download/src/all-versions/ -checksums md5 301677b5f8150265315632fb6247e06e \ - sha1 a18d4e8eaf56fe0214b19d7fde0eb91a06817a49 \ - rmd160 e343d9bb5600b236dea708bb68ecad805a9ee20a +checksums md5 5012c75c379ffd47fbcf395d9a6e417e \ + sha1 de73a1011a9edfa9a1dfbe2d05e32fbd702a0cab \ + rmd160 96f221a2fc47c4bb297408a01e8d9f8b0a59fc3b use_bzip2 yes @@ -71,10 +71,8 @@ eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/ } -platform darwin 11 { - if {${configure.compiler} == "clang"} { - configure.compiler llvm-gcc-4.2 - } +if {${configure.compiler} == "clang"} { + configure.compiler llvm-gcc-4.2 } variant adns description {use adns library for async. dns resolution instead of the default c-ares library} {