Received: by mail.netbsd.org (Postfix, from userid 605) id 4612584E57; Thu, 31 May 2018 17:20:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 635D784E52 for ; Thu, 31 May 2018 17:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wVR_mjO3DE27 for ; Thu, 31 May 2018 17:20:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 923F384C82 for ; Thu, 31 May 2018 17:20:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81C1DFBEC; Thu, 31 May 2018 17:20:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152778724346330" MIME-Version: 1.0 Date: Thu, 31 May 2018 17:20:43 +0000 From: "Adrian Steinmann" Subject: CVS commit: pkgsrc/graphics/ImageMagick To: pkgsrc-changes@NetBSD.org Reply-To: ast@netbsd.org X-Mailer: log_accum Message-Id: <20180531172043.81C1DFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152778724346330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ast Date: Thu May 31 17:20:43 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.7.37. 2018-05-29 7.0.7-37 Cristy Release ImageMagick version 7.0.7-37, GIT revision 14393:61d7e8b17:20180529. 2018-05-29 7.0.7-37 Properly initialize SVG color style. 2018-05-28 7.0.7-36 Cristy Release ImageMagick version 7.0.7-36, GIT revision 14390:3a6bd703f:20180528. 2018-05-28 7.0.7-36 A SVG rectangle with a width and height of 1 is a point. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.185 -r1.186 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152778724346330 Content-Disposition: inline Content-Length: 1946 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick/Makefile.common diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.170 pkgsrc/graphics/ImageMagick/Makefile.common:1.171 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.170 Sun May 27 06:49:00 2018 +++ pkgsrc/graphics/ImageMagick/Makefile.common Thu May 31 17:20:43 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.170 2018/05/27 06:49:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.171 2018/05/31 17:20:43 ast 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= 35 +IM_MINOR_VER= 37 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.185 pkgsrc/graphics/ImageMagick/distinfo:1.186 --- pkgsrc/graphics/ImageMagick/distinfo:1.185 Sun May 27 06:49:00 2018 +++ pkgsrc/graphics/ImageMagick/distinfo Thu May 31 17:20:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.185 2018/05/27 06:49:00 wiz Exp $ +$NetBSD: distinfo,v 1.186 2018/05/31 17:20:43 ast Exp $ -SHA1 (ImageMagick-7.0.7-35.tar.xz) = 8ce976a24b013cc074704ed2fc457699f0d7f72c -RMD160 (ImageMagick-7.0.7-35.tar.xz) = d2b3134221e23b4ad0aa11f31b65211d5a330f0b -SHA512 (ImageMagick-7.0.7-35.tar.xz) = 65aac1f1b4546212608acc1bf8b7b0a6fc7e45c9273183725dcfaf04e16948112fd4cfb295d88e5860dff66f04c54cc504af067e32c46cf8662f4ff72c64688a -Size (ImageMagick-7.0.7-35.tar.xz) = 8614296 bytes +SHA1 (ImageMagick-7.0.7-37.tar.xz) = fd041750e31fbc96eddfe104cbeba98263db4b28 +RMD160 (ImageMagick-7.0.7-37.tar.xz) = 7cef0cd57f2b525dfec2e9a9e2c4cb36faaaa5af +SHA512 (ImageMagick-7.0.7-37.tar.xz) = acf78f2ac499cdc01d78cc90bad7dd72d574e12259dc4576b38dc1ac50adca29a9dc20fca102922da82f05a5205ef0437652b05c356f422a41f9692455aa5c71 +Size (ImageMagick-7.0.7-37.tar.xz) = 8610744 bytes --_----------=_152778724346330--