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 84C887A264 for ; Wed, 7 Sep 2016 06:30:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3499185ECB; Wed, 7 Sep 2016 06:30:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B95A985EBF for ; Wed, 7 Sep 2016 06:30:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qBW2eMXSf-LY for ; Wed, 7 Sep 2016 06:30:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5BC2F84C86 for ; Wed, 7 Sep 2016 06:30:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59FFCFBD1; Wed, 7 Sep 2016 06:30:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473229801176520" MIME-Version: 1.0 Date: Wed, 7 Sep 2016 06:30:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-GraphicsMagick To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160907063001.59FFCFBD1@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. --_----------=_1473229801176520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 7 06:30:01 UTC 2016 Modified Files: pkgsrc/graphics/p5-GraphicsMagick: Makefile Log Message: Updated p5-GraphicsMagick to 1.3.25. To match GraphicsMagick. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/p5-GraphicsMagick/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473229801176520 Content-Disposition: inline Content-Length: 574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-GraphicsMagick/Makefile diff -u pkgsrc/graphics/p5-GraphicsMagick/Makefile:1.28 pkgsrc/graphics/p5-GraphicsMagick/Makefile:1.29 --- pkgsrc/graphics/p5-GraphicsMagick/Makefile:1.28 Wed Jun 8 19:23:54 2016 +++ pkgsrc/graphics/p5-GraphicsMagick/Makefile Wed Sep 7 06:30:01 2016 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:54 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/09/07 06:30:01 wiz Exp $ -PKGREVISION= 1 .include "../../graphics/GraphicsMagick/Makefile.common" PKGNAME= p5-GraphicsMagick-${DISTVERSION} --_----------=_1473229801176520--