pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jul 18 08:09:39 UTC 2016

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo

Log Message:
Update graphics/ImageMagick to 7.0.2.4

pkgsrc changes:
 - Add a comment to suggest running upload-distfiles because upstream only store
   latest stable version distfiles.

Changes:
7.0.2-4:
  * To comply with the SVG standard, use stroke-opacity for transparent strokes.
  * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.

7.0.2-3:
  * Patch so -kuwahara option can preserve colormapped edges.
  * The histogram coder now returns the correct extent.
  * Use CopyMagickString() rather than CopyMagickMemory() for strings.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.124 -r1.125 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.143 -r1.144 pkgsrc/graphics/ImageMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.226 pkgsrc/graphics/ImageMagick/Makefile:1.227
--- pkgsrc/graphics/ImageMagick/Makefile:1.226  Sat Jul  9 06:38:19 2016
+++ pkgsrc/graphics/ImageMagick/Makefile        Mon Jul 18 08:09:39 2016
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.226 2016/07/09 06:38:19 wiz Exp $
+# $NetBSD: Makefile,v 1.227 2016/07/18 08:09:39 leot Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.124 pkgsrc/graphics/ImageMagick/Makefile.common:1.125
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.124   Sun Jul  3 11:03:46 2016
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Jul 18 08:09:39 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.124 2016/07/03 11:03:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.125 2016/07/18 08:09:39 leot Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.2
-IM_MINOR_VER=          2
+IM_MINOR_VER=          4
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)
@@ -15,6 +15,11 @@ DISTSUFFIX=  ${IM_MAJOR_VER}
 DISTNAME=      ImageMagick-${DISTSUFFIX}
 DISTVERSION=   ${DISTSUFFIX:S/-/./}
 
+#
+# Please always run `upload-distfiles' after every update!
+# (upstream usually get rid of old version and only the latest stable versions
+# are available in the mirrors)
+#
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.imagemagick.org/pub/ImageMagick/ \
                ftp://ftp.nluug.nl/pub/ImageMagick/ \

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.143 pkgsrc/graphics/ImageMagick/distinfo:1.144
--- pkgsrc/graphics/ImageMagick/distinfo:1.143  Sun Jul  3 11:03:46 2016
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon Jul 18 08:09:39 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.143 2016/07/03 11:03:46 wiz Exp $
+$NetBSD: distinfo,v 1.144 2016/07/18 08:09:39 leot Exp $
 
-SHA1 (ImageMagick-7.0.2-2.tar.xz) = b407a9033dd2a017a421d90bef1cbb2a1e96621e
-RMD160 (ImageMagick-7.0.2-2.tar.xz) = d8b964ef3df01fd0cd19b8900292cf9a13084c3d
-SHA512 (ImageMagick-7.0.2-2.tar.xz) = b80b1e2f42dc3a98ebd474c716be5ef2409921cc403731726efd15e36c923030806f1426d7febd229b5c8c7b0fb6b74998f745b306301c91622c15a5dc8dec6f
-Size (ImageMagick-7.0.2-2.tar.xz) = 8283228 bytes
+SHA1 (ImageMagick-7.0.2-4.tar.xz) = dd9565b0020f156a41872c1f5c64e3c877aea96e
+RMD160 (ImageMagick-7.0.2-4.tar.xz) = c75279524921e1a7d0d011182ca75705349d1b14
+SHA512 (ImageMagick-7.0.2-4.tar.xz) = cb64ebb9932f554755122dfb141e878bd330e979c74be907895bed0987bcce879101004ba0e72fbe77fed5ac858822057cc8865a13b1ba71a28fa0288d94636d
+Size (ImageMagick-7.0.2-4.tar.xz) = 8285388 bytes



Home | Main Index | Thread Index | Old Index