[92006] trunk/dports/net/httrack/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 15 15:45:20 PDT 2012


Revision: 92006
          https://trac.macports.org/changeset/92006
Author:   ryandesign at macports.org
Date:     2012-04-15 15:45:20 -0700 (Sun, 15 Apr 2012)
Log Message:
-----------
httrack: improve speed of / future-proof livecheck by using a page specifically designed to return only the version number

Modified Paths:
--------------
    trunk/dports/net/httrack/Portfile

Modified: trunk/dports/net/httrack/Portfile
===================================================================
--- trunk/dports/net/httrack/Portfile	2012-04-15 22:35:23 UTC (rev 92005)
+++ trunk/dports/net/httrack/Portfile	2012-04-15 22:45:20 UTC (rev 92006)
@@ -43,5 +43,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.url       http://download.httrack.com/cserv.php3?queryVersionNumberDigit
+livecheck.regex     ^(.+)$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120415/fed1fa6f/attachment.html>


More information about the macports-changes mailing list