Ticket #48835: Portfile-wireshark.diff
File Portfile-wireshark.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 13 6239 2015-05-12 22:21:01Z ricci@macports.org $1 # $Id: Portfile 139322 2015-08-12 22:51:44Z ricci@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name wireshark 5 version 1.12. 55 version 1.12.8 6 6 revision 0 7 7 categories net 8 8 license {GPL-2 GPL-3} … … 19 19 master_sites http://www.wireshark.org/download/src/ \ 20 20 http://www.wireshark.org/download/src/all-versions/ 21 21 22 checksums md5 9ee199dde4f36a3d71f7b81dd6764e93\23 sha1 379686f0b6355ae2e6b3f7055578317a07ce5590 \24 rmd160 b a455ae98be0241e219df83496b3b79c92f0497d22 checksums md5 988a4595a4a87dafb3c4870ea40e89b5 \ 23 sha1 d8c23120525a2f3505e822b7684e7367bcd0ba70 \ 24 rmd160 bf87fd1e3404d04f6123d09798b46ea5b2af49e9 25 25 26 26 use_bzip2 yes 27 27 28 28 conflicts wireshark-devel 29 29 30 patchfiles patch-configure.diff \ 31 patch-configure.pixmap-fix.diff 30 patchfiles patch-configure.diff 32 31 33 32 depends_build \ 34 33 port:pkgconfig … … 130 129 131 130 variant lua { 132 131 configure.args-delete --without-lua 133 configure.args-append --with-lua=${prefix}134 depends_lib-append port:lua132 depends_lib-append port:lua52 133 patchfiles-append patch-epan-wslua.diff 135 134 } 136 135 137 136 variant libsmi { … … 183 182 184 183 variant ssl { 185 184 configure.args-delete --without-ssl 186 depends_lib-append p ort:openssl185 depends_lib-append path:lib/libssl.dylib:openssl 187 186 } 188 187 189 188 ## variant x11 conflicts qt {