git: 91348aa11da6 - main - graphics/glew: Set x11 as maintainer
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 May 2022 11:18:46 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91348aa11da63636a2adfa3c791728bc392e0a4c
commit 91348aa11da63636a2adfa3c791728bc392e0a4c
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-02 11:17:20 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-02 11:17:20 +0000
graphics/glew: Set x11 as maintainer
---
graphics/glew/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index 4734a7a427fa..84de63ce18d6 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -11,7 +11,7 @@ PATCH_SITES= https://github.com/nigels-com/${PORTNAME}/commit/
PATCHFILES+= 8e2e31e69bb6.patch:-p1 # https://github.com/nigels-com/glew/pull/329
PATCHFILES+= 062067f2bad8.patch:-p1 # https://github.com/nigels-com/glew/pull/330
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= x11@FreeBSD.org
COMMENT= OpenGL Extension Wrangler Library
LICENSE= MIT BSD3CLAUSE