From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 12:53:35 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5C2A5BF; Thu, 26 Feb 2015 12:53:35 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADD7BF55; Thu, 26 Feb 2015 12:53:35 +0000 (UTC) Received: by paceu11 with SMTP id eu11so13775007pac.7; Thu, 26 Feb 2015 04:53:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=4lTREDSNDbyiiZ3TbEyQYR/cFOFqj49WzxkFkCeq0CE=; b=Yd4j4DS+n3X7zmYRi+4Rqsksnw8N/uTabgFTiKP4HCif/chFFEb7+ReqHrCm3lDaU6 Qifg1cl+ErjfPMxiuLvMV0DJAMlKzsWvgig6vtzBBNkp38HgXBbM4QrwfSz86qga77wL 5dVG1KkoFvgKPtEeQ8HXi+8PyfSQUuQhklE1sUY5f8O/jjlA/6ZufT9n/B4VDxM4UuQE /Nu+8Dw54vrSjBtSQXGiKvmmbR/1GzpfcO4yyXgDUmwDiDZPx0dayEq9sHvnXxDTNgFn 0WdRLxQbLv99tAZj2rDJupS4qmsJOFeNC1RXb/2R1bzq97CQajWmCQUeXbqbRUz9q8Wo sbkw== X-Received: by 10.70.103.101 with SMTP id fv5mr14393018pdb.5.1424955215121; Thu, 26 Feb 2015 04:53:35 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id bw9sm971287pab.39.2015.02.26.04.53.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 04:53:34 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54EF1745.6020906@FreeBSD.org> Date: Thu, 26 Feb 2015 23:53:25 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379991 - head/net-im/jabber-pyicq References: <201502261212.t1QCCJIB059360@svn.freebsd.org> In-Reply-To: <201502261212.t1QCCJIB059360@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Thu, 26 Feb 2015 12:53:36 -0000 On 26/02/2015 11:12 PM, Sunpoet Po-Chuan Hsieh wrote: > 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 > > Thank you! :D