diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2020-07-22 05:47:21 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2020-07-22 05:47:21 +0000 |
commit | 9ef88c205bd3d56990f11cdfb4b66b6f6314e9da (patch) | |
tree | dcb7227a46bd580cccb0197149e2bf7b48db909b | |
parent | 8d0cd1e7432e48268043b34764704c63d593991e (diff) |
games/powwow: Update MAINTAINER
Current MAINTAINER address is a @subdomain.freebsd.org who's MX has been
delegated to the recipient (current MAINTAINER).
This causes issues because Bugzilla's authentication scheme has a specific
Kerberos (kpasswd) based backend for accounts matching the FreeBSD.org
domain.
This coupled with the MAINTAINER not having access to the current
MAINTAINER address, and using a different Bugzilla account email address,
has implications and causes issues with respect to verifying maintainership
for approval and other purposes (requesting feedback etc).
tl;dr: All maintainers (MAINTAINER lines) for maintainers of ports, should
have an Bugzilla account email that exactly matches that MAINTAINER line
If that is currently not the case, maintainers should either:
1) Update the MAINTAINER line to match the Bugzilla email, OR
2) Update their Bugzilla Email to match the MAINTAINER line in Preferences [1]
[1] https://bugs.freebsd.org/bugzilla/userprefs.cgi?tab=account
PR: 247902
Requested by: koobs (bugmeister)
Approved by: Juraj Lutter (maintainer, via email verification)
Approved by: koobs (bugmeister)
MFH: 2020Q3 (blanket: consistent metadata)
Notes
Notes:
svn path=/head/; revision=542833
-rw-r--r-- | games/powwow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 4cbbc189012c..e4e9089a6bd5 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -3,11 +3,12 @@ PORTNAME= powwow PORTVERSION= 1.2.17 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://hoopajoo.net/static/projects/ \ ftp://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/ -MAINTAINER= otis@sk.FreeBSD.org +MAINTAINER= juraj@lutter.sk COMMENT= Client to play MUDs USES= ncurses |