From owner-svn-ports-head@freebsd.org Wed Jul 22 05:47:22 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96302372378; Wed, 22 Jul 2020 05:47:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBPcV3W6Yz3SgT; Wed, 22 Jul 2020 05:47:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 584512AA2A; Wed, 22 Jul 2020 05:47:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06M5lMN2092550; Wed, 22 Jul 2020 05:47:22 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06M5lMS3092549; Wed, 22 Jul 2020 05:47:22 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202007220547.06M5lMS3092549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 22 Jul 2020 05:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542833 - head/games/powwow X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/games/powwow X-SVN-Commit-Revision: 542833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2020 05:47:22 -0000 Author: koobs Date: Wed Jul 22 05:47:21 2020 New Revision: 542833 URL: https://svnweb.freebsd.org/changeset/ports/542833 Log: 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) Modified: head/games/powwow/Makefile Modified: head/games/powwow/Makefile ============================================================================== --- head/games/powwow/Makefile Wed Jul 22 05:07:39 2020 (r542832) +++ head/games/powwow/Makefile Wed Jul 22 05:47:21 2020 (r542833) @@ -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