Revision: 73978 http://trac.macports.org/changeset/73978 Author: devans@macports.org Date: 2010-11-30 14:06:10 -0800 (Tue, 30 Nov 2010) Log Message: ----------- various sourceforge hosted ports: adapt livecheck to new sourceforge page layout. Modified Paths: -------------- trunk/dports/gnome/drivel/Portfile trunk/dports/graphics/inkscape/Portfile trunk/dports/graphics/libspiro/Portfile trunk/dports/graphics/libwpg/Portfile trunk/dports/textproc/libwpd/Portfile Modified: trunk/dports/gnome/drivel/Portfile =================================================================== --- trunk/dports/gnome/drivel/Portfile 2010-11-30 22:02:00 UTC (rev 73977) +++ trunk/dports/gnome/drivel/Portfile 2010-11-30 22:06:10 UTC (rev 73978) @@ -41,4 +41,4 @@ } livecheck.url http://sourceforge.net/projects/${name}/files/ -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" Modified: trunk/dports/graphics/inkscape/Portfile =================================================================== --- trunk/dports/graphics/inkscape/Portfile 2010-11-30 22:02:00 UTC (rev 73977) +++ trunk/dports/graphics/inkscape/Portfile 2010-11-30 22:06:10 UTC (rev 73978) @@ -101,4 +101,4 @@ livecheck.type regex livecheck.url http://sourceforge.net/projects/inkscape/files/ -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)" Modified: trunk/dports/graphics/libspiro/Portfile =================================================================== --- trunk/dports/graphics/libspiro/Portfile 2010-11-30 22:02:00 UTC (rev 73977) +++ trunk/dports/graphics/libspiro/Portfile 2010-11-30 22:06:10 UTC (rev 73978) @@ -26,4 +26,4 @@ rmd160 5dc639af56ad330ca8948d7305aff5ae8081ac1a livecheck.url http://sourceforge.net/projects/${name}/files/ -livecheck.regex "${name}_src-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.regex "/projects/${name}/files/${name}/(\\d+)/" Modified: trunk/dports/graphics/libwpg/Portfile =================================================================== --- trunk/dports/graphics/libwpg/Portfile 2010-11-30 22:02:00 UTC (rev 73977) +++ trunk/dports/graphics/libwpg/Portfile 2010-11-30 22:06:10 UTC (rev 73978) @@ -30,5 +30,5 @@ depends_lib \ port:libwpd -livecheck.url http://sourceforge.net/projects/${name}/files/ -livecheck.regex "${name}-(0.1(?:\\.\\d+)*)${extract.suffix}" +livecheck.url http://sourceforge.net/projects/${name}/files/${name} +livecheck.regex "${name}-(0.1(?:\\.\\d+)*)" Modified: trunk/dports/textproc/libwpd/Portfile =================================================================== --- trunk/dports/textproc/libwpd/Portfile 2010-11-30 22:02:00 UTC (rev 73977) +++ trunk/dports/textproc/libwpd/Portfile 2010-11-30 22:06:10 UTC (rev 73978) @@ -33,5 +33,5 @@ configure.args-delete --without-docs } -livecheck.url http://sourceforge.net/projects/${name}/files/ -livecheck.regex "${name}-(0.8(?:\\.\\d+)*)${extract.suffix}" +livecheck.url http://sourceforge.net/projects/${name}/files/${name}/ +livecheck.regex "${name}-(0.8(?:\\.\\d+)*)"
participants (1)
-
devans@macports.org