summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/bats-core/Makefile2
-rw-r--r--devel/py-backports/Makefile2
-rw-r--r--devel/py-cached-property/Makefile2
-rw-r--r--devel/py-dockerpty/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile
index 54991ddd8265..e99f813e8c58 100644
--- a/devel/bats-core/Makefile
+++ b/devel/bats-core/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel
-MAINTAINER= lifanov@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Bash automated testing system
LICENSE= MIT
diff --git a/devel/py-backports/Makefile b/devel/py-backports/Makefile
index 2443df28bdc1..1f2ec897807e 100644
--- a/devel/py-backports/Makefile
+++ b/devel/py-backports/Makefile
@@ -4,7 +4,7 @@ PORTVERSION= 1
CATEGORIES= devel python
DISTFILES=
-MAINTAINER= lifanov@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= Shared namespace shim for py-backports.* ports
LICENSE= MIT
diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile
index b771e6dabdfc..6758c366bd28 100644
--- a/devel/py-cached-property/Makefile
+++ b/devel/py-cached-property/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= lifanov@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Decorator for caching properties in classes
LICENSE= BSD3CLAUSE
diff --git a/devel/py-dockerpty/Makefile b/devel/py-dockerpty/Makefile
index 98b2df7370f6..86c1fe30d03f 100644
--- a/devel/py-dockerpty/Makefile
+++ b/devel/py-dockerpty/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= lifanov@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python library to use the pseudo-tty of a docker container
LICENSE= APACHE20