[54117] trunk/dports/multimedia/mimms

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 21 09:51:34 PDT 2009


Revision: 54117
          http://trac.macports.org/changeset/54117
Author:   macsforever2000 at macports.org
Date:     2009-07-21 09:51:34 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
Update to version 3.2.1. Remove unnecessary Qt4 variants. (#20204)

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

Removed Paths:
-------------
    trunk/dports/multimedia/mimms/files/

Modified: trunk/dports/multimedia/mimms/Portfile
===================================================================
--- trunk/dports/multimedia/mimms/Portfile	2009-07-21 16:40:44 UTC (rev 54116)
+++ trunk/dports/multimedia/mimms/Portfile	2009-07-21 16:51:34 UTC (rev 54117)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup python25 1.0
 
 name            mimms
-version         2.0.1
-revision        1
+version         3.2.1
 categories      multimedia
-maintainers     boeyms openmaintainer
+maintainers     boeyms gmail.com:cedric.luthi openmaintainer
 description     MiMMS isn't an MMS Message Sender, it's an MMS \
                 (e.g. mms://) stream downloader.
 long_description \
@@ -18,39 +18,16 @@
 homepage        http://savannah.nongnu.org/projects/mimms/
 platforms       darwin
 master_sites    http://download.savannah.gnu.org/releases/mimms/
-checksums       md5     3e44f5b182892c4adfa8c08ddf8ccc17 \
-                sha1    197f4c89c74d40a7aec382d20160a746946ce795 \
-                rmd160  a23430022371c530e91b7991f52275e545f61e3d
+checksums       md5     ec629d8899551b4789ba15c17402c36f \
+                sha1    279eee76dd4032cd2c1dddf1d49292a952c57b80 \
+                rmd160  669d5d80ae9bd318bf98c032197fa6980622182e
 use_bzip2       yes
-patchfiles      patch-mimms.cpp.diff patch-mimms.pro.diff
 depends_lib     port:libmms
-pre-fetch {
-    if {![variant_isset qt4] && ![variant_isset qt4_mac]} {
-        return -code error "
-###########################################################
-# mimms will not compile unless one of the +qt4 or +qt4_mac
-# variants are selected.  Please choose one of these variants to build.
-###########################################################"
-    }
-}
 
-set qt_dir  ${prefix}/libexec/qt4-mac
-
 configure {
-    reinplace "s|@prefix@|${prefix}|g" ${worksrcpath}/mimms.pro
+    reinplace "s|libmms.so.0|${prefix}/lib/libmms.0.dylib|g" ${worksrcpath}/libmimms/libmms.py
 }
-build.env       CPPFLAGS="-I${prefix}/include -I${prefix}/include/libmms" \
-                CFLAGS=-O2 \
-                LDFLAGS=-L${prefix}/lib
-build.args-append   PREFIX=${prefix} QMAKE=${qt_dir}/bin/qmake
-destroot.destdir-append   PREFIX=${prefix}
 
-variant qt4 conflicts qt4_mac description {Links MiMMS against the qt4 port} {
-    patchfiles-append   patch-Makefile.qt4.diff
-    depends_lib-append  port:qt4
-}
-
-variant qt4_mac conflicts qt4 description {Links MiMMS against the qt4-mac port} {
-    patchfiles-append   patch-Makefile.qt4-mac.diff
-    depends_lib-append  port:qt4-mac
-}
+livecheck.check 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/20090721/c4a583aa/attachment-0001.html>


More information about the macports-changes mailing list