Ticket #14578: patch_im.20080306.2321

File patch_im.20080306.2321, 1.2 KB (added by ghosthound, 16 years ago)

patch to graphics/ImageMagick Portfile to apply alpha-channel fix and uprev to 6.3.9-2

Line 
1Index: Portfile
2===================================================================
3--- Portfile    (revision 34813)
4+++ Portfile    (working copy)
5@@ -3,7 +3,7 @@
6 PortSystem              1.0
7 
8 name                    ImageMagick
9-version                 6.3.9-1
10+version                 6.3.9-2
11 homepage                http://www.imagemagick.org/
12 categories              graphics devel
13 maintainers             ryandesign
14@@ -35,10 +35,9 @@
15     ftp://ftp.fifi.org/pub/ImageMagick/ \
16     ftp://ftp.nluug.nl/pub/${name}/
17 
18-checksums \
19-    md5 b0cf2364a2d5c0bb667463d51a7bcb60 \
20-    sha1 b67f12d7951f20c2c60785461fe977794a459615 \
21-    rmd160 6097c1ec126957bbd55b59e2ae559f4bf724d601
22+checksums           md5     be4311a2ade037222d99e490a75e1765 \
23+                    sha1    a85d074ed8085f0fe00035e89ea6975cc3ab6d00 \
24+                    rmd160  9732d63fd470a4a7066aa70abcfb99da940b1055
25 
26 depends_lib \
27     lib:libX11.6:XFree86 \
28@@ -80,6 +79,8 @@
29     --without-gvc \
30     --mandir=${prefix}/share/man
31 
32+patchfiles             patch-coders-pdf.c.diff
33+
34 test.run                yes
35 test.target             check
36 test.env                DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs