Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CAFA57A26D for ; Wed, 16 Nov 2016 10:19:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7FD33855D6; Wed, 16 Nov 2016 10:19:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D5868556D for ; Wed, 16 Nov 2016 10:19:40 +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 8_IFQx-tfsKN for ; Wed, 16 Nov 2016 10:19:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9629E84CFD for ; Wed, 16 Nov 2016 10:19:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94241FBA6; Wed, 16 Nov 2016 10:19:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479291579260330" MIME-Version: 1.0 Date: Wed, 16 Nov 2016 10:19:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-DateTime-TimeZone To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161116101939.94241FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479291579260330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 16 10:19:39 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo Log Message: Updated p5-DateTime-TimeZone to 2.08. 2.08 2016-11-12 - Switched from RT to the GitHub issue tracker. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/time/p5-DateTime-TimeZone/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/time/p5-DateTime-TimeZone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479291579260330 Content-Disposition: inline Content-Length: 1823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-TimeZone/Makefile diff -u pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.85 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.86 --- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.85 Fri Nov 4 12:39:52 2016 +++ pkgsrc/time/p5-DateTime-TimeZone/Makefile Wed Nov 16 10:19:39 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2016/11/04 12:39:52 mef Exp $ +# $NetBSD: Makefile,v 1.86 2016/11/16 10:19:39 wiz Exp $ -DISTNAME= DateTime-TimeZone-2.07 +DISTNAME= DateTime-TimeZone-2.08 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-TimeZone/distinfo diff -u pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.73 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.74 --- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.73 Fri Nov 4 12:39:52 2016 +++ pkgsrc/time/p5-DateTime-TimeZone/distinfo Wed Nov 16 10:19:39 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.73 2016/11/04 12:39:52 mef Exp $ +$NetBSD: distinfo,v 1.74 2016/11/16 10:19:39 wiz Exp $ -SHA1 (DateTime-TimeZone-2.07.tar.gz) = 72f66e13fd6ee1eda8fbafc8f6ed993df049e022 -RMD160 (DateTime-TimeZone-2.07.tar.gz) = 59f707f203906977df205127528b349d7102cecc -SHA512 (DateTime-TimeZone-2.07.tar.gz) = 7806a5aeec13772e74dee06c5ce35af981cc099c8c6502e500582305b8857a9a5b9acb6d471fc0dd6a0b6e86c648846cf232371dc662af8ad71926c9d7635c15 -Size (DateTime-TimeZone-2.07.tar.gz) = 934017 bytes +SHA1 (DateTime-TimeZone-2.08.tar.gz) = e73821333f3511639899822199a9fa5e9a15e975 +RMD160 (DateTime-TimeZone-2.08.tar.gz) = 2412133300cbb5be2c170b6f2f251d5d9f6a4ae5 +SHA512 (DateTime-TimeZone-2.08.tar.gz) = a52fdde6d9eba898a3f9a966845c2808d1977671c6870012c7b318abf08566ab4feaf40fdb822af9221babbee1d11541fe2a31da1af9e84267f41c0e94a981c8 +Size (DateTime-TimeZone-2.08.tar.gz) = 933767 bytes --_----------=_1479291579260330--