Received: by mail.netbsd.org (Postfix, from userid 605) id 91B2F84D35; Sun, 7 Jan 2018 10:26:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BFE884D2F for ; Sun, 7 Jan 2018 10:26:00 +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 Bl3472jFnG0E for ; Sun, 7 Jan 2018 10:25:59 +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 3E79A84C82 for ; Sun, 7 Jan 2018 10:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3158BFBDE; Sun, 7 Jan 2018 10:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151532075921180" MIME-Version: 1.0 Date: Sun, 7 Jan 2018 10:25:59 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Text-Xslate To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180107102559.3158BFBDE@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. --_----------=_151532075921180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 7 10:25:59 UTC 2018 Modified Files: pkgsrc/textproc/p5-Text-Xslate: Makefile distinfo Log Message: Update to 3.5.5 Upstream changes: v3.5.5 2018-01-05T02:53:17Z - Ensure that test cleans up after itself (jkeenan #190) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/p5-Text-Xslate/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/p5-Text-Xslate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151532075921180 Content-Disposition: inline Content-Length: 1788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-Xslate/Makefile diff -u pkgsrc/textproc/p5-Text-Xslate/Makefile:1.32 pkgsrc/textproc/p5-Text-Xslate/Makefile:1.33 --- pkgsrc/textproc/p5-Text-Xslate/Makefile:1.32 Sat Dec 30 14:55:52 2017 +++ pkgsrc/textproc/p5-Text-Xslate/Makefile Sun Jan 7 10:25:59 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2017/12/30 14:55:52 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2018/01/07 10:25:59 wen Exp $ -DISTNAME= Text-Xslate-v3.5.4 +DISTNAME= Text-Xslate-v3.5.5 PKGNAME= p5-${DISTNAME:S/-v/-/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SK/SKAJI/} Index: pkgsrc/textproc/p5-Text-Xslate/distinfo diff -u pkgsrc/textproc/p5-Text-Xslate/distinfo:1.20 pkgsrc/textproc/p5-Text-Xslate/distinfo:1.21 --- pkgsrc/textproc/p5-Text-Xslate/distinfo:1.20 Sat Dec 30 14:55:52 2017 +++ pkgsrc/textproc/p5-Text-Xslate/distinfo Sun Jan 7 10:25:59 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/12/30 14:55:52 wiz Exp $ +$NetBSD: distinfo,v 1.21 2018/01/07 10:25:59 wen Exp $ -SHA1 (Text-Xslate-v3.5.4.tar.gz) = 4e98a6327715e8307aed6b40d1a1c3f41a1456a8 -RMD160 (Text-Xslate-v3.5.4.tar.gz) = e2f72a2b33cfd9786023121d1e564985b58887b6 -SHA512 (Text-Xslate-v3.5.4.tar.gz) = 3babd61901223a81fdbd97086359146bde8a152d7815ddf0c40c9a36df22734deed117c359c816b6f63e83760f9e85aa1df4ca3bdb3d2df6245225f65c77f5d1 -Size (Text-Xslate-v3.5.4.tar.gz) = 215962 bytes +SHA1 (Text-Xslate-v3.5.5.tar.gz) = b4a6f18f3da9ca89fa58399b62bfb50760c94993 +RMD160 (Text-Xslate-v3.5.5.tar.gz) = 79e1224806ef10cbdbe57077357e446fd5d64c1d +SHA512 (Text-Xslate-v3.5.5.tar.gz) = e52a8f417ce908787e65b772ece885ebdc12c082443c195c97895485bc61461dcff5477f5369634a3dcf226d06dac2f0fb8fb870f5d532b8bcd18c20ce54edd4 +Size (Text-Xslate-v3.5.5.tar.gz) = 216048 bytes --_----------=_151532075921180--