Received: by mail.netbsd.org (Postfix, from userid 605) id E1DBE84D60; Wed, 29 Aug 2018 05:52:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E12FE84D4D for ; Wed, 29 Aug 2018 05:52:58 +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 aYIjUBst604Q for ; Wed, 29 Aug 2018 05:52:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3524884D26 for ; Wed, 29 Aug 2018 05:52:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D9FEFBF8; Wed, 29 Aug 2018 05:52:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153552197890150" MIME-Version: 1.0 Date: Wed, 29 Aug 2018 05:52:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-GD To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180829055258.2D9FEFBF8@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. --_----------=_153552197890150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 29 05:52:58 UTC 2018 Modified Files: pkgsrc/graphics/p5-GD: Makefile distinfo Log Message: p5-GD: update to 2.69. 2.69 * little spelling error, GH #29 Xavier Guimard To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/p5-GD/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/p5-GD/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153552197890150 Content-Disposition: inline Content-Length: 1579 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-GD/Makefile diff -u pkgsrc/graphics/p5-GD/Makefile:1.81 pkgsrc/graphics/p5-GD/Makefile:1.82 --- pkgsrc/graphics/p5-GD/Makefile:1.81 Wed Aug 22 09:45:14 2018 +++ pkgsrc/graphics/p5-GD/Makefile Wed Aug 29 05:52:58 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2018/08/22 09:45:14 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2018/08/29 05:52:58 wiz Exp $ -DISTNAME= GD-2.68 +DISTNAME= GD-2.69 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} Index: pkgsrc/graphics/p5-GD/distinfo diff -u pkgsrc/graphics/p5-GD/distinfo:1.26 pkgsrc/graphics/p5-GD/distinfo:1.27 --- pkgsrc/graphics/p5-GD/distinfo:1.26 Sun Feb 25 17:45:46 2018 +++ pkgsrc/graphics/p5-GD/distinfo Wed Aug 29 05:52:58 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2018/02/25 17:45:46 wiz Exp $ +$NetBSD: distinfo,v 1.27 2018/08/29 05:52:58 wiz Exp $ -SHA1 (GD-2.68.tar.gz) = d061a0fd1ee7a3c7fcd35916154f8fb607daa297 -RMD160 (GD-2.68.tar.gz) = f0e69c6048463c6cf7dbb4a5e575aa5ca4bea9ae -SHA512 (GD-2.68.tar.gz) = 089d5482f55bd7a2990422fac41f6351f73492bb08fdb47c9acfed593e0f05a1a077ef3bf3179676f59e1b0de8ffc0f92b40597283ab2df3d24bb8a5d8d60698 -Size (GD-2.68.tar.gz) = 254417 bytes +SHA1 (GD-2.69.tar.gz) = d49b30028b32edc74c5aa6447b26d10bb0729d1f +RMD160 (GD-2.69.tar.gz) = 0ba58473136356cd2985ceb5c741f969916cfa3a +SHA512 (GD-2.69.tar.gz) = 9df5bc704c7723c032874f2c715c8abac9102826278c7502ec8396568176abb11f95a4fcc91f1d5fac7c92685481f3d759b760c3dfadf86564d110128e41c677 +Size (GD-2.69.tar.gz) = 254812 bytes --_----------=_153552197890150--