Received: by mail.netbsd.org (Postfix, from userid 605) id CF97484EE7; Sat, 16 Mar 2019 23:39:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 552C684EC3 for ; Sat, 16 Mar 2019 23:39:58 +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 D9YualzQvgsi for ; Sat, 16 Mar 2019 23:39:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFCB684EC2 for ; Sat, 16 Mar 2019 23:39:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAA82FB16; Sat, 16 Mar 2019 23:39:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552779597153000" MIME-Version: 1.0 Date: Sat, 16 Mar 2019 23:39:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190316233957.CAA82FB16@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. --_----------=_1552779597153000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Mar 16 23:39:57 UTC 2019 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Updated to 6.76 Upstream changes: 6.76 2019-03-01 - Fixed bug in Date::Manip::Date::list_holidays. It was using 'now' instead of the stored date. Douglas DeStafeno - Reordered TZ detection methods Moved checking the tzdata files to lower priority to avoid a pretty unusual situation in docker. Sven Nierlein (GitHub #20) - Time zone fixes Newest zoneinfo data (tzdata 2018i). Requested by Shawn C Carroll (GitHub #28) To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-Date-Manip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552779597153000 Content-Disposition: inline Content-Length: 1695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Date-Manip/Makefile diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.70 pkgsrc/devel/p5-Date-Manip/Makefile:1.71 --- pkgsrc/devel/p5-Date-Manip/Makefile:1.70 Tue Dec 4 06:07:39 2018 +++ pkgsrc/devel/p5-Date-Manip/Makefile Sat Mar 16 23:39:57 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2018/12/04 06:07:39 wen Exp $ +# $NetBSD: Makefile,v 1.71 2019/03/16 23:39:57 wen Exp $ -DISTNAME= Date-Manip-6.75 +DISTNAME= Date-Manip-6.76 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} Index: pkgsrc/devel/p5-Date-Manip/distinfo diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.40 pkgsrc/devel/p5-Date-Manip/distinfo:1.41 --- pkgsrc/devel/p5-Date-Manip/distinfo:1.40 Tue Dec 4 06:07:39 2018 +++ pkgsrc/devel/p5-Date-Manip/distinfo Sat Mar 16 23:39:57 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2018/12/04 06:07:39 wen Exp $ +$NetBSD: distinfo,v 1.41 2019/03/16 23:39:57 wen Exp $ -SHA1 (Date-Manip-6.75.tar.gz) = 45430aeda04ae64d35c1734a2da65f5de6647db5 -RMD160 (Date-Manip-6.75.tar.gz) = 83d5c7edc5d98564c6c032a93c556f6c70faf97f -SHA512 (Date-Manip-6.75.tar.gz) = 0a58a2c9e26edcbff5ca36328d55e39b417f22620c07b9b473dd9723f6b324dcb8bd8f37430420a87f8d6cffbcdcb93cf2f92382972d6d210f96ab236a042dba -Size (Date-Manip-6.75.tar.gz) = 1849350 bytes +SHA1 (Date-Manip-6.76.tar.gz) = 7bc790508b081cf52b80633396d2f1177f3a3ae7 +RMD160 (Date-Manip-6.76.tar.gz) = d57b0edc5474dd368d37ac21110fcd29c20eafff +SHA512 (Date-Manip-6.76.tar.gz) = dab6416e58ca5a032bd3e1a7d44578f5fad7ed6c2d9f1f8afdff6e04ecac13ceb035f533ab7f3cdb0875f7916166a51845f49cb8da40775846fb9b27b635e280 +Size (Date-Manip-6.76.tar.gz) = 2020952 bytes --_----------=_1552779597153000--