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:   fhajny
Date:           Mon Oct 30 14:54:37 UTC 2017

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

Log Message:
Update graphics/ImageMagick to 7.0.7.8

- Return expected results for a percent 0 -chop option argument
- Tweaks to OpenMP support within ImageMagick.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.157 -r1.158 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.173 -r1.174 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.231 pkgsrc/graphics/ImageMagick/Makefile:1.232
--- pkgsrc/graphics/ImageMagick/Makefile:1.231  Mon Oct 30 14:44:05 2017
+++ pkgsrc/graphics/ImageMagick/Makefile        Mon Oct 30 14:54:37 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.231 2017/10/30 14:44:05 fhajny Exp $
+# $NetBSD: Makefile,v 1.232 2017/10/30 14:54:37 fhajny Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
-PKGREVISION=   1
 
 MAINTAINER=    adam%NetBSD.org@localhost
 COMMENT=       Package for display and interactive manipulation of images

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.157 pkgsrc/graphics/ImageMagick/Makefile.common:1.158
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.157   Tue Oct 10 19:47:50 2017
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Oct 30 14:54:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.157 2017/10/10 19:47:50 tez Exp $
+# $NetBSD: Makefile.common,v 1.158 2017/10/30 14:54:37 fhajny Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -7,7 +7,7 @@
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.7
-IM_MINOR_VER=          7
+IM_MINOR_VER=          8
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.173 pkgsrc/graphics/ImageMagick/distinfo:1.174
--- pkgsrc/graphics/ImageMagick/distinfo:1.173  Tue Oct 10 19:47:50 2017
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon Oct 30 14:54:37 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.173 2017/10/10 19:47:50 tez Exp $
+$NetBSD: distinfo,v 1.174 2017/10/30 14:54:37 fhajny Exp $
 
-SHA1 (ImageMagick-7.0.7-7.tar.xz) = da3a83be342b37c5b48eea2daf85d10e12dec981
-RMD160 (ImageMagick-7.0.7-7.tar.xz) = 7828840bf718613eb9a3d1f2371114acc138923e
-SHA512 (ImageMagick-7.0.7-7.tar.xz) = ab18734a8569c1fc59dd3420dcad3c00a1bec016468a5cc2ddc4c84a39867deceed0aa01aa0ced410504fb9d0e228f6f6e69b3bbe1514b9e55fd0068f3acc521
-Size (ImageMagick-7.0.7-7.tar.xz) = 8559844 bytes
+SHA1 (ImageMagick-7.0.7-8.tar.xz) = fa50b581eb480330d382ac6b307212e25e74b81d
+RMD160 (ImageMagick-7.0.7-8.tar.xz) = 95b3c0c0229851764971959b864156c9ae9363c8
+SHA512 (ImageMagick-7.0.7-8.tar.xz) = 0852df3bc996032a713ce6dc274cc36c3818c1c8304223de391e58bce8230aa12ac9778b4b28278c0ab4e42f2a7b4094052a5e4e6e4208329848948237fb41d2
+Size (ImageMagick-7.0.7-8.tar.xz) = 8797060 bytes



Home | Main Index | Thread Index | Old Index