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

ricci at macports.org ricci at macports.org
Wed Jul 6 09:10:49 PDT 2011


Revision: 80194
          http://trac.macports.org/changeset/80194
Author:   ricci at macports.org
Date:     2011-07-06 09:10:47 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
wireshark: upgrade to 1.6.0.  Make the (experimental) python support variants for py25, py26, and py27

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2011-07-06 15:59:55 UTC (rev 80193)
+++ trunk/dports/net/wireshark/Portfile	2011-07-06 16:10:47 UTC (rev 80194)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		wireshark
-version		1.4.7
+version		1.6.0
 revision	0
 categories	net
 maintainers	darkart.com:opendarwin.org
@@ -18,9 +18,9 @@
 master_sites	http://www.wireshark.org/download/src/			\
 		http://www.wireshark.org/download/src/all-versions/
 
-checksums           md5     b5065426d5524ddc1667314f8256c2b1 \
-                    sha1    ba80ed0c2aa6a12fa50155bbf5b58ad41a46024e \
-                    rmd160  012ec4d7750c03bcc23e9140f31e778cde6fd645
+checksums           md5     9f9314c89bf1c8b440a7909884838cfd \
+                    sha1    c54ab0d77f6bbe6a2b7329de69ed10614d57aa35 \
+                    rmd160  d30ba785f8e8ac6d74b4f3f55f9e797a8bc0dec3
 
 use_bzip2	yes
 
@@ -47,7 +47,8 @@
 		--infodir=\\\${prefix}/share/info \
 		--without-portaudio \
 		--disable-warnings-as-errors \
-		--without-gnutls
+		--without-gnutls	\
+		--without-python
 
 configure.ldflags-append "-Wl,-search_paths_first"
 
@@ -106,6 +107,24 @@
 	depends_lib-append	port:pcre
 }
 
+variant python25 description {use python25 for the experimental python interface} conflicts python26 python27 {
+	configure.args-append	--with-python=${prefix}
+	configure.args-delete	--without-python
+	depends_lib-append	port:python25
+}
+
+variant python26 description {use python26 for the experimental python interface} conflicts python25 python27 {
+	configure.args-append	--with-python=${prefix}
+	configure.args-delete	--without-python
+	depends_lib-append	port:python26
+}
+
+variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 {
+	configure.args-append	--with-python=${prefix}
+	configure.args-delete	--without-python
+	depends_lib-append	port:python27
+}
+
 variant rtp description {add rtp support with portaudio} {
 	configure.args-append   --with-portaudio=${prefix}
 	configure.args-delete   --without-portaudio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110706/5fcd0f14/attachment-0001.html>


More information about the macports-changes mailing list