svn commit: r506883 - in head: audio/libmpdclient databases/py-queries devel/py-arrow devel/py-backports_abc devel/py-mimeparse editors/jupp security/please textproc/uncle www/py-tornado www/py-tor...

Grzegorz Blach gblach at FreeBSD.org
Thu Jul 18 23:12:24 UTC 2019


Author: gblach
Date: Thu Jul 18 23:12:21 2019
New Revision: 506883
URL: https://svnweb.freebsd.org/changeset/ports/506883

Log:
  Drop maintainership

Modified:
  head/audio/libmpdclient/Makefile
  head/databases/py-queries/Makefile
  head/devel/py-arrow/Makefile
  head/devel/py-backports_abc/Makefile
  head/devel/py-mimeparse/Makefile
  head/editors/jupp/Makefile
  head/security/please/Makefile
  head/textproc/uncle/Makefile
  head/www/py-tornado/Makefile
  head/www/py-tornado4/Makefile
  head/www/py-tornado6/Makefile

Modified: head/audio/libmpdclient/Makefile
==============================================================================
--- head/audio/libmpdclient/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/audio/libmpdclient/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/libmpdclient/2/
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	API library for interfacing MPD
 
 LICENSE=	BSD3CLAUSE

Modified: head/databases/py-queries/Makefile
==============================================================================
--- head/databases/py-queries/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/databases/py-queries/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -7,7 +7,7 @@ CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simplified PostgreSQL client built upon Psycopg2
 
 LICENSE=	BSD3CLAUSE

Modified: head/devel/py-arrow/Makefile
==============================================================================
--- head/devel/py-arrow/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/devel/py-arrow/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -7,7 +7,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Better dates and times for Python
 
 LICENSE=	APACHE20

Modified: head/devel/py-backports_abc/Makefile
==============================================================================
--- head/devel/py-backports_abc/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/devel/py-backports_abc/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -7,7 +7,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Backport of recent additions to the 'collections.abc' module
 
 LICENSE=	PSFL

Modified: head/devel/py-mimeparse/Makefile
==============================================================================
--- head/devel/py-mimeparse/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/devel/py-mimeparse/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Basic functions for handling mime-types in Python
 
 LICENSE=	MIT

Modified: head/editors/jupp/Makefile
==============================================================================
--- head/editors/jupp/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/editors/jupp/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
 		http://pub.allbsd.org/MirOS/dist/jupp/
 DISTNAME=	joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Portable version of Joe's Own Editor from MirBSD
 
 LICENSE=	GPLv1

Modified: head/security/please/Makefile
==============================================================================
--- head/security/please/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/security/please/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -5,7 +5,7 @@ PORTNAME=	please
 PORTVERSION=	2.7
 CATEGORIES=	security
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Execute a command as root
 
 LICENSE=	BSD2CLAUSE

Modified: head/textproc/uncle/Makefile
==============================================================================
--- head/textproc/uncle/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/textproc/uncle/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -6,7 +6,7 @@ PORTVERSION=	0.2
 PORTREVISION=	1
 CATEGORIES=	textproc
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert UCL config file to desired format
 
 LICENSE=	BSD2CLAUSE

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/www/py-tornado/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -7,7 +7,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20

Modified: head/www/py-tornado4/Makefile
==============================================================================
--- head/www/py-tornado4/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/www/py-tornado4/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	4
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20

Modified: head/www/py-tornado6/Makefile
==============================================================================
--- head/www/py-tornado6/Makefile	Thu Jul 18 22:55:23 2019	(r506882)
+++ head/www/py-tornado6/Makefile	Thu Jul 18 23:12:21 2019	(r506883)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	6
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20


More information about the svn-ports-head mailing list