Received: by mail.netbsd.org (Postfix, from userid 605) id 6BED484D53; Mon, 31 Dec 2018 13:20:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAAE584D3B for ; Mon, 31 Dec 2018 13:20:16 +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 BzfE_z69eIwY for ; Mon, 31 Dec 2018 13:20:16 +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 6E59584CD0 for ; Mon, 31 Dec 2018 13:20:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62FC6FB16; Mon, 31 Dec 2018 13:20:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154626241629480" MIME-Version: 1.0 Date: Mon, 31 Dec 2018 13:20:16 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Flat To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181231132016.62FC6FB16@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. --_----------=_154626241629480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Dec 31 13:20:16 UTC 2018 Modified Files: pkgsrc/devel/p5-File-Flat: Makefile distinfo Removed Files: pkgsrc/devel/p5-File-Flat/patches: patch-Makefile.PL Log Message: Update to 1.05 Upstream changes: 1.05 2018-12-29 21:06:09Z - distribution tooling updates To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-File-Flat/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-File-Flat/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-File-Flat/patches/patch-Makefile.PL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154626241629480 Content-Disposition: inline Content-Length: 1753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Flat/Makefile diff -u pkgsrc/devel/p5-File-Flat/Makefile:1.23 pkgsrc/devel/p5-File-Flat/Makefile:1.24 --- pkgsrc/devel/p5-File-Flat/Makefile:1.23 Wed Aug 22 09:44:01 2018 +++ pkgsrc/devel/p5-File-Flat/Makefile Mon Dec 31 13:20:16 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2018/08/22 09:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/12/31 13:20:16 wen Exp $ -DISTNAME= File-Flat-1.04 +DISTNAME= File-Flat-1.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Flat/distinfo diff -u pkgsrc/devel/p5-File-Flat/distinfo:1.6 pkgsrc/devel/p5-File-Flat/distinfo:1.7 --- pkgsrc/devel/p5-File-Flat/distinfo:1.6 Wed Jun 7 14:42:25 2017 +++ pkgsrc/devel/p5-File-Flat/distinfo Mon Dec 31 13:20:16 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2017/06/07 14:42:25 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2018/12/31 13:20:16 wen Exp $ -SHA1 (File-Flat-1.04.tar.gz) = 09d9bef3425ef9bec75b5fb7a664e2e33052707e -RMD160 (File-Flat-1.04.tar.gz) = 36847040787880043b569b2fac86509eb094b7a0 -SHA512 (File-Flat-1.04.tar.gz) = 5271c45be6ec057247310f74da13c59e9549d1514e13e8111708ca9288439a198dae95a71d561c07afd2ec32663fac436f7b8df1160c3a7f071b597ba12bd789 -Size (File-Flat-1.04.tar.gz) = 47183 bytes +SHA1 (File-Flat-1.05.tar.gz) = 2e833aa68e30fa4effb2f391fbc5aeb04b88dd02 +RMD160 (File-Flat-1.05.tar.gz) = 560c9ef85a43ea14fd4ae0e897b285cd79190094 +SHA512 (File-Flat-1.05.tar.gz) = e2ec5d3f2cec1cd8ea5e3475c5e3f5094a70867b6b50afef6c072e132bb4652eceb012ccf77d5fc4273dae75ab955f374e4451c5b4beb9821aa9311bdfb438cc +Size (File-Flat-1.05.tar.gz) = 48576 bytes SHA1 (patch-Makefile.PL) = 5644f639a72b19fc26bf3d26cad48f431e662fec --_----------=_154626241629480--