[57911] trunk/dports/net/wireshark/Portfile
ricci at macports.org
ricci at macports.org
Fri Sep 18 11:05:51 PDT 2009
Revision: 57911
http://trac.macports.org/changeset/57911
Author: ricci at macports.org
Date: 2009-09-18 11:05:49 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
Upgrade to 1.2.2
add dep on port:bzip2
alter +pcre dep to be port:pcre rather than lib:libpcre:pcre
Modified Paths:
--------------
trunk/dports/net/wireshark/Portfile
Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile 2009-09-18 17:34:23 UTC (rev 57910)
+++ trunk/dports/net/wireshark/Portfile 2009-09-18 18:05:49 UTC (rev 57911)
@@ -2,7 +2,7 @@
PortSystem 1.0
name wireshark
-version 1.2.1
+version 1.2.2
revision 0
categories net
maintainers darkart.com:opendarwin.org
@@ -18,13 +18,15 @@
master_sites http://www.wireshark.org/download/src/ \
http://www.wireshark.org/download/src/all-versions/
-checksums md5 957d1b11a6c9b305bcd106d4084ff71e \
- sha1 ff565edd4b8c7b8d131060145dd35873c0dd8fa9 \
- rmd160 335814f79b56805b2dc5c130b2b91ed9b33d1591
+checksums md5 bb5c09b8cffd461ced4d3251fddb217b \
+ sha1 ad73bf93096344341cd7c99614816555bebdbf45 \
+ rmd160 6adbd80e3027a63b456b971edba0185411d30546
use_bzip2 yes
-depends_lib port:c-ares \
+depends_lib \
+ port:bzip2 \
+ port:c-ares \
port:glib2 \
port:gtk2 \
port:openssl \
@@ -89,7 +91,7 @@
variant pcre {
configure.args-append --with-pcre=${prefix}
configure.args-delete --without-pcre
- depends_lib-append lib:libpcre:pcre
+ depends_lib-append port:pcre
}
variant rtp description {add rtp support with portaudio} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/4a7fdd4e/attachment-0001.html>
More information about the macports-changes
mailing list