Received: by mail.netbsd.org (Postfix, from userid 605) id 9FC4384F6C; Wed, 7 Jul 2021 08:21:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9ABC84F67 for ; Wed, 7 Jul 2021 08:21:34 +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 oXm4tsiWH-IN for ; Wed, 7 Jul 2021 08:21:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 588BC84F01 for ; Wed, 7 Jul 2021 08:21:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51517FA95; Wed, 7 Jul 2021 08:21:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625646093228550" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 08:21:33 +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: <20210707082133.51517FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625646093228550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Jul 7 08:21:33 UTC 2021 Modified Files: pkgsrc/mail/p5-User-Identity: Makefile distinfo Log Message: Update to 1.00 Upstream changes: version 1.00: Wed 14 Oct 19:14:36 CEST 2020 Fixes: - fix metadata [Mohammad S Anwar] - when the username of an address contains " [Andy Beverley] To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/p5-User-Identity/Makefile cvs rdiff -u -r1.10 -r1.11 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. --_----------=_1625646093228550 Content-Disposition: inline Content-Length: 1755 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.30 pkgsrc/mail/p5-User-Identity/Makefile:1.31 --- pkgsrc/mail/p5-User-Identity/Makefile:1.30 Mon May 24 19:52:52 2021 +++ pkgsrc/mail/p5-User-Identity/Makefile Wed Jul 7 08:21:33 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2021/05/24 19:52:52 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2021/07/07 08:21:33 wen Exp $ -DISTNAME= User-Identity-0.99 +DISTNAME= User-Identity-1.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 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.10 pkgsrc/mail/p5-User-Identity/distinfo:1.11 --- pkgsrc/mail/p5-User-Identity/distinfo:1.10 Sun Feb 25 17:57:01 2018 +++ pkgsrc/mail/p5-User-Identity/distinfo Wed Jul 7 08:21:33 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/02/25 17:57:01 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/07/07 08:21:33 wen Exp $ -SHA1 (User-Identity-0.99.tar.gz) = e12d9419aa896c817d31fabe3d0b8578bd1ab1db -RMD160 (User-Identity-0.99.tar.gz) = a7f3f2f0753368723bea7c6995e6e083cd681b1d -SHA512 (User-Identity-0.99.tar.gz) = b0706cb5aed372b384229459c5b1a9e46968cd8d58f713754cd1a65a7caad0931839bf9d1540ce7a849f94a3d37f580120940364eb29684d3a84a009fb702cbb -Size (User-Identity-0.99.tar.gz) = 28657 bytes +SHA1 (User-Identity-1.00.tar.gz) = 8ce1fbc5fb54aee7e87c4176df1fc3a2b74b27cc +RMD160 (User-Identity-1.00.tar.gz) = 23acb11ef147ef74c1a8410576f35df06b17f4c5 +SHA512 (User-Identity-1.00.tar.gz) = b39315050aed9064f606d6fb167e42fb55bd411f1573215b544c9f2833c0d39f12700a4fec701317e31d614c55825f250b0b5ce7b3355fb63bc953d07d8fc744 +Size (User-Identity-1.00.tar.gz) = 28871 bytes --_----------=_1625646093228550--