Revision: 121549 https://trac.macports.org/changeset/121549 Author: devans@macports.org Date: 2014-06-29 12:24:25 -0700 (Sun, 29 Jun 2014) Log Message: ----------- pidgin-otr: fix livecheck. Modified Paths: -------------- trunk/dports/security/pidgin-otr/Portfile Modified: trunk/dports/security/pidgin-otr/Portfile =================================================================== --- trunk/dports/security/pidgin-otr/Portfile 2014-06-29 19:02:01 UTC (rev 121548) +++ trunk/dports/security/pidgin-otr/Portfile 2014-06-29 19:24:25 UTC (rev 121549) @@ -44,4 +44,6 @@ eval xinstall -m 755 ${worksrcpath}/.libs/pidgin-otr.la ${destroot}${prefix}/lib/pidgin/ } -livecheck.name otr +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" \
participants (1)
-
devans@macports.org