Commits

Adam Mercer authored 1f525297c6e
python/py-crypto: don't run livecheck on all subports

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86878 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-crypto/Portfile

Modified
32 32 test.target test
33 33
34 34 if {${name} != ${subport}} {
35 35 post-destroot {
36 36 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
37 37 xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \
38 38 ${destroot}${prefix}/share/doc/${subport}
39 39 }
40 40 }
41 41
42 -livecheck.type regex
43 -livecheck.url ${homepage}
44 -livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz
42 +if {${name} == ${subport}} {
43 + livecheck.type regex
44 + livecheck.url ${homepage}
45 + livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz
46 +} else {
47 + livecheck.type none
48 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut