Received: by mail.netbsd.org (Postfix, from userid 605) id 61A6F84ECF; Wed, 21 Feb 2018 07:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4E7984ECA for ; Wed, 21 Feb 2018 07:53:39 +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 ftdJdmznX56l for ; Wed, 21 Feb 2018 07:53:39 +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 2B3DA84D03 for ; Wed, 21 Feb 2018 07:53:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 256A1FB40; Wed, 21 Feb 2018 07:53:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151919961984650" MIME-Version: 1.0 Date: Wed, 21 Feb 2018 07:53:39 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Perl6-Export-Attrs To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180221075339.256A1FB40@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. --_----------=_151919961984650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Feb 21 07:53:39 UTC 2018 Modified Files: pkgsrc/devel/p5-Perl6-Export-Attrs: Makefile distinfo Log Message: Update to 0.000006 Upstream changes: 0.000006 Sat Feb 17 11:04:49 2018 * Fixed long-standing problem with named exports (Thanks--and apologies--to Alex, Slaven, Karen, and especially Niko) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151919961984650 Content-Disposition: inline Content-Length: 1926 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile diff -u pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.17 pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.18 --- pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.17 Mon Jun 5 14:23:29 2017 +++ pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile Wed Feb 21 07:53:38 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2017/06/05 14:23:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2018/02/21 07:53:38 wen Exp $ -DISTNAME= Perl6-Export-Attrs-0.000005 +DISTNAME= Perl6-Export-Attrs-0.000006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/} Index: pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo diff -u pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.3 pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.4 --- pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.3 Sun Jul 24 07:09:25 2016 +++ pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo Wed Feb 21 07:53:38 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/07/24 07:09:25 wen Exp $ +$NetBSD: distinfo,v 1.4 2018/02/21 07:53:38 wen Exp $ -SHA1 (Perl6-Export-Attrs-0.000005.tar.gz) = 619ba0c75d9fb92c076f30d6b1047f305d7e4a5e -RMD160 (Perl6-Export-Attrs-0.000005.tar.gz) = 300555e2af579666f16da5600e6557ab7532e258 -SHA512 (Perl6-Export-Attrs-0.000005.tar.gz) = 4b9bf7949f630b8dcf5096fbbdd641811e694222a962ce97513ecbe618a1512b8fddbadcae4069a4c7e5a1dc96fa441ca3ad0c88cb2ddfb2a54e23d141833edc -Size (Perl6-Export-Attrs-0.000005.tar.gz) = 6778 bytes +SHA1 (Perl6-Export-Attrs-0.000006.tar.gz) = 7c855d5385ea6b643a213430883548603395b5f0 +RMD160 (Perl6-Export-Attrs-0.000006.tar.gz) = da40f8aac4e891803f59bf1352d37a111f966771 +SHA512 (Perl6-Export-Attrs-0.000006.tar.gz) = 98c2467e1e0e820e7f0744b20caf61e31ce7b41a9bdbf7f92bd7711aaa0f41799f641a2c443cf755d4719d8325368d2387e3a58be258f9e4f4e280e2a0f8fd0c +Size (Perl6-Export-Attrs-0.000006.tar.gz) = 6992 bytes --_----------=_151919961984650--