From owner-svn-ports-all@freebsd.org Fri Dec 29 03:44:47 2017 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 86A83EA6F60; Fri, 29 Dec 2017 03:44:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4AB7F7A01A; Fri, 29 Dec 2017 03:44:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBT3ikZM085106; Fri, 29 Dec 2017 03:44:46 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBT3ikLS085105; Fri, 29 Dec 2017 03:44:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712290344.vBT3ikLS085105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 29 Dec 2017 03:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457493 - head/devel/py-testtools X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-testtools X-SVN-Commit-Revision: 457493 X-SVN-Commit-Repository: ports 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.25 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, 29 Dec 2017 03:44:47 -0000 Author: wen Date: Fri Dec 29 03:44:46 2017 New Revision: 457493 URL: https://svnweb.freebsd.org/changeset/ports/457493 Log: - Add missing dependancy PR: 223707 Submitted by: fullermd@over-yonder.net Approved by: maintainer(timeout, > 40 days) Modified: head/devel/py-testtools/Makefile Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Fri Dec 29 03:38:53 2017 (r457492) +++ head/devel/py-testtools/Makefile Fri Dec 29 03:44:46 2017 (r457493) @@ -3,6 +3,7 @@ PORTNAME= testtools PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,8 @@ COMMENT= Extensions to the Python library's unit testi LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${FLAVOR} USES= python USE_PYTHON= distutils autoplist concurrent