git: cb420cdf94d4 - main - all: Take maintainership

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 06 Jun 2022 12:26:12 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb420cdf94d4648b6d2cbec10b6c7446b4da78b4

commit cb420cdf94d4648b6d2cbec10b6c7446b4da78b4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-06-06 12:25:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-06 12:25:36 +0000

    all: Take maintainership
---
 databases/pear-DoctrineCommon/Makefile        | 2 +-
 databases/pear-DoctrineDBAL/Makefile          | 2 +-
 databases/py-unqlite/Makefile                 | 2 +-
 devel/ds2/Makefile                            | 2 +-
 devel/pear-Symfony_Component_Console/Makefile | 2 +-
 devel/pear-channel-doctrine/Makefile          | 2 +-
 devel/py-async_timeout/Makefile               | 2 +-
 devel/py-babelfish/Makefile                   | 2 +-
 devel/py-biplist/Makefile                     | 2 +-
 devel/py-bsd/Makefile                         | 2 +-
 devel/py-defusedxml/Makefile                  | 2 +-
 devel/py-docker-py/Makefile                   | 2 +-
 devel/py-fastentrypoints/Makefile             | 2 +-
 devel/py-freenas.utils/Makefile               | 2 +-
 devel/py-hgtools/Makefile                     | 2 +-
 devel/py-lockfile/Makefile                    | 2 +-
 devel/py-mccabe/Makefile                      | 2 +-
 devel/py-paver/Makefile                       | 2 +-
 devel/py-polib/Makefile                       | 2 +-
 devel/py-ptvsd/Makefile                       | 2 +-
 devel/py-pydevd/Makefile                      | 2 +-
 devel/py-pympler/Makefile                     | 2 +-
 devel/py-pytest-runner/Makefile               | 2 +-
 devel/py-rednose/Makefile                     | 2 +-
 devel/py-rose/Makefile                        | 2 +-
 devel/py-stsci.distutils/Makefile             | 2 +-
 devel/py-termstyle/Makefile                   | 2 +-
 devel/py-unipath/Makefile                     | 2 +-
 ftp/yafc/Makefile                             | 2 +-
 irc/py-irc/Makefile                           | 2 +-
 math/py-bitmath/Makefile                      | 2 +-
 multimedia/ffmpeg2theora/Makefile             | 2 +-
 multimedia/py-enzyme/Makefile                 | 2 +-
 multimedia/py-librtmp/Makefile                | 2 +-
 net/py-netif/Makefile                         | 2 +-
 sysutils/hptcli/Makefile                      | 2 +-
 textproc/py-pysrt/Makefile                    | 2 +-
 textproc/py-sphinxcontrib-httpdomain/Makefile | 2 +-
 textproc/py-ucl/Makefile                      | 2 +-
 www/dojo/Makefile                             | 2 +-
 www/py-aiohttp-wsgi/Makefile                  | 2 +-
 www/py-formencode/Makefile                    | 2 +-
 www/py-splinter/Makefile                      | 2 +-
 www/py-ws4py/Makefile                         | 2 +-
 www/zend-framework/Makefile                   | 2 +-
 45 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile
index 1419476364fd..b4248f6bfae1 100644
--- a/databases/pear-DoctrineCommon/Makefile
+++ b/databases/pear-DoctrineCommon/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	2.3.0
 CATEGORIES=	databases pear
 MASTER_SITES=	http://pear.doctrine-project.org/get/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Shared code for Doctrine PHP object relational mapper
 
 LICENSE=	MIT
diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile
index f665156f1a78..7328a87601c8 100644
--- a/databases/pear-DoctrineDBAL/Makefile
+++ b/databases/pear-DoctrineDBAL/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	2.3.4
 CATEGORIES=	databases pear
 MASTER_SITES=	http://pear.doctrine-project.org/get/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Database abstraction layer used to power the ORM package
 
 LICENSE=	MIT
diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile
index 75db51d8e386..d0f0fe4e9ac4 100644
--- a/databases/py-unqlite/Makefile
+++ b/databases/py-unqlite/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Fast Python bindings for the UnQLite embedded NoSQL database
 
 LICENSE=	MIT
diff --git a/devel/ds2/Makefile b/devel/ds2/Makefile
index 91c5d77048b3..bda8a9d239d6 100644
--- a/devel/ds2/Makefile
+++ b/devel/ds2/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	ds2
 PORTVERSION=	20151028
 CATEGORIES=	devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Debug server for lldb
 
 LICENSE=	NCSA
