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

ryandesign at macports.org ryandesign at macports.org
Sun Jun 28 19:55:33 PDT 2009


Revision: 53074
          http://trac.macports.org/changeset/53074
Author:   ryandesign at macports.org
Date:     2009-06-28 19:55:32 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
ImageMagick:

 * update to 6.5.4-0 (all tests passed on Tiger/Intel)
 * add --with-fontconfig configure arg so fontconfig is enabled even if the +no_x11 variant is used
 * remove --mandir configure arg; ImageMagick already knows where to put the manpages
 * use path:-style dependency for graphviz so graphviz-devel could satisfy the dependency

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2009-06-29 02:53:02 UTC (rev 53073)
+++ trunk/dports/graphics/ImageMagick/Portfile	2009-06-29 02:55:32 UTC (rev 53074)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    ImageMagick
-version                 6.5.3-10
+version                 6.5.4-0
 set reasonable_version  [lindex [split ${version} -] 0]
 homepage                http://www.imagemagick.org/
 categories              graphics devel
@@ -37,9 +37,9 @@
 #    ftp://ftp.nluug.nl/pub/${name}/ \
 
 checksums \
-    md5     ad485ed0eca5eb8b8a1649bae40cec7d \
-    sha1    64ac87fbc433c9e449bc630998657196421d179d \
-    rmd160  b70bb33584ebef43d49ba1132311bbc4aa599cc9
+    md5     1ee9a05406d021e0e767c3cf79f280c6 \
+    sha1    163149f2e31d1904e6f4a1331ce556c6a4585739 \
+    rmd160  f1bbb500650f163d3c364de0dae10ce8560364b9
 
 depends_lib \
     port:xorg-libXext \
@@ -66,6 +66,7 @@
     --disable-hdri \
     --with-dps \
     --with-bzlib \
+    --with-fontconfig \
     --with-jpeg \
     --with-png \
     --with-tiff \
@@ -82,8 +83,7 @@
     --without-wmf \
     --without-gvc \
     --without-rsvg \
-    --without-lqr \
-    --mandir=${prefix}/share/man
+    --without-lqr
 
 test.run                yes
 test.target             check
@@ -197,7 +197,7 @@
 
 variant graphviz description {Support Graphviz} {
     depends_lib-append \
-        port:graphviz
+        path:bin/dot:graphviz
     configure.args-delete \
         --without-gvc
     configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/ae56d1e2/attachment.html>


More information about the macports-changes mailing list