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 3A76C7A218 for ; Mon, 28 Nov 2016 15:07:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A567D855C6; Mon, 28 Nov 2016 15:07:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 378EA84CFD for ; Mon, 28 Nov 2016 15:07:13 +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 j3ETAAI1K6lU for ; Mon, 28 Nov 2016 15:07:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1043B84CEC for ; Mon, 28 Nov 2016 15:07:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AF90FBA6; Mon, 28 Nov 2016 15:07:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480345632205900" MIME-Version: 1.0 Date: Mon, 28 Nov 2016 15:07:12 +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: <20161128150712.0AF90FBA6@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. --_----------=_1480345632205900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 28 15:07:11 UTC 2016 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Log Message: Updated ImageMagick to 7.0.3.8. Move MASTER_SITES and HOMEPAGE to https. 2016-11-15 7.0.3-8 Cristy * Release ImageMagick version 7.0.3-8, GIT revision 19067:5aceded:20161125. 2016-11-18 7.0.3-8 Cristy * Support the phash:colorspaces and phash:normalize options. * If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Set alpha member of draw structure to OpaqueAlpha (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30894). * Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866). * Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304). * Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921). * The -clone option no longer leaks memory. * Render to clip mask rather than image for clip-path MVG graphics primitive. 2016-11-15 7.0.3-7 Cristy * Release ImageMagick version 7.0.3-7, GIT revision 19024:87aca83:20161115. 2016-11-10 7.0.3-7 Cristy * Web pages were broken when we moved to HTTPS protocol. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/ImageMagick/PLIST cvs rdiff -u -r1.154 -r1.155 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480345632205900 Content-Disposition: inline Content-Length: 3092 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.135 pkgsrc/graphics/ImageMagick/Makefile.common:1.136 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.135 Thu Nov 10 10:20:53 2016 +++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Nov 28 15:07:11 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.135 2016/11/10 10:20:53 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.136 2016/11/28 15:07:11 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.3 -IM_MINOR_VER= 6 +IM_MINOR_VER= 8 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) @@ -24,10 +24,10 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ ftp://ftp.nluug.nl/pub/ImageMagick/ \ ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \ - http://www.imagemagick.org/download/ + https://www.imagemagick.org/download/ EXTRACT_SUFX= .tar.xz -HOMEPAGE= http://www.imagemagick.org/ +HOMEPAGE= https://www.imagemagick.org/ LICENSE= gnu-gpl-v3 WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX} Index: pkgsrc/graphics/ImageMagick/PLIST diff -u pkgsrc/graphics/ImageMagick/PLIST:1.90 pkgsrc/graphics/ImageMagick/PLIST:1.91 --- pkgsrc/graphics/ImageMagick/PLIST:1.90 Mon Sep 12 07:30:58 2016 +++ pkgsrc/graphics/ImageMagick/PLIST Mon Nov 28 15:07:11 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.90 2016/09/12 07:30:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.91 2016/11/28 15:07:11 wiz Exp $ bin/Magick++-config bin/MagickCore-config bin/MagickWand-config @@ -1253,7 +1253,6 @@ share/doc/ImageMagick-7/www/source/type- share/doc/ImageMagick-7/www/source/type-windows.xml share/doc/ImageMagick-7/www/source/type.xml share/doc/ImageMagick-7/www/source/wand.c -share/doc/ImageMagick-7/www/sponsors.html share/doc/ImageMagick-7/www/stream.html share/doc/ImageMagick-7/www/subversion.html share/doc/ImageMagick-7/www/support.html Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.154 pkgsrc/graphics/ImageMagick/distinfo:1.155 --- pkgsrc/graphics/ImageMagick/distinfo:1.154 Thu Nov 10 10:20:53 2016 +++ pkgsrc/graphics/ImageMagick/distinfo Mon Nov 28 15:07:11 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.154 2016/11/10 10:20:53 ryoon Exp $ +$NetBSD: distinfo,v 1.155 2016/11/28 15:07:11 wiz Exp $ -SHA1 (ImageMagick-7.0.3-6.tar.xz) = 342461e0fd6e632a93eb5e65fd8f7178b4b6f312 -RMD160 (ImageMagick-7.0.3-6.tar.xz) = fdb6efac722c24a5950ce37390c34ffa10983386 -SHA512 (ImageMagick-7.0.3-6.tar.xz) = ba288bdbfa3b51c11f8cca8c00509ae532c76079cf83033cddb09d0e13cd34dc576870b3946ac3d2260c496bc485a6a0dbe06bafb3eb335d61a4941ea2aa0b65 -Size (ImageMagick-7.0.3-6.tar.xz) = 8291984 bytes +SHA1 (ImageMagick-7.0.3-8.tar.xz) = 905487a2be68d36f98be474922dde548a94c5e25 +RMD160 (ImageMagick-7.0.3-8.tar.xz) = 4465e46c9c6570061263d18454fd24a8e8d13cf8 +SHA512 (ImageMagick-7.0.3-8.tar.xz) = c673c8d0ae044441b593bfc7a9cbdd7f5408bf725215742351c204a7611be3e0d857b7bc367a2b85e3497f4c91a4cc0e96fae346e2fa4efbc2a37c760b742ca7 +Size (ImageMagick-7.0.3-8.tar.xz) = 8292080 bytes --_----------=_1480345632205900--