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

rmsfisher at macports.org rmsfisher at macports.org
Thu Feb 25 21:57:52 PST 2010


Revision: 64216
          http://trac.macports.org/changeset/64216
Author:   rmsfisher at macports.org
Date:     2010-02-25 21:57:52 -0800 (Thu, 25 Feb 2010)
Log Message:
-----------
python/quodlibet added plugins from upstream, bumped revision

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

Modified: trunk/dports/python/quodlibet/Portfile
===================================================================
--- trunk/dports/python/quodlibet/Portfile	2010-02-26 05:54:30 UTC (rev 64215)
+++ trunk/dports/python/quodlibet/Portfile	2010-02-26 05:57:52 UTC (rev 64216)
@@ -6,6 +6,7 @@
 
 name                quodlibet
 version             2.2
+revision            1
 categories-append   audio gnome
 maintainers         elelay rmsfisher openmaintainer
 platforms           darwin
@@ -21,9 +22,15 @@
 homepage            http://code.google.com/p/quodlibet/
 master_sites        googlecode
 
-checksums           md5     ff8bb5f9e680797dfb60d437368298f9 \
+distfiles-append    ${name}-plugins-${version}${extract.suffix}
+checksums           ${name}-${version}.tar.gz \
+                    md5     ff8bb5f9e680797dfb60d437368298f9 \
                     sha1    f7a189533d948f17d38998cf8162acf4efb5095a \
-                    rmd160  71d309a0e9b0aa1dd3893ea68a4ec72b23218cd8
+                    rmd160  71d309a0e9b0aa1dd3893ea68a4ec72b23218cd8 \
+                    ${name}-plugins-${version}.tar.gz \
+                    md5     af5288166282e104f55a99a0093c29e2 \
+                    sha1    f3cf245c2ade5294e1d2b42c039e29022e538a7c \
+                    rmd160  4931e04416bef3a449f643daae1bfa1f92c7bdc0
 
 depends_lib         port:gst-plugins-good \
                     port:py26-gst-python \
@@ -39,6 +46,10 @@
     }
 }
 
+post-destroot {
+    system "cd ${workpath}/${name}-plugins-${version}/ && cp -vR * ${destroot}/${python.pkgd}/${name}/plugins/"
+}
+
 livecheck.type		regex
 livecheck.url		${homepage}downloads/list
 livecheck.regex		"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100225/e370c701/attachment.html>


More information about the macports-changes mailing list