Index: head/devel/py-wsgiutils/Makefile =================================================================== --- head/devel/py-wsgiutils/Makefile (revision 489401) +++ head/devel/py-wsgiutils/Makefile (revision 489402) @@ -1,22 +1,22 @@ # Created by: Jordi Haarman # $FreeBSD$ PORTNAME= wsgiutils -PORTVERSION= 0.7 -PORTREVISION= 3 +PORTVERSION= 0.7.1 CATEGORIES= devel textproc www python -MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= WSGIUtils-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility libraries for development of simple WSGI programs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes USES= python:2.7 USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include Index: head/devel/py-wsgiutils/distinfo =================================================================== --- head/devel/py-wsgiutils/distinfo (revision 489401) +++ head/devel/py-wsgiutils/distinfo (revision 489402) @@ -1,2 +1,3 @@ -SHA256 (WSGIUtils-0.7.tar.gz) = 5f0fb822e8c100416edc1f75f2fd4a28dcfd2b3a046aeb39ac1c761101f0a9d1 -SIZE (WSGIUtils-0.7.tar.gz) = 17996 +TIMESTAMP = 1546680757 +SHA256 (WSGIUtils-0.7.1.tar.gz) = 13e3f1579512ca193c38a8a65a3214fe383206a17648b1bf0045a22085f28791 +SIZE (WSGIUtils-0.7.1.tar.gz) = 19637 Index: head/devel/py-wsgiutils/pkg-descr =================================================================== --- head/devel/py-wsgiutils/pkg-descr (revision 489401) +++ head/devel/py-wsgiutils/pkg-descr (revision 489402) @@ -1,12 +1,5 @@ -WSGIUtils is a package of standalone utility libraries that ease the development -of simple WSGI programs. +WSGI Utils are a package of standalone utility libraries that ease the +development of simple WSGI programs. The functionality provided is limited at +the moment, patches to add new features and address defects are most welcome. -The package is divided into two main components which can be used individually or -in combination. - -wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. - -wsgiAdaptor is a simple WSGI application that provides basic authentication, -signed cookies and persistent sessions. - -WWW: http://www.owlfish.com/software/wsgiutils/ +WWW: https://github.com/davidfraser/WSGIUtils