Revision: 71047 http://trac.macports.org/changeset/71047 Author: rmsfisher@macports.org Date: 2010-08-30 08:49:43 -0700 (Mon, 30 Aug 2010) Log Message: ----------- audio/mpc fix broken livecheck Modified Paths: -------------- trunk/dports/audio/mpc/Portfile Modified: trunk/dports/audio/mpc/Portfile =================================================================== --- trunk/dports/audio/mpc/Portfile 2010-08-30 15:10:14 UTC (rev 71046) +++ trunk/dports/audio/mpc/Portfile 2010-08-30 15:49:43 UTC (rev 71047) @@ -30,5 +30,5 @@ configure.args --mandir=${prefix}/share/man livecheck.type regex -livecheck.url ${homepage} -livecheck.regex "\/${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.url http://sourceforge.net/projects/musicpd/files/${name}/ +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
rmsfisher@macports.org