Revision: 75427 http://trac.macports.org/changeset/75427 Author: blb@macports.org Date: 2011-01-24 16:24:41 -0800 (Mon, 24 Jan 2011) Log Message: ----------- python/py26-buzhug and www/mod_python26 - fix livecheck Modified Paths: -------------- trunk/dports/python/py26-buzhug/Portfile trunk/dports/www/mod_python26/Portfile Modified: trunk/dports/python/py26-buzhug/Portfile =================================================================== --- trunk/dports/python/py26-buzhug/Portfile 2011-01-25 00:17:27 UTC (rev 75426) +++ trunk/dports/python/py26-buzhug/Portfile 2011-01-25 00:24:41 UTC (rev 75427) @@ -25,5 +25,7 @@ sha1 5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \ rmd160 78f03732dd8a24b2a4c22d58f62905bd16ec7940 -livecheck.regex {<title>buzhug buzhug-(.*) released.*</title>} +livecheck.type regex +livecheck.url http://sourceforge.net/projects/buzhug/files/buzhug/ +livecheck.regex buzhug-(\[0-9\\.\]+) Modified: trunk/dports/www/mod_python26/Portfile =================================================================== --- trunk/dports/www/mod_python26/Portfile 2011-01-25 00:17:27 UTC (rev 75426) +++ trunk/dports/www/mod_python26/Portfile 2011-01-25 00:24:41 UTC (rev 75427) @@ -51,6 +51,6 @@ } livecheck.type regex -livecheck.url http://httpd.apache.org/modules/python-download.cgi +livecheck.url http://archive.apache.org/dist/httpd/modpython/ livecheck.regex mod_python-(\[0-9\\.\]+)\\.tgz
participants (1)
-
blb@macports.org