Ticket #22026: py25-quodlibet.diff
File py25-quodlibet.diff, 1.0 KB (added by neric27@…, 15 years ago) |
---|
-
python/py25-quodlibet/Portfile
old new 28 28 rmd160 349b9ac2f913e83a2f3216e1f804c9cd8b41766f 29 29 30 30 depends_lib port:gst-plugins-good \ 31 port: gst-python \31 port:py25-gst-python \ 32 32 port:py25-mutagen \ 33 33 port:py25-feedparser 34 34 … … 42 42 } 43 43 } 44 44 45 # temporary fix for #20522 : create manually a link in Python 2.5 Framework directory to /opt/local/share.46 # This is necessary for translations to work47 post-destroot {48 xinstall -d ${destroot}${frameworks_dir}/Python.framework/Versions/2.549 ln -s ${prefix}/share ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/share50 }51 52 45 livecheck.type regex 53 46 livecheck.url http://code.google.com/p/quodlibet/downloads/list 54 47 livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"