[151217] trunk/dports/python/py-netlib/Portfile

mojca at macports.org mojca at macports.org
Wed Aug 10 11:35:34 PDT 2016


Revision: 151217
          https://trac.macports.org/changeset/151217
Author:   mojca at macports.org
Date:     2016-08-10 11:35:33 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
py-netlib: fix a syntax error

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

Modified: trunk/dports/python/py-netlib/Portfile
===================================================================
--- trunk/dports/python/py-netlib/Portfile	2016-08-10 18:13:02 UTC (rev 151216)
+++ trunk/dports/python/py-netlib/Portfile	2016-08-10 18:35:33 UTC (rev 151217)
@@ -44,7 +44,7 @@
     # If mitmproxy is updated/installed netlib will be disactivated.
     # This port is still kept because mitmproxy is not yet Py3 compatible.
 
-    if ${python.version} == 27 {
+    if {${python.version} == 27} {
         conflicts   py${python.version}-mitmproxy
     }
 
@@ -58,8 +58,8 @@
                             port:py${python.version}-openssl \
                             port:py${python.version}-passlib
 
- if { ${python.version} <= 33 } {
-     depends_lib-append      port:py${python.version}-backports-ssl_match_hostname
+    if {${python.version} <= 33} {
+        depends_lib-append  port:py${python.version}-backports-ssl_match_hostname
     }
 
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/8a4cc8d3/attachment.html>


More information about the macports-changes mailing list