[59252] trunk/dports/python/py25-quodlibet/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Oct 12 13:42:50 PDT 2009


Revision: 59252
          http://trac.macports.org/changeset/59252
Author:   macsforever2000 at macports.org
Date:     2009-10-12 13:42:49 -0700 (Mon, 12 Oct 2009)
Log Message:
-----------
Fix dependency from gst-python to py25-gst-python. Remove hack for #20522. (#22026)

Modified Paths:
--------------
    trunk/dports/python/py25-quodlibet/Portfile

Modified: trunk/dports/python/py25-quodlibet/Portfile
===================================================================
--- trunk/dports/python/py25-quodlibet/Portfile	2009-10-12 20:35:01 UTC (rev 59251)
+++ trunk/dports/python/py25-quodlibet/Portfile	2009-10-12 20:42:49 UTC (rev 59252)
@@ -28,7 +28,7 @@
                     rmd160  349b9ac2f913e83a2f3216e1f804c9cd8b41766f
 
 depends_lib         port:gst-plugins-good \
-                    port:gst-python \
+                    port:py25-gst-python \
                     port:py25-mutagen \
                     port:py25-feedparser
 
@@ -42,13 +42,6 @@
     }
 }
 
-# temporary fix for #20522 : create manually a link in Python 2.5 Framework directory to /opt/local/share.
-# This is necessary for translations to work
-post-destroot {
-    xinstall -d ${destroot}${frameworks_dir}/Python.framework/Versions/2.5
-    ln -s ${prefix}/share ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/share
-}
-
 livecheck.type		regex
 livecheck.url		http://code.google.com/p/quodlibet/downloads/list
 livecheck.regex		"${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091012/2ff98e2b/attachment.html>


More information about the macports-changes mailing list