diff --git a/devel/pear-Symfony_Component_Console/Makefile b/devel/pear-Symfony_Component_Console/Makefile
index 3be7efb02b52..79988b7af00a 100644
--- a/devel/pear-Symfony_Component_Console/Makefile
+++ b/devel/pear-Symfony_Component_Console/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	http://pear.symfony.com/get/
 PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}Symfony_Component_
 DIST_SUBDIR=	Symfony2
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Symfony2 Console Component
 
 LICENSE=	MIT
diff --git a/devel/pear-channel-doctrine/Makefile b/devel/pear-channel-doctrine/Makefile
index 23c7e66f9a07..b17e1963068d 100644
--- a/devel/pear-channel-doctrine/Makefile
+++ b/devel/pear-channel-doctrine/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	doctrine
 PORTVERSION=	20130618
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
 
 PEAR_CHANNEL_HOST=	pear.doctrine-project.org
diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile
index 05aa7a5fda2d..ef408be76a86 100644
--- a/devel/py-async_timeout/Makefile
+++ b/devel/py-async_timeout/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	async-timeout-${DISTVERSIONFULL}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Timeout context manager for asyncio programs
 
 LICENSE=	APACHE20
diff --git a/devel/py-babelfish/Makefile b/devel/py-babelfish/Makefile
index 51679f316ab9..f9f1268f9da2 100644
--- a/devel/py-babelfish/Makefile
+++ b/devel/py-babelfish/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Module to work with countries and languages
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-biplist/Makefile b/devel/py-biplist/Makefile
index dc060ca7c68a..03f44ce707aa 100644
--- a/devel/py-biplist/Makefile
+++ b/devel/py-biplist/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Library for reading/writing binary plists
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-bsd/Makefile b/devel/py-bsd/Makefile
index 6db7a0b3d76b..1553f56aba85 100644
--- a/devel/py-bsd/Makefile
+++ b/devel/py-bsd/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.0.20170329
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python wrappers for various BSD libc and system calls
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-defusedxml/Makefile b/devel/py-defusedxml/Makefile
index 0a009b9f6909..aba6900e887b 100644
--- a/devel/py-defusedxml/Makefile
+++ b/devel/py-defusedxml/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python textproc
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	XML bomb protection for Python stdlib modules
 
 LICENSE=	PSFL
diff --git a/devel/py-docker-py/Makefile b/devel/py-docker-py/Makefile
index a6da8e76242d..34ed55576559 100644
--- a/devel/py-docker-py/Makefile
+++ b/devel/py-docker-py/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	API client for docker written in Python
 
 LICENSE=	APACHE20
diff --git a/devel/py-fastentrypoints/Makefile b/devel/py-fastentrypoints/Makefile
index afe8231408b9..a18141adb128 100644
--- a/devel/py-fastentrypoints/Makefile
+++ b/devel/py-fastentrypoints/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Makes entry_points specified in setup.py load more quickly
 
 LICENSE=	BSD2CLAUSE
diff --git a/devel/py-freenas.utils/Makefile b/devel/py-freenas.utils/Makefile
index e7b45c6dd913..39528320b6bc 100644
--- a/devel/py-freenas.utils/Makefile
+++ b/devel/py-freenas.utils/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	FreeNAS common Python modules
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-hgtools/Makefile b/devel/py-hgtools/Makefile
index 35511ec2dd44..ea444b9058f7 100644
--- a/devel/py-hgtools/Makefile
+++ b/devel/py-hgtools/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Classes and setuptools plugin for Mercurial repositories
 
 LICENSE=	MIT
diff --git a/devel/py-lockfile/Makefile b/devel/py-lockfile/Makefile
index 4db0f9ce02e5..5a73dee7e6f3 100644
--- a/devel/py-lockfile/Makefile
+++ b/devel/py-lockfile/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Platform-independent file locking module
 
 LICENSE=	MIT
diff --git a/devel/py-mccabe/Makefile b/devel/py-mccabe/Makefile
index ef7ff6a0d5bd..ebda05290395 100644
--- a/devel/py-mccabe/Makefile
+++ b/devel/py-mccabe/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Ned's script to check McCabe complexity
 
 LICENSE=	MIT
