svn commit: r489402 - head/devel/py-wsgiutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 5 22:46:05 UTC 2019


Author: sunpoet
Date: Sat Jan  5 22:45:57 2019
New Revision: 489402
URL: https://svnweb.freebsd.org/changeset/ports/489402

Log:
  Update to 0.7.1
  
  - Change MASTER_SITES to CHEESESHOP
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/davidfraser/WSGIUtils/releases

Modified:
  head/devel/py-wsgiutils/Makefile
  head/devel/py-wsgiutils/distinfo
  head/devel/py-wsgiutils/pkg-descr

Modified: head/devel/py-wsgiutils/Makefile
==============================================================================
--- head/devel/py-wsgiutils/Makefile	Sat Jan  5 22:45:52 2019	(r489401)
+++ head/devel/py-wsgiutils/Makefile	Sat Jan  5 22:45:57 2019	(r489402)
@@ -2,21 +2,21 @@
 # $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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

Modified: head/devel/py-wsgiutils/distinfo
==============================================================================
--- head/devel/py-wsgiutils/distinfo	Sat Jan  5 22:45:52 2019	(r489401)
+++ head/devel/py-wsgiutils/distinfo	Sat Jan  5 22:45:57 2019	(r489402)
@@ -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

Modified: head/devel/py-wsgiutils/pkg-descr
==============================================================================
--- head/devel/py-wsgiutils/pkg-descr	Sat Jan  5 22:45:52 2019	(r489401)
+++ head/devel/py-wsgiutils/pkg-descr	Sat Jan  5 22:45:57 2019	(r489402)
@@ -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


More information about the svn-ports-all mailing list