diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-27 14:45:47 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-27 14:45:47 +0800 |
commit | e5b12ac8835ea4b124e244876e6d7c3be4de7c29 (patch) | |
tree | cbfe67325bd6f91d4a6775897122847d1af4aa42 /net-im | |
parent | fc86aa5704a39b521f5bf53b2ae863a2ac027dc3 (diff) | |
download | freebsd-ports-gnome-e5b12ac8835ea4b124e244876e6d7c3be4de7c29.tar.gz freebsd-ports-gnome-e5b12ac8835ea4b124e244876e6d7c3be4de7c29.tar.zst freebsd-ports-gnome-e5b12ac8835ea4b124e244876e6d7c3be4de7c29.zip |
net-im/py-nbxmpp: update to 0.5.3
python-nbxmpp 0.5.3 (13 July 2015)
* Fix receiving long utf8 strings under py3
* Fix issue with pyopenssl 0.15.1
* Fix decoding issues
Add NO_ARCH and limit python version to 2.x (twisted is not py3-aware).
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-nbxmpp/Makefile | 8 | ||||
-rw-r--r-- | net-im/py-nbxmpp/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/py-nbxmpp/Makefile b/net-im/py-nbxmpp/Makefile index 0e74c1d62370..8399f4847267 100644 --- a/net-im/py-nbxmpp/Makefile +++ b/net-im/py-nbxmpp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nbxmpp -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ COMMENT= Non blocking Jabber/XMPP module LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl -USES= python twisted:run +NO_ARCH= yes +USES= python:2 twisted:run USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/net-im/py-nbxmpp/distinfo b/net-im/py-nbxmpp/distinfo index 6952e019d187..b085f47e56cb 100644 --- a/net-im/py-nbxmpp/distinfo +++ b/net-im/py-nbxmpp/distinfo @@ -1,2 +1,2 @@ -SHA256 (nbxmpp-0.5.2.tar.gz) = de949b181a0f7b430103e1ef4957dab1283be01938986f13bfbe257a54f540ec -SIZE (nbxmpp-0.5.2.tar.gz) = 1513971 +SHA256 (nbxmpp-0.5.3.tar.gz) = b79a6b25a2ed7ac792600544778238b27cf6eef6c8eab79b0bfa46df0c3a9935 +SIZE (nbxmpp-0.5.3.tar.gz) = 1514066 |