diff --git a/devel/py-paver/Makefile b/devel/py-paver/Makefile
index 627f5a18f6b2..e08a139899c1 100644
--- a/devel/py-paver/Makefile
+++ b/devel/py-paver/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Paver-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Easy build, distribution and deployment scripting
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-polib/Makefile b/devel/py-polib/Makefile
index abd074bbe99b..cf5f8d9a8cc2 100644
--- a/devel/py-polib/Makefile
+++ b/devel/py-polib/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python library to parse and manage gettext catalogs
 
 USES=		python:3.6+
diff --git a/devel/py-ptvsd/Makefile b/devel/py-ptvsd/Makefile
index c1e6ae68a568..744a418f4eac 100644
--- a/devel/py-ptvsd/Makefile
+++ b/devel/py-ptvsd/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Visual Studio remote debugging server for Python
 
 LICENSE=	APACHE20
diff --git a/devel/py-pydevd/Makefile b/devel/py-pydevd/Makefile
index 39d39dad88da..1f55d248c7f7 100644
--- a/devel/py-pydevd/Makefile
+++ b/devel/py-pydevd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Debugger used in PyDev and PyCharm
 
 USES=		python:3.6+
diff --git a/devel/py-pympler/Makefile b/devel/py-pympler/Makefile
index 0ed95da243db..e6b44b34460a 100644
--- a/devel/py-pympler/Makefile
+++ b/devel/py-pympler/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Measure, monitor and analyze the memory behavior of Python objects
 
 LICENSE=	APACHE20
diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile
index bb847878ffc2..2d492c16c278 100644
--- a/devel/py-pytest-runner/Makefile
+++ b/devel/py-pytest-runner/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Test support for pytest runner in setup.py
 
 LICENSE=	MIT
diff --git a/devel/py-rednose/Makefile b/devel/py-rednose/Makefile
index b7034ee5d556..0b64d4d80779 100644
--- a/devel/py-rednose/Makefile
+++ b/devel/py-rednose/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Coloured output for nosetests
 
 LICENSE=	MIT
diff --git a/devel/py-rose/Makefile b/devel/py-rose/Makefile
index 3f3bc826cba1..9bcc7df39cb4 100644
--- a/devel/py-rose/Makefile
+++ b/devel/py-rose/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Small library for keeping your version up-to-date easily everywhere
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-stsci.distutils/Makefile b/devel/py-stsci.distutils/Makefile
index 5c6e1f3faff3..c68303276101 100644
--- a/devel/py-stsci.distutils/Makefile
+++ b/devel/py-stsci.distutils/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Packaging utilities used by some of STScI's packages
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-termstyle/Makefile b/devel/py-termstyle/Makefile
index c3900491ec32..d85db1cf42d1 100644
--- a/devel/py-termstyle/Makefile
+++ b/devel/py-termstyle/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Dirt-simple terminal-colour library for python
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-unipath/Makefile b/devel/py-unipath/Makefile
index 32706a921eda..36d1b0042112 100644
--- a/devel/py-unipath/Makefile
+++ b/devel/py-unipath/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Object-oriented alternative to os/os.path/shutil
 
 LICENSE=	PSFL
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 3c0d20b1630c..c754483f3c01 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.7
 CATEGORIES=	ftp
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Yet another FTP client, similar to ftp(1)
 
 LICENSE=	GPLv2+
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index 40c67203de6c..0df4a3354575 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	irc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	IRC protocol client library for Python
 
 LICENSE=	MIT
diff --git a/math/py-bitmath/Makefile b/math/py-bitmath/Makefile
index 8a14f3e71b8e..c9f4af5a4bd0 100644
--- a/math/py-bitmath/Makefile
+++ b/math/py-bitmath/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Represent and manipulate file sizes with different prefix notations
 
 LICENSE=	MIT
diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile
index 433f8898ae3e..a8480d6ee4d9 100644
--- a/multimedia/ffmpeg2theora/Makefile
+++ b/multimedia/ffmpeg2theora/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	http://v2v.cc/~j/ffmpeg2theora/downloads/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Reencode many media file formats to Ogg Theora
 
 DEPRECATED=	Legacy video format, superseded by AV1/H.264/H.265/VP8/VP9
