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 8FAEF7A111 for ; Fri, 29 Jul 2016 11:33:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF26286056; Fri, 29 Jul 2016 11:33:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D079D85F72 for ; Fri, 29 Jul 2016 11:32:28 +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 hSOmdu7t4fmk for ; Fri, 29 Jul 2016 11:32:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6426B85F3E for ; Fri, 29 Jul 2016 11:32:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5EE3FFBB5; Fri, 29 Jul 2016 11:32:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469791948270710" MIME-Version: 1.0 Date: Fri, 29 Jul 2016 11:32:28 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-User-Identity To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160729113228.5EE3FFBB5@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. --_----------=_1469791948270710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jul 29 11:32:28 UTC 2016 Modified Files: pkgsrc/mail/p5-User-Identity: Makefile distinfo Log Message: Update to 0.94 Upstream changes: version 0.94: Fri Jan 24 10:55:26 CET 2014 Improvements: - changed documentation style To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/p5-User-Identity/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/p5-User-Identity/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469791948270710 Content-Disposition: inline Content-Length: 1750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-User-Identity/Makefile diff -u pkgsrc/mail/p5-User-Identity/Makefile:1.21 pkgsrc/mail/p5-User-Identity/Makefile:1.22 --- pkgsrc/mail/p5-User-Identity/Makefile:1.21 Wed Jun 8 19:24:00 2016 +++ pkgsrc/mail/p5-User-Identity/Makefile Fri Jul 29 11:32:28 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/06/08 19:24:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/29 11:32:28 wen Exp $ -DISTNAME= User-Identity-0.93 +DISTNAME= User-Identity-0.94 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=User/} Index: pkgsrc/mail/p5-User-Identity/distinfo diff -u pkgsrc/mail/p5-User-Identity/distinfo:1.6 pkgsrc/mail/p5-User-Identity/distinfo:1.7 --- pkgsrc/mail/p5-User-Identity/distinfo:1.6 Tue Nov 3 23:27:16 2015 +++ pkgsrc/mail/p5-User-Identity/distinfo Fri Jul 29 11:32:28 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:27:16 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/07/29 11:32:28 wen Exp $ -SHA1 (User-Identity-0.93.tar.gz) = 83ba30ab997a7b2c2efcad675b475d2b9193ea9e -RMD160 (User-Identity-0.93.tar.gz) = 97369dea02eacfb3912152cbefa6ce4361bd5c68 -SHA512 (User-Identity-0.93.tar.gz) = 434e4de13bb06f82f43752a6c82fb97d6eba10261303e07a022334f4e31af5984e038ff4e8d4204a437d8b11bd6c31b9b16aa134b61b699d08511f6f2e348c28 -Size (User-Identity-0.93.tar.gz) = 26484 bytes +SHA1 (User-Identity-0.94.tar.gz) = a5dd2ebf3a888ccd2e05321d8d9b7c34ff24b84b +RMD160 (User-Identity-0.94.tar.gz) = 4641bc8b133bf49a6fb5ce7438725260e296d7c2 +SHA512 (User-Identity-0.94.tar.gz) = ff058fb22c2bca968be4c862aaff9bd64441cec07ac2760dd9bb78b3bf1221ebbb602005accde5f8d4452e6a88724fe5b3aa96805c0b2e30cb1f23ea56728223 +Size (User-Identity-0.94.tar.gz) = 27235 bytes --_----------=_1469791948270710--