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

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Sep 7 18:20:37 UTC 2016


Author: rm
Date: Wed Sep  7 18:20:36 2016
New Revision: 421516
URL: https://svnweb.freebsd.org/changeset/ports/421516

Log:
  net-im/py-nbxmpp: update to 0.5.4
  
  Changelog:
  python-nbxmpp 0.5.4 (04 September 2016)
  
    * Fix SCRAM authentication
    * Fix BOSH connection with UTF-8 messages
    * Fix smacks implementation
    * Use uuid in stanza ids

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

Modified: head/net-im/py-nbxmpp/Makefile
==============================================================================
--- head/net-im/py-nbxmpp/Makefile	Wed Sep  7 17:20:54 2016	(r421515)
+++ head/net-im/py-nbxmpp/Makefile	Wed Sep  7 18:20:36 2016	(r421516)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nbxmpp
-PORTVERSION=	0.5.3
-PORTREVISION=	1
+PORTVERSION=	0.5.4
 CATEGORIES=	net-im devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:2.7+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/net-im/py-nbxmpp/distinfo
==============================================================================
--- head/net-im/py-nbxmpp/distinfo	Wed Sep  7 17:20:54 2016	(r421515)
+++ head/net-im/py-nbxmpp/distinfo	Wed Sep  7 18:20:36 2016	(r421516)
@@ -1,2 +1,3 @@
-SHA256 (nbxmpp-0.5.3.tar.gz) = b79a6b25a2ed7ac792600544778238b27cf6eef6c8eab79b0bfa46df0c3a9935
-SIZE (nbxmpp-0.5.3.tar.gz) = 1514066
+TIMESTAMP = 1473262649
+SHA256 (nbxmpp-0.5.4.tar.gz) = 0a85f92a23c7adea1ae932b5e9e0a4ee586ca79a4d0ebd0294b1b095d9314379
+SIZE (nbxmpp-0.5.4.tar.gz) = 1514337


More information about the svn-ports-head mailing list