[59144] trunk/dports/multimedia/mimms/Portfile

blb at macports.org blb at macports.org
Sat Oct 10 00:03:51 PDT 2009


Revision: 59144
          http://trac.macports.org/changeset/59144
Author:   blb at macports.org
Date:     2009-10-10 00:03:47 -0700 (Sat, 10 Oct 2009)
Log Message:
-----------
multimedia/mimms - switch to python 2.6, ticket #21381 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/multimedia/mimms/Portfile

Modified: trunk/dports/multimedia/mimms/Portfile
===================================================================
--- trunk/dports/multimedia/mimms/Portfile	2009-10-10 06:53:58 UTC (rev 59143)
+++ trunk/dports/multimedia/mimms/Portfile	2009-10-10 07:03:47 UTC (rev 59144)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name            mimms
 version         3.2.1
+revision        1
 categories      multimedia
 maintainers     boeyms gmail.com:cedric.luthi openmaintainer
 description     MiMMS isn't an MMS Message Sender, it's an MMS \
@@ -22,12 +23,23 @@
                 sha1    279eee76dd4032cd2c1dddf1d49292a952c57b80 \
                 rmd160  669d5d80ae9bd318bf98c032197fa6980622182e
 use_bzip2       yes
-depends_lib     port:libmms
+depends_lib-append    port:libmms
 
 configure {
     reinplace "s|libmms.so.0|${prefix}/lib/libmms.0.dylib|g" ${worksrcpath}/libmimms/libmms.py
 }
 
+post-destroot {
+    foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${binfile} \
+            ${destroot}${prefix}/bin/${binfile}
+    }
+    foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
+        ln -s ${python.prefix}/share/man/man1/${manfile} \
+            ${destroot}${prefix}/share/man/man1/${manfile}
+    }
+}
+
 livecheck.type  regex
 livecheck.url   ${homepage}
 livecheck.regex mimms (\\d+(\\.\\d+)*) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091010/1ffb9f9a/attachment.html>


More information about the macports-changes mailing list