Index: head/www/py-spyne/Makefile =================================================================== --- head/www/py-spyne/Makefile (revision 403400) +++ head/www/py-spyne/Makefile (revision 403401) @@ -1,22 +1,21 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= spyne -PORTVERSION= 2.11.0 -PORTREVISION= 1 +PORTVERSION= 2.12.11 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Transport and architecture agnostic RPC library LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python .include Index: head/www/py-spyne/distinfo =================================================================== --- head/www/py-spyne/distinfo (revision 403400) +++ head/www/py-spyne/distinfo (revision 403401) @@ -1,2 +1,2 @@ -SHA256 (spyne-2.11.0.tar.gz) = 37b9eb8f600655607d4adf5ad9ab93e6718d1fcefe8917d3d59321188fd2328d -SIZE (spyne-2.11.0.tar.gz) = 265456 +SHA256 (spyne-2.12.11.tar.gz) = 1fac2c4ca5414da34d66af4dd199640f661da92833c3979706431035fa3adced +SIZE (spyne-2.12.11.tar.gz) = 299262 Index: head/www/py-spyne/files/patch-spyne-server-twisted-http.py =================================================================== --- head/www/py-spyne/files/patch-spyne-server-twisted-http.py (revision 403400) +++ head/www/py-spyne/files/patch-spyne-server-twisted-http.py (nonexistent) @@ -1,11 +0,0 @@ ---- spyne/server/twisted/http.py.orig 2014-06-23 22:42:15 UTC -+++ spyne/server/twisted/http.py -@@ -99,7 +99,7 @@ def _render_file(file, request): - - try: - fileForReading = file.openForReading() -- except IOError, e: -+ except IOError as e: - import errno - - if e[0] == errno.EACCES: Property changes on: head/www/py-spyne/files/patch-spyne-server-twisted-http.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property