From owner-svn-ports-head@freebsd.org Fri Nov 13 13:10:00 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 50729A2EE87; Fri, 13 Nov 2015 13:10:00 +0000 (UTC) (envelope-from wg@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 1B8A41575; Fri, 13 Nov 2015 13:10:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADD9xuU075823; Fri, 13 Nov 2015 13:09:59 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADD9xIM075822; Fri, 13 Nov 2015 13:09:59 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131309.tADD9xIM075822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 13:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401510 - head/devel/py-rednose 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: Fri, 13 Nov 2015 13:10:00 -0000 Author: wg Date: Fri Nov 13 13:09:58 2015 New Revision: 401510 URL: https://svnweb.freebsd.org/changeset/ports/401510 Log: devel/py-rednose: add missing dependencies Modified: head/devel/py-rednose/Makefile Modified: head/devel/py-rednose/Makefile ============================================================================== --- head/devel/py-rednose/Makefile Fri Nov 13 13:07:59 2015 (r401509) +++ head/devel/py-rednose/Makefile Fri Nov 13 13:09:58 2015 (r401510) @@ -2,6 +2,7 @@ PORTNAME= rednose PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,9 @@ COMMENT= Coloured output for nosetests LICENSE= BSD2CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:${PORTSDIR}/devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}termstyle>0:${PORTSDIR}/devel/py-termstyle + USES= python USE_PYTHON= distutils autoplist