Received: by mail.netbsd.org (Postfix, from userid 605) id 84BFD84D80; Fri, 25 Jan 2019 13:00:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D0AB84D53 for ; Fri, 25 Jan 2019 13:00:53 +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 YSr7Es24Ak72 for ; Fri, 25 Jan 2019 13:00:53 +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 DE68B84C77 for ; Fri, 25 Jan 2019 13:00:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF022FB16; Fri, 25 Jan 2019 13:00:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154842125245510" MIME-Version: 1.0 Date: Fri, 25 Jan 2019 13:00:52 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Text-Template To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190125130052.CF022FB16@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. --_----------=_154842125245510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jan 25 13:00:52 UTC 2019 Modified Files: pkgsrc/textproc/p5-Text-Template: Makefile distinfo Log Message: Update to 1.54 Upstream changes: 1.54 2019-01-13 - Fix tempfile creation during tests on Win32 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/p5-Text-Template/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-Text-Template/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154842125245510 Content-Disposition: inline Content-Length: 1799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-Template/Makefile diff -u pkgsrc/textproc/p5-Text-Template/Makefile:1.40 pkgsrc/textproc/p5-Text-Template/Makefile:1.41 --- pkgsrc/textproc/p5-Text-Template/Makefile:1.40 Wed Aug 22 09:47:02 2018 +++ pkgsrc/textproc/p5-Text-Template/Makefile Fri Jan 25 13:00:52 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2018/08/22 09:47:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/01/25 13:00:52 wen Exp $ -DISTNAME= Text-Template-1.53 +DISTNAME= Text-Template-1.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-Template/distinfo diff -u pkgsrc/textproc/p5-Text-Template/distinfo:1.14 pkgsrc/textproc/p5-Text-Template/distinfo:1.15 --- pkgsrc/textproc/p5-Text-Template/distinfo:1.14 Sun May 6 07:00:52 2018 +++ pkgsrc/textproc/p5-Text-Template/distinfo Fri Jan 25 13:00:52 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/05/06 07:00:52 wiz Exp $ +$NetBSD: distinfo,v 1.15 2019/01/25 13:00:52 wen Exp $ -SHA1 (Text-Template-1.53.tar.gz) = 845feff9291c4ca241bba995d589176b78b9dd01 -RMD160 (Text-Template-1.53.tar.gz) = 3a8198330fedc3fbae16fcbb1fccee94562389ca -SHA512 (Text-Template-1.53.tar.gz) = 136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228 -Size (Text-Template-1.53.tar.gz) = 48863 bytes +SHA1 (Text-Template-1.54.tar.gz) = 76252b6bae7b74f258b2f10f9017f60c3df83bf1 +RMD160 (Text-Template-1.54.tar.gz) = 7b218472ad4bd225d3adb3a11377e35beeec325e +SHA512 (Text-Template-1.54.tar.gz) = f5e772391c0c6ef117b1429892d3717bdb8f2ebf6b1571ab572416b592eef7ea45d0912140f68f77022d7e7ac03ae4b4e3b654d97b522ba59d8c952d59faa225 +Size (Text-Template-1.54.tar.gz) = 48727 bytes --_----------=_154842125245510--