Revision
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

Diff

Modified: trunk/dports/gnome/drivel/Portfile (73977 => 73978)


--- 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 (73977 => 73978)


--- 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 (73977 => 73978)


--- 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 (73977 => 73978)


--- 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 (73977 => 73978)


--- 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+)*)"