From owner-svn-ports-head@freebsd.org Sat Jun 27 01:48:51 2015 Return-Path: Delivered-To: svn-ports-head@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 21ABB98C2FB; Sat, 27 Jun 2015 01:48:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.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 0BCCF1D8B; Sat, 27 Jun 2015 01:48:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5R1mokI013697; Sat, 27 Jun 2015 01:48:50 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5R1moLR013695; Sat, 27 Jun 2015 01:48:50 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506270148.t5R1moLR013695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 27 Jun 2015 01:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390688 - head/deskutils/py-bugwarrior X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2015 01:48:51 -0000 Author: koobs Date: Sat Jun 27 01:48:50 2015 New Revision: 390688 URL: https://svnweb.freebsd.org/changeset/ports/390688 Log: deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDS Modified: head/deskutils/py-bugwarrior/Makefile Modified: head/deskutils/py-bugwarrior/Makefile ============================================================================== --- head/deskutils/py-bugwarrior/Makefile Sat Jun 27 01:46:27 2015 (r390687) +++ head/deskutils/py-bugwarrior/Makefile Sat Jun 27 01:48:50 2015 (r390688) @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twig ${PYTHON_PKGNAMEPREFIX}click>0:${PORTSDIR}/devel/py-click \ ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose USES= python:2