Received: by mail.netbsd.org (Postfix, from userid 605) id 0E57784EEC; Tue, 6 Jul 2021 08:02:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 470C084D74 for ; Tue, 6 Jul 2021 08:02:42 +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 qPAs1XhYq8A0 for ; Tue, 6 Jul 2021 08:02:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A7F1184D0E for ; Tue, 6 Jul 2021 08:02:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BC76FA95; Tue, 6 Jul 2021 08:02:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625558561134020" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 08:02:41 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-String-Random To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706080241.9BC76FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625558561134020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 08:02:41 UTC 2021 Modified Files: pkgsrc/security/p5-String-Random: Makefile distinfo Log Message: Update to 0.31 Upstream changes: 0.31 2020-10-17 - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p5-String-Random/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p5-String-Random/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625558561134020 Content-Disposition: inline Content-Length: 1796 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-String-Random/Makefile diff -u pkgsrc/security/p5-String-Random/Makefile:1.24 pkgsrc/security/p5-String-Random/Makefile:1.25 --- pkgsrc/security/p5-String-Random/Makefile:1.24 Mon May 24 19:54:05 2021 +++ pkgsrc/security/p5-String-Random/Makefile Tue Jul 6 08:02:41 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2021/05/24 19:54:05 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/06 08:02:41 wen Exp $ -DISTNAME= String-Random-0.30 +DISTNAME= String-Random-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= perl5 security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} Index: pkgsrc/security/p5-String-Random/distinfo diff -u pkgsrc/security/p5-String-Random/distinfo:1.7 pkgsrc/security/p5-String-Random/distinfo:1.8 --- pkgsrc/security/p5-String-Random/distinfo:1.7 Fri Jun 1 07:14:45 2018 +++ pkgsrc/security/p5-String-Random/distinfo Tue Jul 6 08:02:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/06/01 07:14:45 wen Exp $ +$NetBSD: distinfo,v 1.8 2021/07/06 08:02:41 wen Exp $ -SHA1 (String-Random-0.30.tar.gz) = 051dbaa14e6170fecfa813a600468cbcc93ef9fa -RMD160 (String-Random-0.30.tar.gz) = e1decc981951b1604b2e1e8230f0b69da10e0d58 -SHA512 (String-Random-0.30.tar.gz) = 1c520d124f2937c86970aa29c4189ba420fb936509bf067de2bbf7fac232b94ef7d7307f3c96b3eea3ecd2a11e8da92fd0d700288c431d87c3869127a1e17b7e -Size (String-Random-0.30.tar.gz) = 23589 bytes +SHA1 (String-Random-0.31.tar.gz) = 6455ef6fb8c3329a67843108df34a2902323c4de +RMD160 (String-Random-0.31.tar.gz) = 8eece5dde6d88371f0ebe6c5a0fb2090570c716b +SHA512 (String-Random-0.31.tar.gz) = 6430fee321ff92142bd24df02145984979cdae2f6cd21c4570fc2ea498b1f308080b25b576cc62dff5d07a7dcb6c61e2108badbe93d41989d6ea92a13ceae6a2 +Size (String-Random-0.31.tar.gz) = 23558 bytes --_----------=_1625558561134020--