Received: by mail.netbsd.org (Postfix, from userid 605) id ABF9B84E7B; Tue, 11 Apr 2023 13:27:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCAD884D96 for ; Tue, 11 Apr 2023 13:27:09 +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 h7lDO5hhYtDy for ; Tue, 11 Apr 2023 13:27:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5271784D21 for ; Tue, 11 Apr 2023 13:27:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E7C5FA84; Tue, 11 Apr 2023 13:27:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168121962929030" MIME-Version: 1.0 Date: Tue, 11 Apr 2023 13:27:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Filter To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230411132709.4E7C5FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168121962929030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Apr 11 13:27:09 UTC 2023 Modified Files: pkgsrc/textproc/p5-Filter: Makefile distinfo Log Message: Update to 1.64 Upstream changes: 1.64 2022-08-16 rurban ---- * Exec: Silence all Windows -Wint-conversion and -Wint-to-pointer-cast warnings 1.63 2022-08-11 rurban ---- * Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS on windows. USE_5005THREADS is not defined in older perls, but OLD_PTHREADS_API is. 1.62 2022-08-10 rurban ---- * Exec: compile with USE_THREADS and USE_ITHREADS (GH #17) * add a make release target 1.61 2022-06-13 rurban ---- * perfilter.pod: minor improvements (PR #16 khw) * Remove runtime recommends META (GH #14 kentfredric) * use strict in all modules. Fixes Test::Kwalitee. * Add github actions, and cirrus CI's * Updated Copyright years. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/p5-Filter/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-Filter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168121962929030 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Filter/Makefile diff -u pkgsrc/textproc/p5-Filter/Makefile:1.48 pkgsrc/textproc/p5-Filter/Makefile:1.49 --- pkgsrc/textproc/p5-Filter/Makefile:1.48 Tue Jun 28 11:36:16 2022 +++ pkgsrc/textproc/p5-Filter/Makefile Tue Apr 11 13:27:09 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/06/28 11:36:16 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2023/04/11 13:27:09 wen Exp $ -DISTNAME= Filter-1.60 +DISTNAME= Filter-1.64 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/} Index: pkgsrc/textproc/p5-Filter/distinfo diff -u pkgsrc/textproc/p5-Filter/distinfo:1.21 pkgsrc/textproc/p5-Filter/distinfo:1.22 --- pkgsrc/textproc/p5-Filter/distinfo:1.21 Tue Oct 26 11:22:27 2021 +++ pkgsrc/textproc/p5-Filter/distinfo Tue Apr 11 13:27:09 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 11:22:27 nia Exp $ +$NetBSD: distinfo,v 1.22 2023/04/11 13:27:09 wen Exp $ -BLAKE2s (Filter-1.60.tar.gz) = 68f4df54ddc4028cb3117308b4131966156366cb3f80f9bf902bc5d290bf2ff3 -SHA512 (Filter-1.60.tar.gz) = be6ecb9d37c8384de34e842e1e46a24c43592cb1995178ef7a100ef8b028e506d26c044ae9fd1e4672344cbc2dae06b9136b27eced5470cfce683017129cf248 -Size (Filter-1.60.tar.gz) = 95351 bytes +BLAKE2s (Filter-1.64.tar.gz) = 379936f804f6c38a660b29e54bb69fc9b3d0e4dc922d845a64bc02dfb5d65106 +SHA512 (Filter-1.64.tar.gz) = c4b8316f6ec1b7263f9df973ccbb2f939a3296cec9cd644f67a10b0c71679db19afcf1a52601cde028a309655e9241727e76cd96091f7c3ac0514f145790d4a0 +Size (Filter-1.64.tar.gz) = 96733 bytes --_----------=_168121962929030--