From owner-svn-ports-all@freebsd.org Wed Nov 8 08:15:22 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 6F79AE70FF6; Wed, 8 Nov 2017 08:15:22 +0000 (UTC) (envelope-from yuri@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 2A1626FB58; Wed, 8 Nov 2017 08:15:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA88FLvF046790; Wed, 8 Nov 2017 08:15:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA88FL3i046789; Wed, 8 Nov 2017 08:15:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711080815.vA88FL3i046789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 Nov 2017 08:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453724 - head/devel/py-natsort X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-natsort X-SVN-Commit-Revision: 453724 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.23 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: Wed, 08 Nov 2017 08:15:22 -0000 Author: yuri Date: Wed Nov 8 08:15:20 2017 New Revision: 453724 URL: https://svnweb.freebsd.org/changeset/ports/453724 Log: devel/py-natsort: Removed RUN_DEPENDS from TEST_DEPENDS. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12950 Modified: head/devel/py-natsort/Makefile Modified: head/devel/py-natsort/Makefile ============================================================================== --- head/devel/py-natsort/Makefile Wed Nov 8 08:06:08 2017 (r453723) +++ head/devel/py-natsort/Makefile Wed Nov 8 08:15:20 2017 (r453724) @@ -18,8 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.8.0:devel/py-hypothesis \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}pathlib>0:devel/py-pathlib \ - ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ - ${RUN_DEPENDS} + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage USES= python USE_PYTHON= autoplist distutils