From owner-svn-ports-all@FreeBSD.ORG Sun Sep 7 07:30:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D3EAC56; Sun, 7 Sep 2014 07:30:26 +0000 (UTC) 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 88ED41CEE; Sun, 7 Sep 2014 07:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s877UQDq014116; Sun, 7 Sep 2014 07:30:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s877UQq3014115; Sun, 7 Sep 2014 07:30:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409070730.s877UQq3014115@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Sep 2014 07:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367493 - head/devel/py-testoob 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.18-1 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: Sun, 07 Sep 2014 07:30:26 -0000 Author: antoine Date: Sun Sep 7 07:30:25 2014 New Revision: 367493 URL: http://svnweb.freebsd.org/changeset/ports/367493 QAT: https://qat.redports.org/buildarchive/r367493/ Log: Remove optional dependency on unstaged textproc/py-4suite-xml Modified: head/devel/py-testoob/Makefile Modified: head/devel/py-testoob/Makefile ============================================================================== --- head/devel/py-testoob/Makefile Sun Sep 7 07:26:43 2014 (r367492) +++ head/devel/py-testoob/Makefile Sun Sep 7 07:30:25 2014 (r367493) @@ -12,9 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Testoob is an advanced unit testing framework for PyUnit -OPTIONS_DEFINE= TWISTED HTML +OPTIONS_DEFINE= TWISTED TWISTED_DESC= enable running in threads -HTML_DESC= enable HTML output USES= tar:bzip2 USE_PYTHON= yes @@ -27,8 +26,4 @@ PYDISTUTILS_AUTOPLIST= yes USES+= twisted .endif -.if ${PORT_OPTIONS:MHTML} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml -.endif - .include