Ticket #22026: py25-quodlibet.diff

File py25-quodlibet.diff, 1.0 KB (added by neric27@…, 15 years ago)
  • python/py25-quodlibet/Portfile

    old new  
    2828                    rmd160  349b9ac2f913e83a2f3216e1f804c9cd8b41766f
    2929
    3030depends_lib         port:gst-plugins-good \
    31                     port:gst-python \
     31                    port:py25-gst-python \
    3232                    port:py25-mutagen \
    3333                    port:py25-feedparser
    3434
     
    4242    }
    4343}
    4444
    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 work
    47 post-destroot {
    48     xinstall -d ${destroot}${frameworks_dir}/Python.framework/Versions/2.5
    49     ln -s ${prefix}/share ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/share
    50 }
    51 
    5245livecheck.type          regex
    5346livecheck.url           http://code.google.com/p/quodlibet/downloads/list
    5447livecheck.regex         "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"