[51538] trunk/dports/graphics/ImageMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 27 09:16:48 PDT 2009


Revision: 51538
          http://trac.macports.org/changeset/51538
Author:   ryandesign at macports.org
Date:     2009-05-27 09:16:48 -0700 (Wed, 27 May 2009)
Log Message:
-----------
ImageMagick:

 * update to 6.5.2-9
 * ensure we don't link with openexr if the +hdri variant has not been selected; see http://studio.imagemagick.org/pipermail/magick-bugs/2009-May/003206.html

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2009-05-27 16:13:56 UTC (rev 51537)
+++ trunk/dports/graphics/ImageMagick/Portfile	2009-05-27 16:16:48 UTC (rev 51538)
@@ -3,8 +3,7 @@
 PortSystem              1.0
 
 name                    ImageMagick
-version                 6.5.2-4
-revision                1
+version                 6.5.2-9
 set reasonable_version  [lindex [split ${version} -] 0]
 homepage                http://www.imagemagick.org/
 categories              graphics devel
@@ -38,9 +37,9 @@
 #    ftp://ftp.nluug.nl/pub/${name}/ \
 
 checksums \
-    md5     ddaa6abdb4a323558382046946beece2 \
-    sha1    cbf074035472fa170708b0f8d2410ef78131db52 \
-    rmd160  73b3444387bde5ac27e2adfea2e8ed4c6201814e
+    md5     19f24b75b2d0407ce296ec75f0ccd985 \
+    sha1    1eb8cb876742dba833917c30b10bfef215d4f261 \
+    rmd160  01aa6604339eaee031b06aae27a4074ac36a88e1
 
 depends_lib \
     port:xorg-libXext \
@@ -63,6 +62,7 @@
     --enable-shared \
     --enable-static \
     --disable-ltdl-install \
+    --without-openexr \
     --disable-hdri \
     --with-dps \
     --with-bzlib \
@@ -206,8 +206,10 @@
     depends_lib-append \
         port:openexr
     configure.args-delete \
+        --without-openexr \
         --disable-hdri
     configure.args-append \
+        --with-openexr \
         --enable-hdri
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/f6b425be/attachment.html>


More information about the macports-changes mailing list