[95450] trunk/dports/mail/ripmime/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 12 18:03:32 PDT 2012


Revision: 95450
          https://trac.macports.org/changeset/95450
Author:   ryandesign at macports.org
Date:     2012-07-12 18:03:31 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
ripmime: update to 1.4.0.10; ensure we're UsingTheRightCompiler; add universal variant and use -arch flags; add libiconv dependency

Modified Paths:
--------------
    trunk/dports/mail/ripmime/Portfile

Modified: trunk/dports/mail/ripmime/Portfile
===================================================================
--- trunk/dports/mail/ripmime/Portfile	2012-07-13 00:48:56 UTC (rev 95449)
+++ trunk/dports/mail/ripmime/Portfile	2012-07-13 01:03:31 UTC (rev 95450)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                ripmime
-version             1.4.0.6
+version             1.4.0.10
 categories          mail
 platforms           darwin
 license             BSD
@@ -17,10 +17,18 @@
 homepage            http://www.pldaniels.com/ripmime/
 master_sites        ${homepage}
 
-checksums           md5     89df77b67f9a5a877002bbc3fc0159cf
+checksums           rmd160  312f6ca37e73a5a024dd8cf07e6b969b6d7a952d \
+                    sha256  896115488a7b7cad3b80f2718695b0c7b7c89fc0d456b09125c37f5a5734406a
 
+depends_lib         port:libiconv
+
 use_configure       no
 
+variant universal {}
+
+build.args          CC="${configure.cc} [get_canonical_archflags cc]" \
+                    LIBS="-liconv"
+
 destroot {
     xinstall -s -m 755 ${worksrcpath}/ripmime ${destroot}${prefix}/bin
     xinstall -m 644 ${worksrcpath}/ripmime.1 ${destroot}${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/0d8ea4b2/attachment.html>


More information about the macports-changes mailing list