Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 51B571A921F for ; Tue, 19 Apr 2022 16:50:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 06A5B84EA7; Tue, 19 Apr 2022 16:50:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F81C84E62 for ; Tue, 19 Apr 2022 16:50:17 +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 MwIXc0VLakwy for ; Tue, 19 Apr 2022 16:50:16 +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 161B884D5B for ; Tue, 19 Apr 2022 16:50:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09644FB1A; Tue, 19 Apr 2022 16:50:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650387016249820" MIME-Version: 1.0 Date: Tue, 19 Apr 2022 16:50:16 +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: <20220419165016.09644FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650387016249820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Apr 19 16:50:15 UTC 2022 Modified Files: pkgsrc/devel/texttest: Makefile PLIST distinfo Log Message: Update to 4.1.0. From the changelog: * Make it possible to disable comment plugin in non-PHP environment (e.g. Azure blob store) [Geoff Bache] * Adding similar support for Azure Devops that we already had for Jenkins [Geoff Bache] * windows CLI self tests #99 [Michael Behrisch] * first script for regular CI tests [Michael Behrisch] * fixing setup after nterpretcore move #99 [Michael Behrisch] * moving interpretcore for easier self testing #99 [Michael Behrisch] * removing leftovers from python3 conversion [Michael Behrisch] To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/texttest/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/texttest/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/texttest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650387016249820 Content-Disposition: inline Content-Length: 11667 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.14 pkgsrc/devel/texttest/Makefile:1.15 --- pkgsrc/devel/texttest/Makefile:1.14 Fri Jan 28 12:04:17 2022 +++ pkgsrc/devel/texttest/Makefile Tue Apr 19 16:50:15 2022 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2022/01/28 12:04:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/04/19 16:50:15 schmonz Exp $ -DISTNAME= TextTest-4.0.9 +DISTNAME= texttest-4.1.0 +GITHUB_TAG= ${PKGVERSION_NOREV} PKGNAME= ${DISTNAME:tl} CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texttest/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=texttest/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://texttest.sourceforge.net/ @@ -25,144 +26,6 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= texttestlib/default/__init__.py SUBST_VARS.prefix= PREFIX -SUBST_CLASSES+= crlf -SUBST_STAGE.crlf= post-extract -SUBST_FILTER_CMD.crlf= ${TR} -d '\r' -SUBST_FILES.crlf= PKG-INFO -SUBST_FILES.crlf+= bin/filter_fpdiff.py -SUBST_FILES.crlf+= bin/filter_rundependent.py -SUBST_FILES.crlf+= bin/texttest -SUBST_FILES.crlf+= bin/texttest_release.py -SUBST_FILES.crlf+= texttestlib/plugins.py -SUBST_FILES.crlf+= texttestlib/libexec/startXvfb.py -SUBST_FILES.crlf+= texttestlib/libexec/sitecustomize.py -SUBST_FILES.crlf+= texttestlib/libexec/startWindowManager.py -SUBST_FILES.crlf+= texttestlib/libexec/interpretcore -SUBST_FILES.crlf+= texttestlib/queuesystem/slavejobs.py -SUBST_FILES.crlf+= texttestlib/queuesystem/gridqueuesystem.py -SUBST_FILES.crlf+= texttestlib/queuesystem/__init__.py -SUBST_FILES.crlf+= texttestlib/queuesystem/sge.py -SUBST_FILES.crlf+= texttestlib/queuesystem/abstractqueuesystem.py -SUBST_FILES.crlf+= texttestlib/queuesystem/masterprocess.py -SUBST_FILES.crlf+= texttestlib/queuesystem/condor.py -SUBST_FILES.crlf+= texttestlib/queuesystem/utils.py -SUBST_FILES.crlf+= texttestlib/queuesystem/lsf.py -SUBST_FILES.crlf+= texttestlib/queuesystem/ec2cloud.py -SUBST_FILES.crlf+= texttestlib/testmodel.py -SUBST_FILES.crlf+= texttestlib/logconfiggen.py -SUBST_FILES.crlf+= texttestlib/etc/default_gui.uimap -SUBST_FILES.crlf+= texttestlib/etc/default_gui-view_program-dynamic.xml -SUBST_FILES.crlf+= texttestlib/etc/default_gui-use_case_record_mode-static.xml -SUBST_FILES.crlf+= texttestlib/etc/default_gui-static.xml -SUBST_FILES.crlf+= texttestlib/etc/git.xml -SUBST_FILES.crlf+= texttestlib/etc/bzr.xml -SUBST_FILES.crlf+= texttestlib/etc/default_gui-use_case_record_mode-dynamic.xml -SUBST_FILES.crlf+= texttestlib/etc/rsync_exclude_patterns -SUBST_FILES.crlf+= texttestlib/etc/default_gui.xml -SUBST_FILES.crlf+= texttestlib/etc/sge.xml -SUBST_FILES.crlf+= texttestlib/etc/cvs.xml -SUBST_FILES.crlf+= texttestlib/etc/default_gui-dynamic.xml -SUBST_FILES.crlf+= texttestlib/etc/.gtkrc-2.0 -SUBST_FILES.crlf+= texttestlib/etc/capturemock_config -SUBST_FILES.crlf+= texttestlib/etc/default_gui-unordered_text-dynamic.xml -SUBST_FILES.crlf+= texttestlib/etc/default_gui-view_program.xml -SUBST_FILES.crlf+= texttestlib/etc/hg.xml -SUBST_FILES.crlf+= texttestlib/etc/summary_template.html -SUBST_FILES.crlf+= texttestlib/default/runtest.py -SUBST_FILES.crlf+= texttestlib/default/console.py -SUBST_FILES.crlf+= texttestlib/default/reconnect.py -SUBST_FILES.crlf+= texttestlib/default/rundependent.py -SUBST_FILES.crlf+= texttestlib/default/comparetest.py -SUBST_FILES.crlf+= texttestlib/default/actionrunner.py -SUBST_FILES.crlf+= texttestlib/default/__init__.py -SUBST_FILES.crlf+= texttestlib/default/storytext_interface.py -SUBST_FILES.crlf+= texttestlib/default/colorer.py -SUBST_FILES.crlf+= texttestlib/default/sandbox.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/bugzilla.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/bugzillav2.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/__init__.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/jira.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/github.py -SUBST_FILES.crlf+= texttestlib/default/knownbugs/trac.py -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/commentliststyle.css -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/comment.js -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/comment.php -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/filter.js -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/commentlist.js -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview_javascript/jquery.js -SUBST_FILES.crlf+= texttestlib/default/batch/HTMLgen.py -SUBST_FILES.crlf+= texttestlib/default/batch/junitreport.py -SUBST_FILES.crlf+= texttestlib/default/batch/HTMLcolors.py -SUBST_FILES.crlf+= texttestlib/default/batch/__init__.py -SUBST_FILES.crlf+= texttestlib/default/batch/jenkinschanges.py -SUBST_FILES.crlf+= texttestlib/default/batch/testoverview.py -SUBST_FILES.crlf+= texttestlib/default/batch/imgsize.py -SUBST_FILES.crlf+= texttestlib/default/batch/summarypages.py -SUBST_FILES.crlf+= texttestlib/default/batch/resultgraphs.py -SUBST_FILES.crlf+= texttestlib/default/batch/batchutils.py -SUBST_FILES.crlf+= texttestlib/default/traffic.py -SUBST_FILES.crlf+= texttestlib/default/scripts.py -SUBST_FILES.crlf+= texttestlib/default/comparefile.py -SUBST_FILES.crlf+= texttestlib/default/performance.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/statusviews.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/guiplugins.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/stockitems.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/textinfo.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/filetrees.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/git.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/custom_widgets_storytext.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/bzr.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/custom_widgets.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/__init__.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/cvs.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/version_control/hg.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/entrycompletion.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/testtree.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/selectandfilter.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/runningactions.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/adminactions.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/helpdialogs.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/__init__.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/fileproperties.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/fileviewers.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/housekeeping.py -SUBST_FILES.crlf+= texttestlib/default/gtkgui/default_gui/changeteststate.py -SUBST_FILES.crlf+= texttestlib/default/virtualdisplay.py -SUBST_FILES.crlf+= texttestlib/default/fpdiff.py -SUBST_FILES.crlf+= texttestlib/jobprocess.py -SUBST_FILES.crlf+= texttestlib/engine.py -SUBST_FILES.crlf+= texttestlib/utils.py -SUBST_FILES.crlf+= texttestlib/log/regenerate_log_config.py -SUBST_FILES.crlf+= texttestlib/log/logconfiggen_setup.py -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_2.x -SUBST_FILES.crlf+= texttestlib/doc/quick_start.txt -SUBST_FILES.crlf+= texttestlib/doc/ChangeLog -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.1 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.6 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.8 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.9 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.7 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.12 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.24 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.22 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.25 -SUBST_FILES.crlf+= texttestlib/doc/CREDITS.txt -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.5 -SUBST_FILES.crlf+= texttestlib/doc/LICENSE.txt -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.3 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.4 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.29 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.16 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.20 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.18 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.27 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.19 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.21 -SUBST_FILES.crlf+= texttestlib/doc/MigrationNotes_from_3.17 -SUBST_FILES.crlf+= texttestlib/texttest_version.py -SUBST_FILES.crlf+= setup.py -SUBST_FILES.crlf+= readme.txt - .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" .include "../../x11/gtk3/buildlink3.mk" Index: pkgsrc/devel/texttest/PLIST diff -u pkgsrc/devel/texttest/PLIST:1.5 pkgsrc/devel/texttest/PLIST:1.6 --- pkgsrc/devel/texttest/PLIST:1.5 Fri Jan 28 12:04:17 2022 +++ pkgsrc/devel/texttest/PLIST Tue Apr 19 16:50:15 2022 @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/28 12:04:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/04/19 16:50:15 schmonz Exp $ bin/filter_fpdiff.py bin/filter_rundependent.py bin/interpretcore bin/texttest -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt ${PYSITELIB}/texttestlib/__init__.py ${PYSITELIB}/texttestlib/__init__.pyc ${PYSITELIB}/texttestlib/__init__.pyo @@ -266,7 +266,6 @@ ${PYSITELIB}/texttestlib/images/throbber ${PYSITELIB}/texttestlib/jobprocess.py ${PYSITELIB}/texttestlib/jobprocess.pyc ${PYSITELIB}/texttestlib/jobprocess.pyo -${PYSITELIB}/texttestlib/libexec/interpretcore ${PYSITELIB}/texttestlib/libexec/sitecustomize.py ${PYSITELIB}/texttestlib/libexec/sitecustomize.pyc ${PYSITELIB}/texttestlib/libexec/sitecustomize.pyo Index: pkgsrc/devel/texttest/distinfo diff -u pkgsrc/devel/texttest/distinfo:1.7 pkgsrc/devel/texttest/distinfo:1.8 --- pkgsrc/devel/texttest/distinfo:1.7 Wed Jan 12 09:47:24 2022 +++ pkgsrc/devel/texttest/distinfo Tue Apr 19 16:50:15 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2022/01/12 09:47:24 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2022/04/19 16:50:15 schmonz Exp $ -BLAKE2s (TextTest-4.0.9.tar.gz) = 2781265a115443f0347c348900e518df202485db30f65f8d1ca1a036a0bc5c31 -SHA512 (TextTest-4.0.9.tar.gz) = d0cf982d2c9e7105e66c053b8dd3094f5821f3a8f232da4cfe07b1c00a21e94955b3567988b9d8372ad57d95035a1bc09468e086729dae08be24bc9d5c74f6ee -Size (TextTest-4.0.9.tar.gz) = 605512 bytes +BLAKE2s (texttest-4.1.0.tar.gz) = fa89f67c4d52c1be8c4b0731588714468d9a9a4893e4f0959b39e78c18694957 +SHA512 (texttest-4.1.0.tar.gz) = 74eec24934e659decf109c499307b6f202b4a90ff4581fe8ecc5f1fcc92d58ec9d7ab0107e770e58d436a860c9573ece5f7e2831059a97abd665427082f31b0a +Size (texttest-4.1.0.tar.gz) = 609182 bytes SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5 --_----------=_1650387016249820--