Commits

Aaron Madlon-Kay authored f01c00a72ab
apache-ivy: add livecheck
No tags

devel/apache-ivy/Portfile

Modified
40 40 set javadir ${destroot}${prefix}/share/java/
41 41 set docdir ${destroot}${prefix}/share/doc/
42 42 xinstall -d ${javadir}/apache-ant/lib/ ${docdir}
43 43
44 44 xinstall ${worksrcpath}/build/artifact/jars/ivy.jar ${javadir}
45 45 ln -s ${prefix}/share/java/ivy.jar ${javadir}/apache-ant/lib/ivy.jar
46 46 file delete -force ${worksrcpath}/build/artifact
47 47 move ${worksrcpath}/doc ${docdir}/${name}
48 48 # move ${worksrcpath} ${javadir}/${name}
49 49 }
50 +
51 +livecheck.type regex
52 +livecheck.url https://ant.apache.org/ivy/index.html
53 +livecheck.regex ">(\\d+(?:\\.\\d+)*)<"

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

Add shortcut