svn commit: r392967 - head/net-im/py-nbxmpp

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jul 27 06:55:34 UTC 2015


Author: rm
Date: Mon Jul 27 06:55:33 2015
New Revision: 392967
URL: https://svnweb.freebsd.org/changeset/ports/392967

Log:
  net-im/py-nbxmpp: remove dependency on twisted
  
  Remove dependency on twisted, because it is not used anymore
  and let it build with python3 after that.
  Bump PORTREVISION to chase dependency change

Modified:
  head/net-im/py-nbxmpp/Makefile

Modified: head/net-im/py-nbxmpp/Makefile
==============================================================================
--- head/net-im/py-nbxmpp/Makefile	Mon Jul 27 06:52:50 2015	(r392966)
+++ head/net-im/py-nbxmpp/Makefile	Mon Jul 27 06:55:33 2015	(r392967)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nbxmpp
 PORTVERSION=	0.5.3
+PORTREVISION=	1
 CATEGORIES=	net-im devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
 
 NO_ARCH=	yes
-USES=		python:2 twisted:run
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list