[123103] trunk/dports/python/quodlibet/Portfile

elelay at macports.org elelay at macports.org
Tue Aug 5 04:19:51 PDT 2014


Revision: 123103
          https://trac.macports.org/changeset/123103
Author:   elelay at macports.org
Date:     2014-08-05 04:19:51 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
quodlibet: update to 3.2.0

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

Modified: trunk/dports/python/quodlibet/Portfile
===================================================================
--- trunk/dports/python/quodlibet/Portfile	2014-08-05 11:12:35 UTC (rev 123102)
+++ trunk/dports/python/quodlibet/Portfile	2014-08-05 11:19:51 UTC (rev 123103)
@@ -2,11 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 PortGroup           app 1.0
 
 name                quodlibet
-version             3.1.2
+version             3.2
 categories-append   audio gnome
 maintainers         elelay rmstonecipher openmaintainer
 license             GPL-2
@@ -23,14 +23,10 @@
 homepage            http://code.google.com/p/quodlibet/
 master_sites        https://bitbucket.org/lazka/quodlibet-files/raw/default/releases
 
-distfiles-append    ${name}-plugins-${version}${extract.suffix}
+checksums           rmd160  e2b22e728aa910af54d75dea6af8f0dd2fd64967 \
+                    sha256  4cd602afd3cfebde705737c5d3ac842489eb89bef5cd508209056d67784521a7
 
-checksums           ${name}-${version}.tar.gz \
-                    rmd160  98199d7e9b24e434b46831bef72d8844e3fb5799 \
-                    sha256  3ef6320f4c72e2e759c2190e87749aae7b59c6b154f48d1102a142fbc961edbf \
-                    ${name}-plugins-${version}.tar.gz \
-                    rmd160  d1e7b180bf94dbdbf638705c4aa2eaf7435489b1 \
-                    sha256  af9952f510048d724543387f9e3e228152c6633aac1c2c348d2d5ee696720240
+python.version 27
 
 depends_build       port:intltool \
                     port:librsvg
@@ -52,15 +48,13 @@
 
 post-patch {
     foreach file { quodlibet.py exfalso.py operon.py } {
-        reinplace "s|/usr/bin/env python|${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7|g" \
+        reinplace "s|/usr/bin/env python2|${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7|g" \
             ${worksrcpath}/${file}
     }
 }
 
 
 post-destroot {
-    system "cd ${workpath}/${name}-plugins-${version}/ && cp -vR * ${destroot}/${python.pkgd}/${name}/plugins/"
-
     # icon keeps bouncing in the dock otherwise
     if {![variant_isset quartz]} {
       reinplace -E {s|(<string>APPL</string>)|\1 <key>LSUIElement</key><string>1</string>|} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/d496342d/attachment.html>


More information about the macports-changes mailing list