git: b6c69605a263 - main - devel/py-yaml: Pass MAINTAINER'ship to Python@
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jun 2022 02:13:49 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6c69605a2638e371efcc4439f2b201925ad9113 commit b6c69605a2638e371efcc4439f2b201925ad9113 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-06-23 02:12:26 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-06-23 02:12:26 +0000 devel/py-yaml: Pass MAINTAINER'ship to Python@ --- devel/py-yaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile index 2fb664b2975f..7767d2f97164 100644 --- a/devel/py-yaml/Makefile +++ b/devel/py-yaml/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyYAML-${PORTVERSION} -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python YAML parser LICENSE= MIT