From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 12:12:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 404C6885; Thu, 26 Feb 2015 12:12:20 +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 2B93AB53; Thu, 26 Feb 2015 12:12:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QCCJef059361; Thu, 26 Feb 2015 12:12:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QCCJIB059360; Thu, 26 Feb 2015 12:12:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502261212.t1QCCJIB059360@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Feb 2015 12:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379991 - head/net-im/jabber-pyicq 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.18-1 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: Thu, 26 Feb 2015 12:12:20 -0000 Author: sunpoet Date: Thu Feb 26 12:12:19 2015 New Revision: 379991 URL: https://svnweb.freebsd.org/changeset/ports/379991 QAT: https://qat.redports.org/buildarchive/r379991/ Log: - Fix USES=twisted: we do not support/need twisted:core PR: 198049 Submitted by: Modified: head/net-im/jabber-pyicq/Makefile Modified: head/net-im/jabber-pyicq/Makefile ============================================================================== --- head/net-im/jabber-pyicq/Makefile Thu Feb 26 11:51:32 2015 (r379990) +++ head/net-im/jabber-pyicq/Makefile Thu Feb 26 12:12:19 2015 (r379991) @@ -44,7 +44,7 @@ PORTDOCS= NEWS README PORTEXAMPLES= db-setup.mysql jabber-pyicq.xml MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb -TWISTED_USES= twisted:core,web,words +TWISTED_USES= twisted:web,words .include