Commits

Zero King authored and Marko Käning committed 8572293ef72
sphinx3, sphinxbase, sphinxtrain: fix livecheck
No tags

audio/sphinx3/Portfile

Modified
39 39 post-destroot {
40 40 reinplace "s|/usr/local/include/sphinx|${prefix}/include/sphinx|" ${worksrcpath}/python/setup.py
41 41 system "cd ${worksrcpath}/python && ${python.bin} setup.py --no-user-cfg install --prefix=${python.prefix} --root=${destroot}"
42 42
43 43 xinstall -d -m 755 ${destroot}${prefix}/share/doc/
44 44 system "find ${worksrcpath}/doc -name .svn -print0 | xargs -0 rm -rf"
45 45 file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
46 46 }
47 47
48 48 livecheck.type regex
49 -livecheck.url http://sourceforge.net/projects/cmusphinx/files
50 -livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
49 +livecheck.url https://sourceforge.net/projects/cmusphinx/files/sphinx3/
50 +livecheck.regex "/${name}/(\[0-9.\]+)/\""

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut