[90541] trunk/dports/graphics/scantailor/Portfile

raphael at macports.org raphael at macports.org
Thu Mar 8 08:42:44 PST 2012


Revision: 90541
          http://trac.macports.org/changeset/90541
Author:   raphael at macports.org
Date:     2012-03-08 08:42:41 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
scantailor: update to version 0.9.11.1; use llvm-gcc instead of clang

Modified Paths:
--------------
    trunk/dports/graphics/scantailor/Portfile

Modified: trunk/dports/graphics/scantailor/Portfile
===================================================================
--- trunk/dports/graphics/scantailor/Portfile	2012-03-08 15:55:58 UTC (rev 90540)
+++ trunk/dports/graphics/scantailor/Portfile	2012-03-08 16:42:41 UTC (rev 90541)
@@ -6,7 +6,7 @@
 PortGroup                       qt4 1.0
 
 name                            scantailor
-version                         0.9.10
+version                         0.9.11.1
 platforms                       darwin
 maintainers                     raphael openmaintainer
 license                         GPL-3+
@@ -28,13 +28,17 @@
 
 master_sites                    sourceforge:project/scantailor/scantailor/${version}
 
-checksums                       rmd160  548681bbca511e90c52ab3ade6ff6d32729774b6 \
-                                sha256  0b574eabfb65e4dcf3915d00ad3da31d464060458ffaeb49e4257e97301f93a0
+checksums                       rmd160  43958c567bffe17bda2af4873f7beb0b71b77ab4 \
+                                sha256  881647a4172c55a067a7b6687965441cf21176d79d93075b22a373ea9accd8d3
 
 post-patch {
     reinplace "s|@VERSION@|${version}|" ${worksrcpath}/packaging/osx/Info.plist.in
 }
 
+# scantailor does not build with clang
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
 configure.args-append           ${qt_cmake_defines}
 
 post-destroot {                 # create application bundle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/c46f8966/attachment.html>


More information about the macports-changes mailing list