Revision: 98390 http://trac.macports.org//changeset/98390 Author: pixilla@macports.org Date: 2012-10-04 06:26:31 -0700 (Thu, 04 Oct 2012) Log Message: ----------- multimedia/mythtv-core.25: - Fix livecheck to not find versions higher then this ports branch. Modified Paths: -------------- trunk/dports/multimedia/mythtv-core.25/Portfile Modified: trunk/dports/multimedia/mythtv-core.25/Portfile =================================================================== --- trunk/dports/multimedia/mythtv-core.25/Portfile 2012-10-04 13:25:29 UTC (rev 98389) +++ trunk/dports/multimedia/mythtv-core.25/Portfile 2012-10-04 13:26:31 UTC (rev 98390) @@ -350,4 +350,5 @@ # ############################################################################" -livecheck.version ${version} +livecheck.version ${version} +livecheck.regex "tarball/v(0.25\[^\"\]+)" \ No newline at end of file