Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 52D707A266 for ; Mon, 27 Feb 2017 09:46:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B89D7855AC; Mon, 27 Feb 2017 09:46:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 493738556D for ; Mon, 27 Feb 2017 09:46:49 +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 7pglzQtN8QEs for ; Mon, 27 Feb 2017 09:46:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE4098556C for ; Mon, 27 Feb 2017 09:46:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9400FBE4; Mon, 27 Feb 2017 09:46:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148818880896490" MIME-Version: 1.0 Date: Mon, 27 Feb 2017 09:46:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/ImageMagick To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170227094648.B9400FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148818880896490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 27 09:46:48 UTC 2017 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Log Message: Updated ImageMagick to 7.0.5.0. 2017-02-20 7.0.5-0 Cristy * Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220. 2017-02-20 7.0.5-0 Cristy * Fix transient bug with -separate option (reference https://github.com/ImageMagick/ImageMagick/issues/385). To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.94 -r1.95 pkgsrc/graphics/ImageMagick/PLIST cvs rdiff -u -r1.162 -r1.163 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148818880896490 Content-Disposition: inline Content-Length: 2824 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.146 pkgsrc/graphics/ImageMagick/Makefile.common:1.147 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.146 Mon Feb 20 09:50:16 2017 +++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Feb 27 09:46:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.146 2017/02/20 09:50:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.147 2017/02/27 09:46:48 wiz Exp $ # # When updating this package, please upload the distfile # since they disappear immediately when new releases happen, @@ -6,8 +6,8 @@ # # used by graphics/p5-PerlMagick/Makefile -IM_MAJOR_VER= 7.0.4 -IM_MINOR_VER= 10 +IM_MAJOR_VER= 7.0.5 +IM_MINOR_VER= 0 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/PLIST diff -u pkgsrc/graphics/ImageMagick/PLIST:1.94 pkgsrc/graphics/ImageMagick/PLIST:1.95 --- pkgsrc/graphics/ImageMagick/PLIST:1.94 Mon Feb 20 09:50:16 2017 +++ pkgsrc/graphics/ImageMagick/PLIST Mon Feb 27 09:46:48 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.94 2017/02/20 09:50:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.95 2017/02/27 09:46:48 wiz Exp $ bin/Magick++-config bin/MagickCore-config bin/MagickWand-config @@ -149,7 +149,7 @@ include/ImageMagick-7/MagickWand/pixel-w include/ImageMagick-7/MagickWand/stream.h include/ImageMagick-7/MagickWand/wand-view.h include/ImageMagick-7/MagickWand/wandcli.h -lib/ImageMagick-7.0.4/config-Q16HDRI/configure.xml +lib/ImageMagick-7.0.5/config-Q16HDRI/configure.xml lib/libMagick++-7.Q16HDRI.la lib/libMagickCore-7.Q16HDRI.la lib/libMagickWand-7.Q16HDRI.la Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.162 pkgsrc/graphics/ImageMagick/distinfo:1.163 --- pkgsrc/graphics/ImageMagick/distinfo:1.162 Mon Feb 20 09:50:16 2017 +++ pkgsrc/graphics/ImageMagick/distinfo Mon Feb 27 09:46:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.162 2017/02/20 09:50:16 wiz Exp $ +$NetBSD: distinfo,v 1.163 2017/02/27 09:46:48 wiz Exp $ -SHA1 (ImageMagick-7.0.4-10.tar.xz) = 368c9a15aca90d5b7eb98488020f3f89d9913e75 -RMD160 (ImageMagick-7.0.4-10.tar.xz) = 8daeb66c69141413e3bca7b9c5a76f8a786714af -SHA512 (ImageMagick-7.0.4-10.tar.xz) = 606437000c3c22f6235cd606d658c24999bd9429cd199822591dd5baedf0344bc225ede66808057e12fc97e7ec3b4d3cecf038ac13af7b3df4a1aec64e6d52d5 -Size (ImageMagick-7.0.4-10.tar.xz) = 8308580 bytes +SHA1 (ImageMagick-7.0.5-0.tar.xz) = aa038cd600e604efda24570ab6ac1d9a00a77258 +RMD160 (ImageMagick-7.0.5-0.tar.xz) = 862265c8f5f5e8e46614bb6a85d770547943b3e6 +SHA512 (ImageMagick-7.0.5-0.tar.xz) = 3c0a94b9c00acc88d55fbf076c7500ac95e693554fa0f5d0932983b0f3feccba950e7aea1171ddcebe02c33917bf473896911d360b28b7cb20e5509fecbed554 +Size (ImageMagick-7.0.5-0.tar.xz) = 8302276 bytes --_----------=_148818880896490--