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 85F297A16B for ; Sat, 17 Sep 2016 11:24:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 30D7385E75; Sat, 17 Sep 2016 11:24:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0B6385E60 for ; Sat, 17 Sep 2016 11:24:12 +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 gV9CfdDPKLAF for ; Sat, 17 Sep 2016 11:24:12 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 387C385E45 for ; Sat, 17 Sep 2016 11:24:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29899FBD1; Sat, 17 Sep 2016 11:24:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474111452280660" MIME-Version: 1.0 Date: Sat, 17 Sep 2016 11:24:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-Text-Format To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160917112412.29899FBD1@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. --_----------=_1474111452280660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 17 11:24:12 UTC 2016 Modified Files: pkgsrc/textproc/p5-Text-Format: Makefile distinfo Log Message: Updated textproc/p5-Text-Format to 0.60 --------------------------------------- 0.60 2016-08-22 - Apply a patch to correct a spelling error: - https://rt.cpan.org/Ticket/Display.html?id=117100 - Thanks to Salvatore Bonaccorso, Debian Perl Group. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/p5-Text-Format/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Format/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474111452280660 Content-Disposition: inline Content-Length: 1757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-Format/Makefile diff -u pkgsrc/textproc/p5-Text-Format/Makefile:1.23 pkgsrc/textproc/p5-Text-Format/Makefile:1.24 --- pkgsrc/textproc/p5-Text-Format/Makefile:1.23 Wed Jun 8 19:24:38 2016 +++ pkgsrc/textproc/p5-Text-Format/Makefile Sat Sep 17 11:24:12 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/06/08 19:24:38 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/09/17 11:24:12 mef Exp $ # -DISTNAME= Text-Format-0.59 +DISTNAME= Text-Format-0.60 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-Format/distinfo diff -u pkgsrc/textproc/p5-Text-Format/distinfo:1.6 pkgsrc/textproc/p5-Text-Format/distinfo:1.7 --- pkgsrc/textproc/p5-Text-Format/distinfo:1.6 Wed Nov 4 01:59:51 2015 +++ pkgsrc/textproc/p5-Text-Format/distinfo Sat Sep 17 11:24:12 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:59:51 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/09/17 11:24:12 mef Exp $ -SHA1 (Text-Format-0.59.tar.gz) = 0cb5a272a79ae11ea926a706e6293cef8b6e9823 -RMD160 (Text-Format-0.59.tar.gz) = 148a27beac448ff0936ff7ef2cf203d3bbaacb55 -SHA512 (Text-Format-0.59.tar.gz) = 030fc38853f96d64f359af1ad9f776e7c797f564f11207de32477b3b716da665dbce3b91d988241ba1fbd2b884aa85b0ce0b7b473aaf0efd23839f8422a52fcd -Size (Text-Format-0.59.tar.gz) = 25850 bytes +SHA1 (Text-Format-0.60.tar.gz) = 8bacc1404bd83ecc570bed2009b8cd41fc80aebc +RMD160 (Text-Format-0.60.tar.gz) = 8c80c299f4158ebd41e0a52ef22f46854a36c7b5 +SHA512 (Text-Format-0.60.tar.gz) = 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f +Size (Text-Format-0.60.tar.gz) = 25913 bytes --_----------=_1474111452280660--