From owner-svn-ports-all@freebsd.org Fri Sep 25 19:03:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DADFA0825E; Fri, 25 Sep 2015 19:03:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8D971C6E; Fri, 25 Sep 2015 19:03:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PJ302j094605; Fri, 25 Sep 2015 19:03:00 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PJ3021094603; Fri, 25 Sep 2015 19:03:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509251903.t8PJ3021094603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 25 Sep 2015 19:03:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397866 - head/devel/py-robotframework-pabot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 19:03:01 -0000 Author: rm Date: Fri Sep 25 19:02:59 2015 New Revision: 397866 URL: https://svnweb.freebsd.org/changeset/ports/397866 Log: devel/py-robotframework-pabot: update to 0.18 From Mikko Korpela: This release fixes one annoying bug that has been there since the beginning of pabot: suite setups and teardowns were logged only from one of the running processes. Now it logs them from all - so be prepared for multiple setups and teardowns in logs. PR: 202748 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework-pabot/Makefile head/devel/py-robotframework-pabot/distinfo Modified: head/devel/py-robotframework-pabot/Makefile ============================================================================== --- head/devel/py-robotframework-pabot/Makefile Fri Sep 25 19:01:15 2015 (r397865) +++ head/devel/py-robotframework-pabot/Makefile Fri Sep 25 19:02:59 2015 (r397866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.15 +PORTVERSION= 0.18 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:${PORTSDIR}/devel/py-robotremoteserver +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-robotframework-pabot/distinfo ============================================================================== --- head/devel/py-robotframework-pabot/distinfo Fri Sep 25 19:01:15 2015 (r397865) +++ head/devel/py-robotframework-pabot/distinfo Fri Sep 25 19:02:59 2015 (r397866) @@ -1,2 +1,2 @@ -SHA256 (robotframework-pabot-0.15.tar.gz) = c6a2cb12398945cfba3cb3b4c48553452ffa9b50e5552061dbc26b57c110661c -SIZE (robotframework-pabot-0.15.tar.gz) = 8329 +SHA256 (robotframework-pabot-0.18.tar.gz) = 39bc51cf0f2f132543fdc4ab6622628619e73c56a52f6209e0bf27cf1130343e +SIZE (robotframework-pabot-0.18.tar.gz) = 8355