[135881] trunk/dports/python/py-mitmproxy/Portfile

petr at macports.org petr at macports.org
Wed May 6 04:36:01 PDT 2015


Revision: 135881
          https://trac.macports.org/changeset/135881
Author:   petr at macports.org
Date:     2015-05-06 04:36:01 -0700 (Wed, 06 May 2015)
Log Message:
-----------
py-mitmproxy: bump version to 0.11.3

Modified Paths:
--------------
    trunk/dports/python/py-mitmproxy/Portfile

Modified: trunk/dports/python/py-mitmproxy/Portfile
===================================================================
--- trunk/dports/python/py-mitmproxy/Portfile	2015-05-06 11:23:51 UTC (rev 135880)
+++ trunk/dports/python/py-mitmproxy/Portfile	2015-05-06 11:36:01 UTC (rev 135881)
@@ -8,12 +8,11 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             0.10.1
-revision            1
+version             0.11.3
 categories-append   www
-license             {GPL-3+ OpenSSLException}
 platforms           darwin
 supported_archs     noarch
+license             {GPL-3+ OpenSSLException}
 maintainers         nomaintainer
 
 description         SSL-capable man-in-the-middle proxy for HTTP
@@ -28,19 +27,23 @@
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums           rmd160  0fb144d4907f9402c475f84d2f8706cfdb81365e \
-                    sha256  527cbff76e0d49d7db62561252d399e1c747730676515c4ed89250c223e2fe56
+checksums           md5     220650c20189af22179112fe0d20a94e \
+                    rmd160  3fc73300257cadc022b9915d7aa2bd46057ce56b \
+                    sha256  dc0b19c718f5912669441f67d205b8d2ea0bd4db814a0858cef802cb78e97e7c
 
 python.versions     27
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-netlib \
-                        port:py${python.version}-flask \
+    depends_lib-append  port:py${python.version}-asn1 \
+                        port:py${python.version}-blinker \
+                        port:py${python.version}-configargparse \
+                        port:py${python.version}-netlib \
                         port:py${python.version}-openssl \
-                        port:py${python.version}-asn1 \
-                        port:py${python.version}-urwid \
+                        port:py${python.version}-pyperclip \
+                        port:py${python.version}-tornado \
                         port:py${python.version}-lxml \
-                        port:py${python.version}-Pillow
+                        port:py${python.version}-Pillow \
+                        port:py${python.version}-urwid
 
     livecheck.type  none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/e6d99bdb/attachment.html>


More information about the macports-changes mailing list