Hi!

I've attached an update for ImageMagick/p5-PerlMagick 6.2.3-2.

ChangeLog:

2005-06-14  Cristy  <[EMAIL PROTECTED]>
  * Fixed bug recently introduced for stroke/fill drawing primitives.
  * Fixed bug when saving an 8BIM profile.

2005-06-13  Cristy  <[EMAIL PROTECTED]>
  * Add stdarg.h include in magick/api.h to satisfy RMagick configure 
script.

2005-06-05  Cristy  <[EMAIL PROTECTED]>
  * Image rotation no longer creates a black backgound when the image 
background
    color is fully transparent.

2005-06-02  Cristy  <[EMAIL PROTECTED]>
  * Added Log to Linear colorspace conversion.
  * Deprecated magick/api.h, use magick/ImageMagick.h instead.

Tested on i386, works for me. Please test and comment.

Regards,
        Bernd
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/Makefile,v
retrieving revision 1.82
diff -u -r1.82 Makefile
--- Makefile    4 Jun 2005 14:39:21 -0000       1.82
+++ Makefile    23 Jun 2005 12:18:43 -0000
@@ -3,7 +3,7 @@
 COMMENT=       "image processing tools"
 
 VER=           6.2.3
-DASHVER=       0
+DASHVER=       2
 DISTNAME=      ImageMagick-${VER}-${DASHVER}
 PKGNAME=       ImageMagick-${VER}.${DASHVER}
 CATEGORIES=    graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    4 Jun 2005 14:39:21 -0000       1.6
+++ distinfo    23 Jun 2005 12:18:43 -0000
@@ -1,4 +1,4 @@
-MD5 (ImageMagick-6.2.3-0.tar.gz) = ae8728d5b7f81e6bf882eb3ce5a9385c
-RMD160 (ImageMagick-6.2.3-0.tar.gz) = 28baedc271ad9a745667ea07fb89339fc72fa758
-SHA1 (ImageMagick-6.2.3-0.tar.gz) = 05dd3792826c7c0c70ae1c84ed87b0d46e9afe62
-SIZE (ImageMagick-6.2.3-0.tar.gz) = 5737364
+MD5 (ImageMagick-6.2.3-2.tar.gz) = 809617584bcd7e7b3b3dc4b659883122
+RMD160 (ImageMagick-6.2.3-2.tar.gz) = f51bc88e4a88e7588232505dc1ec4e711ac0aba5
+SHA1 (ImageMagick-6.2.3-2.tar.gz) = 4433c7ce4cbee593768e08907f06991d490994a0
+SIZE (ImageMagick-6.2.3-2.tar.gz) = 5759375
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/pkg/PLIST,v
retrieving revision 1.31
diff -u -r1.31 PLIST
--- pkg/PLIST   4 Jun 2005 14:39:21 -0000       1.31
+++ pkg/PLIST   23 Jun 2005 12:18:43 -0000
@@ -66,6 +66,7 @@
 include/magick/log.h
 include/magick/magic.h
 include/magick/magick-config.h
+include/magick/magick-type.h
 include/magick/magick.h
 include/magick/memory_.h
 include/magick/methods.h
@@ -76,6 +77,7 @@
 include/magick/option.h
 include/magick/paint.h
 include/magick/pixel.h
+include/magick/prepress.h
 include/magick/profile.h
 include/magick/quantize.h
 include/magick/random_.h
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    4 Jun 2005 14:39:21 -0000       1.9
+++ Makefile    23 Jun 2005 12:18:32 -0000
@@ -5,7 +5,7 @@
 COMMENT=       "object-oriented Perl interface to ImageMagick"
 
 VER=           6.2.3
-DASHVER=       0
+DASHVER=       2
 DISTNAME=      ImageMagick-${VER}-${DASHVER}
 PKGNAME=       p5-PerlMagick-${VER}.${DASHVER}
 CATEGORIES=    graphics devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    4 Jun 2005 14:39:21 -0000       1.6
+++ distinfo    23 Jun 2005 12:18:32 -0000
@@ -1,4 +1,4 @@
-MD5 (ImageMagick-6.2.3-0.tar.gz) = ae8728d5b7f81e6bf882eb3ce5a9385c
-RMD160 (ImageMagick-6.2.3-0.tar.gz) = 28baedc271ad9a745667ea07fb89339fc72fa758
-SHA1 (ImageMagick-6.2.3-0.tar.gz) = 05dd3792826c7c0c70ae1c84ed87b0d46e9afe62
-SIZE (ImageMagick-6.2.3-0.tar.gz) = 5737364
+MD5 (ImageMagick-6.2.3-2.tar.gz) = 809617584bcd7e7b3b3dc4b659883122
+RMD160 (ImageMagick-6.2.3-2.tar.gz) = f51bc88e4a88e7588232505dc1ec4e711ac0aba5
+SHA1 (ImageMagick-6.2.3-2.tar.gz) = 4433c7ce4cbee593768e08907f06991d490994a0
+SIZE (ImageMagick-6.2.3-2.tar.gz) = 5759375

Reply via email to