Date: Mon, 27 Jul 2015 06:55:34 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392967 - head/net-im/py-nbxmpp Message-ID: <201507270655.t6R6tYL3011108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507270655.t6R6tYL3011108>