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

ryandesign at macports.org ryandesign at macports.org
Fri Oct 1 16:06:08 PDT 2010


Revision: 72069
          http://trac.macports.org/changeset/72069
Author:   ryandesign at macports.org
Date:     2010-10-01 16:06:06 -0700 (Fri, 01 Oct 2010)
Log Message:
-----------
ImageMagick: update to 6.6.4-8; remove gs variant and enable Ghostscript support all the time, so PDFs can always be converted

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2010-10-01 22:28:17 UTC (rev 72068)
+++ trunk/dports/graphics/ImageMagick/Portfile	2010-10-01 23:06:06 UTC (rev 72069)
@@ -6,7 +6,7 @@
 
 name                        ImageMagick
 conflicts                   cryptlib
-version                     6.6.4-0
+version                     6.6.4-8
 set reasonable_version      [lindex [split ${version} -] 0]
 homepage                    http://www.imagemagick.org/
 categories                  graphics devel
@@ -40,9 +40,9 @@
 #                            http://ftp.surfnet.nl/pub/ImageMagick/
 #                            ftp://ftp.nluug.nl/pub/${name}/
 
-checksums                   md5     7647b6f6c950ed5d1b9d16246c1fab05 \
-                            sha1    83168c5bb2a71dff658d5dc3a9d3ca7a72b80287 \
-                            rmd160  c4176a8f59f6645e1c0d33ebeabec77bda180317
+checksums                   md5     657221610f5ae134b71b422e9d4a7e44 \
+                            sha1    ee7d4e75c2eddf25ada07468d72c2a264c73bb1c \
+                            rmd160  c033347fd438858f1d17d6bd6b284474bf16e9f3
 
 patchfiles                  patch-m4_ax_opencl.m4.diff
 
@@ -58,6 +58,7 @@
                             port:zlib \
                             port:freetype \
                             port:fontconfig \
+                            port:ghostscript \
                             port:libiconv \
                             port:expat \
                             port:libxml2
@@ -71,6 +72,7 @@
                             lib/libtiff.dylib \
                             lib/libfreetype.dylib \
                             lib/libfontconfig.dylib \
+                            lib/libgs.dylib \
                             lib/libiconv.dylib \
                             lib/libexpat.dylib \
                             lib/libxml2.dylib
@@ -94,6 +96,7 @@
                             --with-dps \
                             --with-bzlib \
                             --with-fontconfig \
+                            --with-gslib \
                             --with-jpeg \
                             --with-lcms \
                             --with-png \
@@ -104,7 +107,6 @@
                             --with-x \
                             --without-perl \
                             --without-fpx \
-                            --without-gslib \
                             --without-jbig \
                             --without-jp2 \
                             --without-wmf \
@@ -132,13 +134,6 @@
     configure.args-append   --with-gvc
 }
 
-variant gs description {Include Ghostscript library support} {
-    depends_lib-append      port:ghostscript
-    archcheck.files-append  lib/libgs.dylib
-    configure.args-delete   --without-gslib
-    configure.args-append   --with-gslib
-}
-
 variant hdri description {Support High Dynamic Range Imaging using OpenEXR} {
     depends_lib-append      port:openexr
     archcheck.files-append  lib/libIlmImf.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101001/1b6416b9/attachment.html>


More information about the macports-changes mailing list