Received: by mail.netbsd.org (Postfix, from userid 605) id 5FCFA84FA4; Fri, 20 Jul 2018 07:41:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1E6A84F4D for ; Fri, 20 Jul 2018 07:41:03 +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 vMBHknyMc__5 for ; Fri, 20 Jul 2018 07:41:03 +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 F25F384EFB for ; Fri, 20 Jul 2018 07:41:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECA72FBEC; Fri, 20 Jul 2018 07:41:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532072462258260" MIME-Version: 1.0 Date: Fri, 20 Jul 2018 07:41:02 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Exporter-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180720074102.ECA72FBEC@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. --_----------=_1532072462258260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jul 20 07:41:02 UTC 2018 Modified Files: pkgsrc/devel/p5-Exporter-Tiny: Makefile distinfo Log Message: Update to 1.002001 Upstream changes: 1.002001 2018-07-17 [ Packaging ] - Fix dates in changelog. 1.002000 2018-07-17 [ Packaging ] - Repackage as 1.002000. 1.001_001 2018-06-29 [ Test Suite ] - Improved test coverage, up from 88.78% on coveralls.io to 96.74%. 1.001_000 2018-06-26 - Added: Support for exporting non-code symbols such as $Foo, @Bar, and %Baz. - Added: Support for generating non-code symbols. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Exporter-Tiny/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Exporter-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532072462258260 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Exporter-Tiny/Makefile diff -u pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.9 pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.10 --- pkgsrc/devel/p5-Exporter-Tiny/Makefile:1.9 Mon Jun 5 14:22:56 2017 +++ pkgsrc/devel/p5-Exporter-Tiny/Makefile Fri Jul 20 07:41:02 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2017/06/05 14:22:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/20 07:41:02 wen Exp $ -DISTNAME= Exporter-Tiny-1.000000 +DISTNAME= Exporter-Tiny-1.002001 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} Index: pkgsrc/devel/p5-Exporter-Tiny/distinfo diff -u pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.7 pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.8 --- pkgsrc/devel/p5-Exporter-Tiny/distinfo:1.7 Fri May 26 13:23:49 2017 +++ pkgsrc/devel/p5-Exporter-Tiny/distinfo Fri Jul 20 07:41:02 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/05/26 13:23:49 mef Exp $ +$NetBSD: distinfo,v 1.8 2018/07/20 07:41:02 wen Exp $ -SHA1 (Exporter-Tiny-1.000000.tar.gz) = 2ed51682ff06e6f9da7f65f538fdb59e5b416d4a -RMD160 (Exporter-Tiny-1.000000.tar.gz) = d08c6acb5e5ea4886fb62afb9ed0bbaaf6eec52d -SHA512 (Exporter-Tiny-1.000000.tar.gz) = 02e72b3d1ec09fb5b7da5638893a12098d3300cfc36ff417c8d5cd8a4ef54891d675310612130e118e0e6a88d615cc18cdc888ab7333f2fc1007632c82d4c349 -Size (Exporter-Tiny-1.000000.tar.gz) = 29844 bytes +SHA1 (Exporter-Tiny-1.002001.tar.gz) = 9ecca5df5613f948a0d50335ba9fd7854238464b +RMD160 (Exporter-Tiny-1.002001.tar.gz) = 1c392e3ede4b1273a8733e5b9f038ce134382f57 +SHA512 (Exporter-Tiny-1.002001.tar.gz) = b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8 +Size (Exporter-Tiny-1.002001.tar.gz) = 32304 bytes --_----------=_1532072462258260--