git: a1d828e84fc8 - main - devel/py-game_sdl2: take maintenership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Apr 2024 11:09:03 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a1d828e84fc891d8165a9626e0878d2f1ad45b35
commit a1d828e84fc891d8165a9626e0878d2f1ad45b35
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-04-09 12:08:48 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-04-14 11:07:56 +0000
devel/py-game_sdl2: take maintenership
PR: 278181
Reported by: Brad D <social@brandongrows.me>
---
devel/py-game_sdl2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index d88b2b58e419..efbd9bf2f324 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= social@brandongrows.me
COMMENT= Reimplementation of portions of the pygame API using SDL2
WWW= https://github.com/renpy/pygame_sdl2