Revision: 74134 http://trac.macports.org/changeset/74134 Author: devans@macports.org Date: 2010-12-05 14:27:38 -0800 (Sun, 05 Dec 2010) Log Message: ----------- gnotify: fix livecheck. Modified Paths: -------------- trunk/dports/gnome/gnotify/Portfile Modified: trunk/dports/gnome/gnotify/Portfile =================================================================== --- trunk/dports/gnome/gnotify/Portfile 2010-12-05 22:22:44 UTC (rev 74133) +++ trunk/dports/gnome/gnotify/Portfile 2010-12-05 22:27:38 UTC (rev 74134) @@ -25,5 +25,5 @@ file copy -force ${filespath}/missing ${worksrcpath} } -livecheck.url http://sourceforge.net/projects/${name}/files/ -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.url http://sourceforge.net/projects/${name}/files/${name}/ +livecheck.regex "(?i)${name} (\\d+(?:\\.\\d+)*)"
participants (1)
-
devans@macports.org