Received: by mail.netbsd.org (Postfix, from userid 605) id 7506084D64; Sun, 25 Nov 2018 13:17:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 753BF84CEA for ; Sun, 25 Nov 2018 13:17:49 +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 f4cfY_pTQVKH for ; Sun, 25 Nov 2018 13:17:48 +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 AECE384CD0 for ; Sun, 25 Nov 2018 13:17:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97F60FB1F; Sun, 25 Nov 2018 13:17:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154315186834750" MIME-Version: 1.0 Date: Sun, 25 Nov 2018 13:17:48 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Specio To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181125131748.97F60FB1F@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. --_----------=_154315186834750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Nov 25 13:17:48 UTC 2018 Modified Files: pkgsrc/devel/p5-Specio: Makefile distinfo Log Message: Update to 0.43 Upstream changes: 0.43 2018-10-26 - Optimized compile-time operations to make Specio itself quicker to load. Specio's load time is a non-trivial part of the load time of DateTime (and presumably other things that use it). Based on https://github.com/houseabsolute/DateTime.pm/issues/85. Reported by versable. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Specio/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Specio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154315186834750 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Specio/Makefile diff -u pkgsrc/devel/p5-Specio/Makefile:1.18 pkgsrc/devel/p5-Specio/Makefile:1.19 --- pkgsrc/devel/p5-Specio/Makefile:1.18 Wed Aug 22 09:44:38 2018 +++ pkgsrc/devel/p5-Specio/Makefile Sun Nov 25 13:17:48 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2018/08/22 09:44:38 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/11/25 13:17:48 wen Exp $ -DISTNAME= Specio-0.42 +DISTNAME= Specio-0.43 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ Index: pkgsrc/devel/p5-Specio/distinfo diff -u pkgsrc/devel/p5-Specio/distinfo:1.15 pkgsrc/devel/p5-Specio/distinfo:1.16 --- pkgsrc/devel/p5-Specio/distinfo:1.15 Wed Nov 8 20:43:24 2017 +++ pkgsrc/devel/p5-Specio/distinfo Sun Nov 25 13:17:48 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/11/08 20:43:24 wiz Exp $ +$NetBSD: distinfo,v 1.16 2018/11/25 13:17:48 wen Exp $ -SHA1 (Specio-0.42.tar.gz) = fbda4dac714f26ecbc2ff0eec4401a740644ccfa -RMD160 (Specio-0.42.tar.gz) = a93f27dce35e2584f7ac228bf26acad3a0d162f4 -SHA512 (Specio-0.42.tar.gz) = 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0 -Size (Specio-0.42.tar.gz) = 101641 bytes +SHA1 (Specio-0.43.tar.gz) = a6958db81b0556eda1441aece54b25e8da49f183 +RMD160 (Specio-0.43.tar.gz) = 769244a85e62bb4da4c7391f0a9417ecb511e1a3 +SHA512 (Specio-0.43.tar.gz) = 6523fab79df4a66824da554ee86d6bad1953a4e542a7ef09d1b0727b7449f54e903234ba34587a52592c7397b51cd6d2ae9c555813e121aa7096d60a90998274 +Size (Specio-0.43.tar.gz) = 104288 bytes --_----------=_154315186834750--