svn commit: r379991 - head/net-im/jabber-pyicq
Kubilay Kocak
koobs at FreeBSD.org
Thu Feb 26 12:53:36 UTC 2015
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: <michal at hanu.la>
>
> 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 <bsd.port.options.mk>
>
>
Thank you! :D
More information about the svn-ports-all
mailing list