Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DA2884D3B for ; Sat, 20 May 2023 23:27:31 +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 DNKhdXJLi3QY for ; Sat, 20 May 2023 23:27:30 +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 7308184D09 for ; Sat, 20 May 2023 23:27:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62070FA87; Sat, 20 May 2023 23:27:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684625250184870" MIME-Version: 1.0 Date: Sat, 20 May 2023 23:27:30 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Spell To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230520232730.62070FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684625250184870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 20 23:27:30 UTC 2023 Modified Files: pkgsrc/textproc/p5-Pod-Spell: Makefile distinfo Log Message: Update to 1.26 Upstream changes: 1.26 2023-03-13 - encode output as UTF-8 1.25 2022-10-04 - releasing as stable 1.24 2022-10-03 (TRIAL RELEASE) - account for stopwords added in UTF-8 encoded form 1.23 2022-09-21 - releasing as stable 1.22 2022-08-29 (TRIAL RELEASE) - fix finding wordlist when not run against files directly in lib/ To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/p5-Pod-Spell/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-Pod-Spell/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684625250184870 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Pod-Spell/Makefile diff -u pkgsrc/textproc/p5-Pod-Spell/Makefile:1.30 pkgsrc/textproc/p5-Pod-Spell/Makefile:1.31 --- pkgsrc/textproc/p5-Pod-Spell/Makefile:1.30 Tue Jun 28 11:36:23 2022 +++ pkgsrc/textproc/p5-Pod-Spell/Makefile Sat May 20 23:27:30 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2022/06/28 11:36:23 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2023/05/20 23:27:30 wen Exp $ -DISTNAME= Pod-Spell-1.20 +DISTNAME= Pod-Spell-1.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} Index: pkgsrc/textproc/p5-Pod-Spell/distinfo diff -u pkgsrc/textproc/p5-Pod-Spell/distinfo:1.10 pkgsrc/textproc/p5-Pod-Spell/distinfo:1.11 --- pkgsrc/textproc/p5-Pod-Spell/distinfo:1.10 Tue Oct 26 11:22:33 2021 +++ pkgsrc/textproc/p5-Pod-Spell/distinfo Sat May 20 23:27:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:22:33 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/05/20 23:27:30 wen Exp $ -BLAKE2s (Pod-Spell-1.20.tar.gz) = 5fcb625745fad6e684e4484c7ff64ab926568f1a61c93d9f0bb52027a8e293e5 -SHA512 (Pod-Spell-1.20.tar.gz) = 9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e -Size (Pod-Spell-1.20.tar.gz) = 31220 bytes +BLAKE2s (Pod-Spell-1.26.tar.gz) = 263f9eadfd7d3b2ac2d74f6e709073bb5c220811d048c0a13f3d23deea5e6bcd +SHA512 (Pod-Spell-1.26.tar.gz) = 6fba5f6337fcd0e7f8df7d379e9d7a7de5ab13b748831c9f0e48cefbce9b1548d117d96db64693fc71519d700c397d217f27574359518b39225489b96c3c3c9e +Size (Pod-Spell-1.26.tar.gz) = 35564 bytes --_----------=_1684625250184870--