Commits

Adam Mercer authored e71b0f9ed59
python/py-dateutil: don't run livecheck on all subports

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

python/py-dateutil/Portfile

Modified
37 37
38 38 post-destroot {
39 39 if {${name} != ${subport}} {
40 40 set docdir ${prefix}/share/doc/${subport}
41 41 xinstall -d ${destroot}${docdir}
42 42 xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir}
43 43 }
44 44 }
45 45 }
46 46
47 -livecheck.type regex
48 -livecheck.regex /${my_name}-(1.(\\d+)*)
47 +if {${name} == ${subport}} {
48 + livecheck.type regex
49 + livecheck.regex /${my_name}-(1.(\\d+)*)
50 +} else {
51 + livecheck.type none
52 +}

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

Add shortcut