Index: head/devel/py-robotframework-pabot/files/patch-setup.py =================================================================== --- head/devel/py-robotframework-pabot/files/patch-setup.py (revision 505516) +++ head/devel/py-robotframework-pabot/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2019-06-06 10:50:07 UTC -+++ setup.py -@@ -28,7 +28,6 @@ setup(name='robotframework-pabot', - 'Development Status :: 5 - Production/Stable', - 'Framework :: Robot Framework' - ], -- scripts=[os.path.join('scripts', 'pabot'), -- os.path.join('scripts', 'pabot.bat')], -+ scripts=[os.path.join('scripts', 'pabot')], - license='Apache License, Version 2.0', - install_requires=['robotframework', 'robotremoteserver>=1.1']) Property changes on: head/devel/py-robotframework-pabot/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-robotframework-pabot/Makefile =================================================================== --- head/devel/py-robotframework-pabot/Makefile (revision 505516) +++ head/devel/py-robotframework-pabot/Makefile (revision 505517) @@ -1,23 +1,23 @@ # Created by: Vladimir Chukharev # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.65 +PORTVERSION= 0.72 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= Vladimir.Chukharev@gmail.com COMMENT= Parallel executor for Robot Framework test cases LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:devel/py-robotremoteserver@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/devel/py-robotframework-pabot/distinfo =================================================================== --- head/devel/py-robotframework-pabot/distinfo (revision 505516) +++ head/devel/py-robotframework-pabot/distinfo (revision 505517) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559818643 -SHA256 (robotframework-pabot-0.65.tar.gz) = 5a831ca744eadc6468828685dc7d13ab8ace062d55eb61b94178b2815ba6dc39 -SIZE (robotframework-pabot-0.65.tar.gz) = 22294 +TIMESTAMP = 1561800187 +SHA256 (robotframework-pabot-0.72.tar.gz) = 7db9f899fc40e20b4eaf02c46e1527084c821319555866dacfce94be08c228ea +SIZE (robotframework-pabot-0.72.tar.gz) = 22535 Index: head/devel/py-robotframework-pabot/pkg-descr =================================================================== --- head/devel/py-robotframework-pabot/pkg-descr (revision 505516) +++ head/devel/py-robotframework-pabot/pkg-descr (revision 505517) @@ -1,3 +1,3 @@ Parallel executor for Robot Framework test cases -WWW: https://github.com/mkorpela/pabot +WWW: https://pabot.org