Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39C7484CDC for ; Fri, 1 Sep 2023 02:01:53 +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 NFqG-T1opTvk for ; Fri, 1 Sep 2023 02:01:52 +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 ABE9384CC8 for ; Fri, 1 Sep 2023 02:01:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A55A0FBDB; Fri, 1 Sep 2023 02:01:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169353371217540" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 02:01:52 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Proc-ProcessTable To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230901020152.A55A0FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169353371217540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Sep 1 02:01:52 UTC 2023 Modified Files: pkgsrc/devel/p5-Proc-ProcessTable: Makefile distinfo Log Message: Update to 0.636 Upstream changes: 0.636 2023-06-23 - Fix compilation with MinGW32 runtime (redefine WINVER if too low) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Proc-ProcessTable/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Proc-ProcessTable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169353371217540 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Proc-ProcessTable/Makefile diff -u pkgsrc/devel/p5-Proc-ProcessTable/Makefile:1.35 pkgsrc/devel/p5-Proc-ProcessTable/Makefile:1.36 --- pkgsrc/devel/p5-Proc-ProcessTable/Makefile:1.35 Thu Jul 6 09:39:55 2023 +++ pkgsrc/devel/p5-Proc-ProcessTable/Makefile Fri Sep 1 02:01:52 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2023/07/06 09:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2023/09/01 02:01:52 wen Exp $ -DISTNAME= Proc-ProcessTable-0.635 +DISTNAME= Proc-ProcessTable-0.636 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} Index: pkgsrc/devel/p5-Proc-ProcessTable/distinfo diff -u pkgsrc/devel/p5-Proc-ProcessTable/distinfo:1.17 pkgsrc/devel/p5-Proc-ProcessTable/distinfo:1.18 --- pkgsrc/devel/p5-Proc-ProcessTable/distinfo:1.17 Sat May 20 06:35:46 2023 +++ pkgsrc/devel/p5-Proc-ProcessTable/distinfo Fri Sep 1 02:01:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2023/05/20 06:35:46 wiz Exp $ +$NetBSD: distinfo,v 1.18 2023/09/01 02:01:52 wen Exp $ -BLAKE2s (Proc-ProcessTable-0.635.tar.gz) = b1215bfe8720d092ffb0caa5277e7e62391f6d8592dda6c63bdbedaf22498523 -SHA512 (Proc-ProcessTable-0.635.tar.gz) = 9f8d5ba79432e8ddb4e0138d351b6706f233131104bcc5cd1848dbad6156f447eb6fc98a87faee811a4acfc547a7e2f765e263c01670e118c8037d8fc4f08123 -Size (Proc-ProcessTable-0.635.tar.gz) = 95534 bytes +BLAKE2s (Proc-ProcessTable-0.636.tar.gz) = 26ed10483d407dd719804b627cbd9b425a1a3c2d861236584c503cc03a74ec9c +SHA512 (Proc-ProcessTable-0.636.tar.gz) = 9678c9bd4bf70c4188265824fbc79e2f951f9e3722733172838fe20748b6938babd5a4db44bb1b6c8c59b7718ade634b3f25a462a82291dc2edaa620baa436cd +Size (Proc-ProcessTable-0.636.tar.gz) = 95667 bytes --_----------=_169353371217540--