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 752A27A2C8 for ; Wed, 16 Nov 2016 10:17:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23D87855CE; Wed, 16 Nov 2016 10:17:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9B9A84CFD for ; Wed, 16 Nov 2016 10:17:55 +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 UZx4aCvtATnH for ; Wed, 16 Nov 2016 10:17:55 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AB758556D for ; Wed, 16 Nov 2016 10:17:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38C14FBA6; Wed, 16 Nov 2016 10:17:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147929147596500" MIME-Version: 1.0 Date: Wed, 16 Nov 2016 10:17:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-DateTime-Locale To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161116101755.38C14FBA6@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. --_----------=_147929147596500 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:17:55 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime-Locale: Makefile distinfo Log Message: Updated p5-DateTime-Locale to 1.11. 1.11 2016-11-12 - Switched from RT to the GitHub issue tracker. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/time/p5-DateTime-Locale/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/p5-DateTime-Locale/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147929147596500 Content-Disposition: inline Content-Length: 1785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Locale/Makefile diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.38 pkgsrc/time/p5-DateTime-Locale/Makefile:1.39 --- pkgsrc/time/p5-DateTime-Locale/Makefile:1.38 Fri Oct 28 09:45:37 2016 +++ pkgsrc/time/p5-DateTime-Locale/Makefile Wed Nov 16 10:17:55 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/10/28 09:45:37 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/11/16 10:17:55 wiz Exp $ -DISTNAME= DateTime-Locale-1.10 +DISTNAME= DateTime-Locale-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-Locale/distinfo diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.25 pkgsrc/time/p5-DateTime-Locale/distinfo:1.26 --- pkgsrc/time/p5-DateTime-Locale/distinfo:1.25 Fri Oct 28 09:45:37 2016 +++ pkgsrc/time/p5-DateTime-Locale/distinfo Wed Nov 16 10:17:55 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/10/28 09:45:37 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/11/16 10:17:55 wiz Exp $ -SHA1 (DateTime-Locale-1.10.tar.gz) = d40d63823a0b99707f378b6c3cd2f907849c7f61 -RMD160 (DateTime-Locale-1.10.tar.gz) = f89e4c04d10e5af0d72a4bc6615a1b4b76e60817 -SHA512 (DateTime-Locale-1.10.tar.gz) = 37172a9ed79ea16501e9d38184a58a27af9b96fdb38e1a3235658bd7a0de02d3511aa39651e1f8ea234f49b7d780599591ee02aa56b658d4ea4c187676be4172 -Size (DateTime-Locale-1.10.tar.gz) = 1013594 bytes +SHA1 (DateTime-Locale-1.11.tar.gz) = 3ad79db893daf596341b7bbbf9f150f21e54306e +RMD160 (DateTime-Locale-1.11.tar.gz) = f66d75c92061ea5bfce649a0d29710799cf81195 +SHA512 (DateTime-Locale-1.11.tar.gz) = e773543b965188226a65e406f1f0278945b927800baecb6c7178c98ed70daa0a794aba58aad2997b40815df5ce9260ce5bb3dcd9ff719b0f9490d6523612c8f1 +Size (DateTime-Locale-1.11.tar.gz) = 1013263 bytes --_----------=_147929147596500--