[113920] trunk/dports/python/py-crypto/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 25 13:16:35 PST 2013


Revision: 113920
          https://trac.macports.org/changeset/113920
Author:   ryandesign at macports.org
Date:     2013-11-25 13:16:34 -0800 (Mon, 25 Nov 2013)
Log Message:
-----------
py-crypto: don't add dependency to stub port

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

Modified: trunk/dports/python/py-crypto/Portfile
===================================================================
--- trunk/dports/python/py-crypto/Portfile	2013-11-25 20:50:22 UTC (rev 113919)
+++ trunk/dports/python/py-crypto/Portfile	2013-11-25 21:16:34 UTC (rev 113920)
@@ -30,12 +30,12 @@
 checksums           rmd160  ac0db079e5e4be9daf739e094c10e96291dbc009 \
                     sha256  f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
 
-depends_lib-append  port:gmp
-
 test.run            yes
 test.target         test
 
-if {${name} != ${subport}} {
+if {${name} ne ${subport}} {
+    depends_lib-append  port:gmp
+
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131125/c5710ad3/attachment.html>


More information about the macports-changes mailing list