Received: by mail.netbsd.org (Postfix, from userid 605) id F0EDD84D0E; Tue, 6 Jul 2021 01:52:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1ADAA84EDF for ; Tue, 6 Jul 2021 01:52:39 +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 iHoyQ_TJx4ld for ; Tue, 6 Jul 2021 01:52:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 85F5984EDB for ; Tue, 6 Jul 2021 01:52:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C26AFA95; Tue, 6 Jul 2021 01:52:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625536357101310" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 01:52:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-RandPasswd To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706015237.7C26AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625536357101310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 01:52:37 UTC 2021 Modified Files: pkgsrc/security/p5-Crypt-RandPasswd: Makefile distinfo Log Message: Update to 0.07 Upstream changes: 0.07 2021-06-18 JANITOR - Switched to Dist::Zilla - Added some more modules to SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/p5-Crypt-RandPasswd/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/p5-Crypt-RandPasswd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625536357101310 Content-Disposition: inline Content-Length: 1864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-RandPasswd/Makefile diff -u pkgsrc/security/p5-Crypt-RandPasswd/Makefile:1.25 pkgsrc/security/p5-Crypt-RandPasswd/Makefile:1.26 --- pkgsrc/security/p5-Crypt-RandPasswd/Makefile:1.25 Mon May 24 19:54:00 2021 +++ pkgsrc/security/p5-Crypt-RandPasswd/Makefile Tue Jul 6 01:52:37 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/05/24 19:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2021/07/06 01:52:37 wen Exp $ # -DISTNAME= Crypt-RandPasswd-0.06 +DISTNAME= Crypt-RandPasswd-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} Index: pkgsrc/security/p5-Crypt-RandPasswd/distinfo diff -u pkgsrc/security/p5-Crypt-RandPasswd/distinfo:1.5 pkgsrc/security/p5-Crypt-RandPasswd/distinfo:1.6 --- pkgsrc/security/p5-Crypt-RandPasswd/distinfo:1.5 Fri Nov 6 07:11:07 2015 +++ pkgsrc/security/p5-Crypt-RandPasswd/distinfo Tue Jul 6 01:52:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/06 07:11:07 wen Exp $ +$NetBSD: distinfo,v 1.6 2021/07/06 01:52:37 wen Exp $ -SHA1 (Crypt-RandPasswd-0.06.tar.gz) = 872eaaac72716d4e4354be887aeabf7bb080776b -RMD160 (Crypt-RandPasswd-0.06.tar.gz) = 0799079d3bff2896e4a3aecb051d0e0868efce99 -SHA512 (Crypt-RandPasswd-0.06.tar.gz) = 21f947258b5646faa42afb15573a0e965ac26790c3b2a551614d4487d20d37f6d667f347a2ee7160699002da3b455f056271bc57ed058ec4d48322d35c8f0a25 -Size (Crypt-RandPasswd-0.06.tar.gz) = 18403 bytes +SHA1 (Crypt-RandPasswd-0.07.tar.gz) = 7bf5c146b680670beb91f2db1fbd89185927381c +RMD160 (Crypt-RandPasswd-0.07.tar.gz) = 9f380221a07d028d5d62436befa6718912c519db +SHA512 (Crypt-RandPasswd-0.07.tar.gz) = 44f5e22ea8b3abcfa494a1f9c4b36d9701d4886522a69241470645fdc5c3cc517b0b0dc1e2509a12b5ab98e5d4ebb0b07a910d9bba2401f67766657199b2e8f7 +Size (Crypt-RandPasswd-0.07.tar.gz) = 26215 bytes --_----------=_1625536357101310--