From owner-svn-ports-all@freebsd.org Mon Jul 27 06:45:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1FFD9ABC41; Mon, 27 Jul 2015 06:45:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78CEE169C; Mon, 27 Jul 2015 06:45:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6R6jmVC006355; Mon, 27 Jul 2015 06:45:48 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6R6jldD006353; Mon, 27 Jul 2015 06:45:47 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507270645.t6R6jldD006353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 27 Jul 2015 06:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392965 - head/net-im/py-nbxmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 06:45:48 -0000 Author: rm Date: Mon Jul 27 06:45:47 2015 New Revision: 392965 URL: https://svnweb.freebsd.org/changeset/ports/392965 Log: 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). 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 Mon Jul 27 06:39:28 2015 (r392964) +++ head/net-im/py-nbxmpp/Makefile Mon Jul 27 06:45:47 2015 (r392965) @@ -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 Modified: head/net-im/py-nbxmpp/distinfo ============================================================================== --- head/net-im/py-nbxmpp/distinfo Mon Jul 27 06:39:28 2015 (r392964) +++ head/net-im/py-nbxmpp/distinfo Mon Jul 27 06:45:47 2015 (r392965) @@ -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