git: a7d6c1cf815a - main - */*: reset maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Apr 2024 09:55:44 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a7d6c1cf815a6556eb6476e1eac4be6544bc3130
commit a7d6c1cf815a6556eb6476e1eac4be6544bc3130
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-04-12 09:54:44 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-04-12 09:54:44 +0000
*/*: reset maintainership
Return ports maintained by David Kalliecharan dave@dal.ca to the pool
due to consecutive maintainer timeouts.
---
devel/py-astor/Makefile | 2 +-
devel/py-rply/Makefile | 2 +-
lang/py-hy/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/py-astor/Makefile b/devel/py-astor/Makefile
index a354ddc86187..beb042a33537 100644
--- a/devel/py-astor/Makefile
+++ b/devel/py-astor/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dave@dal.ca
+MAINTAINER= ports@FreeBSD.org
COMMENT= Astor allows easy manipulation of Python source via the AST
WWW= https://github.com/berkerpeksag/astor
diff --git a/devel/py-rply/Makefile b/devel/py-rply/Makefile
index e2765ad8d86b..b51e88e152d0 100644
--- a/devel/py-rply/Makefile
+++ b/devel/py-rply/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dave@dal.ca
+MAINTAINER= ports@FreeBSD.org
COMMENT= Pure python parser generator, that also works with RPython
WWW= https://github.com/alex/rply
diff --git a/lang/py-hy/Makefile b/lang/py-hy/Makefile
index b8a7d134507a..1af56fec0440 100644
--- a/lang/py-hy/Makefile
+++ b/lang/py-hy/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= lang python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dave@dal.ca
+MAINTAINER= ports@FreeBSD.org
COMMENT= Dialect of Lisp that is embedded in Python
WWW= https://docs.hylang.org/en/stable/