diff --git a/multimedia/py-enzyme/Makefile b/multimedia/py-enzyme/Makefile
index a8e5a31a8941..b567ef49ede8 100644
--- a/multimedia/py-enzyme/Makefile
+++ b/multimedia/py-enzyme/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	multimedia python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python module to parse metadata in video files
 
 LICENSE=	APACHE20
diff --git a/multimedia/py-librtmp/Makefile b/multimedia/py-librtmp/Makefile
index cb78d82e269e..ca6ad4ef5105 100644
--- a/multimedia/py-librtmp/Makefile
+++ b/multimedia/py-librtmp/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python bindings for librtmp, built with cffi
 
 LICENSE=	BSD2CLAUSE
diff --git a/net/py-netif/Makefile b/net/py-netif/Makefile
index 429747fefc07..b216f1a861e2 100644
--- a/net/py-netif/Makefile
+++ b/net/py-netif/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	1.0.20181212
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python network configuration library for FreeBSD
 
 LICENSE=	BSD2CLAUSE
diff --git a/sysutils/hptcli/Makefile b/sysutils/hptcli/Makefile
index 5e5b502930e0..a6ac744c3cd5 100644
--- a/sysutils/hptcli/Makefile
+++ b/sysutils/hptcli/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	https://download.freenas.org/distfiles/
 DISTNAME=	CLI-FreeBSD-3.6-1-120913
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	HighPoint storage controllers management CLI
 
 # Converted from RESTRICTED
diff --git a/textproc/py-pysrt/Makefile b/textproc/py-pysrt/Makefile
index 95b548408ec9..f2b469da8d8a 100644
--- a/textproc/py-pysrt/Makefile
+++ b/textproc/py-pysrt/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	SubRip (.srt) subtitle parser and writer
 
 LICENSE=	GPLv3
diff --git a/textproc/py-sphinxcontrib-httpdomain/Makefile b/textproc/py-sphinxcontrib-httpdomain/Makefile
index 2aab46ab419b..e437a4f4bbad 100644
--- a/textproc/py-sphinxcontrib-httpdomain/Makefile
+++ b/textproc/py-sphinxcontrib-httpdomain/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Sphinx domain for HTTP APIs
 
 LICENSE=	BSD2CLAUSE
diff --git a/textproc/py-ucl/Makefile b/textproc/py-ucl/Makefile
index 435a1a21da97..23badd53048d 100644
--- a/textproc/py-ucl/Makefile
+++ b/textproc/py-ucl/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	UCL parser and emmitter
 
 LICENSE=	MIT
diff --git a/www/dojo/Makefile b/www/dojo/Makefile
index b52d7269d532..3d0002463278 100644
--- a/www/dojo/Makefile
+++ b/www/dojo/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=		www
 MASTER_SITES=		http://download.dojotoolkit.org/release-${PORTVERSION}/
 DISTNAME=		dojo-release-${PORTVERSION}
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=		bofh@FreeBSD.org
 COMMENT=		Open-source DHTML toolkit written in JavaScript
 
 USES=			cpe
diff --git a/www/py-aiohttp-wsgi/Makefile b/www/py-aiohttp-wsgi/Makefile
index 9f82c08b3718..eccb782fd925 100644
--- a/www/py-aiohttp-wsgi/Makefile
+++ b/www/py-aiohttp-wsgi/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	WSGI adapter for aiohttp
 
 LICENSE=	BSD3CLAUSE
diff --git a/www/py-formencode/Makefile b/www/py-formencode/Makefile
index cc3ae151fba8..307d948f53a1 100644
--- a/www/py-formencode/Makefile
+++ b/www/py-formencode/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	FormEncode-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	HTML form validation, generation, and conversion package
 
 LICENSE=	PSFL
diff --git a/www/py-splinter/Makefile b/www/py-splinter/Makefile
index e6e385d256e5..058819f9b948 100644
--- a/www/py-splinter/Makefile
+++ b/www/py-splinter/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Browser abstraction for web acceptance testing
 
 LICENSE=	BSD3CLAUSE
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile
index 0e12aca79b06..56087f993735 100644
--- a/www/py-ws4py/Makefile
+++ b/www/py-ws4py/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	WebSocket package for Python
 
 LICENSE=	BSD3CLAUSE
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index d11eaed1ab7e..e2855f40f195 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	www
 MASTER_SITES=	https://packages.zendframework.com/releases/${DISTNAME}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Framework for developing PHP web applications
 
 LICENSE=	BSD3CLAUSE