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 125A77A26D for ; Mon, 12 Sep 2016 10:15:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B90E285E8C; Mon, 12 Sep 2016 10:15:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A46285E5B for ; Mon, 12 Sep 2016 10:15:16 +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 yxS6JQDYruiH for ; Mon, 12 Sep 2016 10:15:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF7BC84CEE for ; Mon, 12 Sep 2016 10:15:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA138FBD1; Mon, 12 Sep 2016 10:15:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473675315288840" MIME-Version: 1.0 Date: Mon, 12 Sep 2016 10:15:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160912101515.CA138FBD1@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. --_----------=_1473675315288840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 12 10:15:15 UTC 2016 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Updated p5-Date-Manip to 6.56. VERSION 6.56 2016-09-09 Test fixes A faulty test was failing most places. New release to correct that problem. RT 117404 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.31 -r1.32 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. --_----------=_1473675315288840 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.59 pkgsrc/devel/p5-Date-Manip/Makefile:1.60 --- pkgsrc/devel/p5-Date-Manip/Makefile:1.59 Sun Sep 4 08:48:00 2016 +++ pkgsrc/devel/p5-Date-Manip/Makefile Mon Sep 12 10:15:15 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2016/09/04 08:48:00 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2016/09/12 10:15:15 wiz Exp $ -DISTNAME= Date-Manip-6.55 +DISTNAME= Date-Manip-6.56 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.31 pkgsrc/devel/p5-Date-Manip/distinfo:1.32 --- pkgsrc/devel/p5-Date-Manip/distinfo:1.31 Sun Sep 4 08:48:00 2016 +++ pkgsrc/devel/p5-Date-Manip/distinfo Mon Sep 12 10:15:15 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2016/09/04 08:48:00 wiz Exp $ +$NetBSD: distinfo,v 1.32 2016/09/12 10:15:15 wiz Exp $ -SHA1 (Date-Manip-6.55.tar.gz) = fdeb6cc87c56b09af54343adb34f94bc51f910ef -RMD160 (Date-Manip-6.55.tar.gz) = 16a638fda075ac5305f1aed53fd8819be40a7178 -SHA512 (Date-Manip-6.55.tar.gz) = ffd65f91792a899c1604d372a9efdefc99ce5a647abf73aa54410766a20e7bc19e4c018c095488eb5781981c380dd19c3aab5b0c656f3123aacf1d848c9786cd -Size (Date-Manip-6.55.tar.gz) = 1829480 bytes +SHA1 (Date-Manip-6.56.tar.gz) = 2d2e1026ae7ded8b105138f474173373b175f3ee +RMD160 (Date-Manip-6.56.tar.gz) = b07294303ea3012d233a90888908abf3b20c9458 +SHA512 (Date-Manip-6.56.tar.gz) = 1faf36ab2d96b5841ffd408b981818cb86ca12c327adbc2b29e8369ab63d9cd6a57b1cce232ad46333945d0be4b155761038df19da3f1a0a3f3b66d817c41337 +Size (Date-Manip-6.56.tar.gz) = 1829314 bytes --_----------=_1473675315288840--