Received: by mail.netbsd.org (Postfix, from userid 605) id B25C584DAB; Thu, 19 Apr 2018 02:19:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B643884D82 for ; Thu, 19 Apr 2018 02:19:55 +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 JJlbiA5wIBIa for ; Thu, 19 Apr 2018 02:19:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0CE1984CFB for ; Thu, 19 Apr 2018 02:19:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06040FBEC; Thu, 19 Apr 2018 02:19:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152410439522610" MIME-Version: 1.0 Date: Thu, 19 Apr 2018 02:19:55 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Type-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180419021955.06040FBEC@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. --_----------=_152410439522610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Apr 19 02:19:54 UTC 2018 Modified Files: pkgsrc/devel/p5-Type-Tiny: Makefile distinfo Log Message: Update to 1.002002 Upstream changes: 1.002002 2018-04-17 [ Bug Fixes ] - Compatibility with constants and with CV-in-stash optimisation. Fixes RT#123408. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Type-Tiny/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Type-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152410439522610 Content-Disposition: inline Content-Length: 1725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Type-Tiny/Makefile diff -u pkgsrc/devel/p5-Type-Tiny/Makefile:1.8 pkgsrc/devel/p5-Type-Tiny/Makefile:1.9 --- pkgsrc/devel/p5-Type-Tiny/Makefile:1.8 Mon Jun 12 13:47:15 2017 +++ pkgsrc/devel/p5-Type-Tiny/Makefile Thu Apr 19 02:19:54 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/06/12 13:47:15 mef Exp $ +# $NetBSD: Makefile,v 1.9 2018/04/19 02:19:54 wen Exp $ -DISTNAME= Type-Tiny-1.002001 +DISTNAME= Type-Tiny-1.002002 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} Index: pkgsrc/devel/p5-Type-Tiny/distinfo diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.6 pkgsrc/devel/p5-Type-Tiny/distinfo:1.7 --- pkgsrc/devel/p5-Type-Tiny/distinfo:1.6 Mon Jun 12 13:47:15 2017 +++ pkgsrc/devel/p5-Type-Tiny/distinfo Thu Apr 19 02:19:54 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/06/12 13:47:15 mef Exp $ +$NetBSD: distinfo,v 1.7 2018/04/19 02:19:54 wen Exp $ -SHA1 (Type-Tiny-1.002001.tar.gz) = 3929dbc9a4e87e8221cc5eaab735a32f9a5b6c47 -RMD160 (Type-Tiny-1.002001.tar.gz) = 0633086315be8f8d7226e2ae81b1a8ec1cc29689 -SHA512 (Type-Tiny-1.002001.tar.gz) = e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161 -Size (Type-Tiny-1.002001.tar.gz) = 264950 bytes +SHA1 (Type-Tiny-1.002002.tar.gz) = c9b1b592b86cb6cdd5d7f97842020a49c941edfd +RMD160 (Type-Tiny-1.002002.tar.gz) = 5e185fd054d3c203037cc532a342716577811ee0 +SHA512 (Type-Tiny-1.002002.tar.gz) = e820d389104c73a6d9ea8795c6ef64b8e345d4b3014e82306e5de09f7ceacadce03989925dfc6d69828ef19bb4c275708fd0fb55da06875ec284e596fba6c542 +Size (Type-Tiny-1.002002.tar.gz) = 265162 bytes --_----------=_152410439522610--