Received: by mail.netbsd.org (Postfix, from userid 605) id 2E1A4850BD; Fri, 23 Apr 2021 07:19:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6809884DAF for ; Fri, 23 Apr 2021 07:19:40 +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 0gfTViXi0Gpv for ; Fri, 23 Apr 2021 07:19:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DDB5084CDA for ; Fri, 23 Apr 2021 07:19:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5F1CFA95; Fri, 23 Apr 2021 07:19:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161916237931550" MIME-Version: 1.0 Date: Fri, 23 Apr 2021 07:19:39 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/texttest To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210423071939.D5F1CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161916237931550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Apr 23 07:19:39 UTC 2021 Modified Files: pkgsrc/devel/texttest: Makefile distinfo Log Message: Update to 4.0.7. From the changelog: - Fixing comments on batch report, now compatible with PHP 7 - Try to fix recurring problems with test runs hanging when the last test requires a rerun due to a knownbug - #82 trying to support Python 3.9 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/texttest/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/texttest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161916237931550 Content-Disposition: inline Content-Length: 1988 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/texttest/Makefile diff -u pkgsrc/devel/texttest/Makefile:1.5 pkgsrc/devel/texttest/Makefile:1.6 --- pkgsrc/devel/texttest/Makefile:1.5 Sat Dec 19 11:03:48 2020 +++ pkgsrc/devel/texttest/Makefile Fri Apr 23 07:19:39 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/12/19 11:03:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2021/04/23 07:19:39 schmonz Exp $ -DISTNAME= TextTest-4.0.5 +DISTNAME= TextTest-4.0.7 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texttest/} @@ -11,6 +11,7 @@ COMMENT= Tool for text-based Approval T LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil USE_LANGUAGES= # none Index: pkgsrc/devel/texttest/distinfo diff -u pkgsrc/devel/texttest/distinfo:1.2 pkgsrc/devel/texttest/distinfo:1.3 --- pkgsrc/devel/texttest/distinfo:1.2 Sat Dec 19 11:03:48 2020 +++ pkgsrc/devel/texttest/distinfo Fri Apr 23 07:19:39 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2020/12/19 11:03:48 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2021/04/23 07:19:39 schmonz Exp $ -SHA1 (TextTest-4.0.5.tar.gz) = 3c1e340b9485f197ff363281f742356f2fd75a9d -RMD160 (TextTest-4.0.5.tar.gz) = f4b3d56c35ef9243082e9f625c35a5a98e67389b -SHA512 (TextTest-4.0.5.tar.gz) = f9d8496ac211a546a228ca1fc8ae6a29042a85ed3a97d49816f4797e2ebbf15fe30e6d4bc96f0e10d610c2255da80b71c330331e6e707c074ddd22234d78fff9 -Size (TextTest-4.0.5.tar.gz) = 595106 bytes +SHA1 (TextTest-4.0.7.tar.gz) = 297ed92e4ab05872f40266ac05401736a24f7982 +RMD160 (TextTest-4.0.7.tar.gz) = 6878947c7b5a07885e6cbe7cd2a1d9c8e85b1897 +SHA512 (TextTest-4.0.7.tar.gz) = f2f15f083f6b080612a54085df6fae6da61f0189d76a306697f93a9eb3e8fde1a8130b7871f407fb65bc43eb8dffb41a22e5584477f85aed2591ad681f0d85bc +Size (TextTest-4.0.7.tar.gz) = 595146 bytes SHA1 (patch-texttestlib_default_____init____.py) = 3bd79ebe3e6e6d7311d73b7063622c4cddb984d5 --_----------=_161916237931550--