Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 05:47:22 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542833 - head/games/powwow
Message-ID:  <202007220547.06M5lMS3092549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007220547.06M5lMS3092549>