Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E280B84DA5 for ; Fri, 30 Jun 2023 13:35:40 +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 7ARW0Xde-b4P for ; Fri, 30 Jun 2023 13:35:40 +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 5EDE584D6C for ; Fri, 30 Jun 2023 13:35:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C5E1FA89; Fri, 30 Jun 2023 13:35:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688132140258090" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 13:35:40 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Term-Shell To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630133540.5C5E1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688132140258090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 30 13:35:40 UTC 2023 Modified Files: pkgsrc/devel/p5-Term-Shell: Makefile distinfo Log Message: Update to 0.13 Upstream changes: 0.13 2021-10-21 - Fix "Discrepancy between distro and Shell.pm version number" - https://github.com/shlomif/Term-Shell/pull/4 - Thanks to @EmilianoBruni . To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Term-Shell/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Term-Shell/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688132140258090 Content-Disposition: inline Content-Length: 1643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Term-Shell/Makefile diff -u pkgsrc/devel/p5-Term-Shell/Makefile:1.22 pkgsrc/devel/p5-Term-Shell/Makefile:1.23 --- pkgsrc/devel/p5-Term-Shell/Makefile:1.22 Tue Jun 28 11:33:19 2022 +++ pkgsrc/devel/p5-Term-Shell/Makefile Fri Jun 30 13:35:40 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/06/28 11:33:19 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/06/30 13:35:40 wen Exp $ -DISTNAME= Term-Shell-0.12 +DISTNAME= Term-Shell-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHLOMIF/} LICENSE= gnu-gpl-v2 Index: pkgsrc/devel/p5-Term-Shell/distinfo diff -u pkgsrc/devel/p5-Term-Shell/distinfo:1.9 pkgsrc/devel/p5-Term-Shell/distinfo:1.10 --- pkgsrc/devel/p5-Term-Shell/distinfo:1.9 Tue Oct 26 10:17:35 2021 +++ pkgsrc/devel/p5-Term-Shell/distinfo Fri Jun 30 13:35:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:17:35 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/06/30 13:35:40 wen Exp $ -BLAKE2s (Term-Shell-0.12.tar.gz) = 02f30243d6aa93963220efc190e92192a9b356f5ff4a0327556ce479a6bd6a2d -SHA512 (Term-Shell-0.12.tar.gz) = 8411505cb798fdcb728bb7814c80d809630689782e1235927d13902466043f41753219ef9827402f233ef7cfa186670bc36651a905da2dc2534696596abb234c -Size (Term-Shell-0.12.tar.gz) = 36300 bytes +BLAKE2s (Term-Shell-0.13.tar.gz) = 560dfbef35a48757fc995a7ce24f455c785aade788324d860100957ae670b4dc +SHA512 (Term-Shell-0.13.tar.gz) = bf0a4662aaae95ce4e2b104d3d68582c393e07be0b95148a27e01e2eb696a59bc484b9c84eb05db10c62774d7b18e032598038687bd72f8cb9b9c49e0c04eed2 +Size (Term-Shell-0.13.tar.gz) = 36338 bytes --_----------=_1688132140258090--