svn commit: r436503 - in head: devel/py-gdata devel/py-speaklater graphics/py-wand graphics/pysvg net/py-urllib3 sysutils/py-iowait textproc/py-docutils textproc/py-rst2html5 textproc/py-rstyoutube...
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Mar 19 16:11:42 UTC 2017
Author: rm
Date: Sun Mar 19 16:11:40 2017
New Revision: 436503
URL: https://svnweb.freebsd.org/changeset/ports/436503
Log:
Pass maintainership to python@
Modified:
head/devel/py-gdata/Makefile
head/devel/py-speaklater/Makefile
head/graphics/py-wand/Makefile
head/graphics/pysvg/Makefile
head/net/py-urllib3/Makefile
head/sysutils/py-iowait/Makefile
head/textproc/py-docutils/Makefile
head/textproc/py-rst2html5/Makefile
head/textproc/py-rstyoutube/Makefile
head/www/py-bjoern/Makefile
head/www/py-waitress/Makefile
Modified: head/devel/py-gdata/Makefile
==============================================================================
--- head/devel/py-gdata/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/devel/py-gdata/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= GData Python Client Library
LICENSE= APACHE20
Modified: head/devel/py-speaklater/Makefile
==============================================================================
--- head/devel/py-speaklater/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/devel/py-speaklater/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -8,7 +8,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Lazy string Python module for translations
LICENSE= BSD3CLAUSE
Modified: head/graphics/py-wand/Makefile
==============================================================================
--- head/graphics/py-wand/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/graphics/py-wand/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -6,7 +6,7 @@ CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= MagickWand Python binding
LICENSE= MIT
Modified: head/graphics/pysvg/Makefile
==============================================================================
--- head/graphics/pysvg/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/graphics/pysvg/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -6,7 +6,7 @@ PORTVERSION= 0.2.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= pySVG - creating svg with python
LICENSE= BSD2CLAUSE
Modified: head/net/py-urllib3/Makefile
==============================================================================
--- head/net/py-urllib3/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/net/py-urllib3/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Enhance HTTP Python's standard library
LICENSE= MIT
Modified: head/sysutils/py-iowait/Makefile
==============================================================================
--- head/sysutils/py-iowait/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/sysutils/py-iowait/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Python module for I/O completion events
LICENSE= GPLv3
Modified: head/textproc/py-docutils/Makefile
==============================================================================
--- head/textproc/py-docutils/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/textproc/py-docutils/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -8,7 +8,7 @@ MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Python Documentation Utilities
LICENSE= BSD2CLAUSE GPLv3+ PD PSFL
Modified: head/textproc/py-rst2html5/Makefile
==============================================================================
--- head/textproc/py-rst2html5/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/textproc/py-rst2html5/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Produces HTML5 documents from reStructuredText sources
LICENSE= MIT
Modified: head/textproc/py-rstyoutube/Makefile
==============================================================================
--- head/textproc/py-rstyoutube/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/textproc/py-rstyoutube/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Embed YouTube videos in reStructuredText documents
LICENSE= MIT
Modified: head/www/py-bjoern/Makefile
==============================================================================
--- head/www/py-bjoern/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/www/py-bjoern/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Fast Python WSGI server
LICENSE= BSD2CLAUSE
Modified: head/www/py-waitress/Makefile
==============================================================================
--- head/www/py-waitress/Makefile Sun Mar 19 16:05:34 2017 (r436502)
+++ head/www/py-waitress/Makefile Sun Mar 19 16:11:40 2017 (r436503)
@@ -7,7 +7,7 @@ CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Python WSGI server
LICENSE= ZPL21
More information about the svn-ports-all
mailing list