Revision: 119675 https://trac.macports.org/changeset/119675 Author: mk@macports.org Date: 2014-05-03 12:25:25 -0700 (Sat, 03 May 2014) Log Message: ----------- icoutils: livecheck added Modified Paths: -------------- trunk/dports/graphics/icoutils/Portfile Modified: trunk/dports/graphics/icoutils/Portfile =================================================================== --- trunk/dports/graphics/icoutils/Portfile 2014-05-03 19:21:49 UTC (rev 119674) +++ trunk/dports/graphics/icoutils/Portfile 2014-05-03 19:25:25 UTC (rev 119675) @@ -37,3 +37,7 @@ reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/extresso/genresscript.in } +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)\\.tar" +