svn commit: r379991 - head/net-im/jabber-pyicq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 26 12:12:20 UTC 2015


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>
 


More information about the svn-ports-head mailing list