From owner-svn-ports-all@freebsd.org Tue Apr 17 03:15:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC5E8F9E49E; Tue, 17 Apr 2018 03:15:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E2777A137; Tue, 17 Apr 2018 03:15:46 +0000 (UTC) (envelope-from jbeich@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 992D926968; Tue, 17 Apr 2018 03:15:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3H3Fkoo033646; Tue, 17 Apr 2018 03:15:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3H3FkCV033640; Tue, 17 Apr 2018 03:15:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804170315.w3H3FkCV033640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 17 Apr 2018 03:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467554 - in head/games: gigalomania keeperrl linux-dwarffortress opendungeons quackle X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games: gigalomania keeperrl linux-dwarffortress opendungeons quackle X-SVN-Commit-Revision: 467554 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 03:15:47 -0000 Author: jbeich Date: Tue Apr 17 03:15:45 2018 New Revision: 467554 URL: https://svnweb.freebsd.org/changeset/ports/467554 Log: games@ is not to be used as a maintainer per r371872 Pointy hat to: rene Modified: head/games/gigalomania/Makefile (contents, props changed) head/games/keeperrl/Makefile (contents, props changed) head/games/linux-dwarffortress/Makefile (contents, props changed) head/games/opendungeons/Makefile (contents, props changed) head/games/quackle/Makefile (contents, props changed) Modified: head/games/gigalomania/Makefile ============================================================================== --- head/games/gigalomania/Makefile Tue Apr 17 03:11:39 2018 (r467553) +++ head/games/gigalomania/Makefile Tue Apr 17 03:15:45 2018 (r467554) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= https://launchpad.net/gigalomania/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}src -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source 2D real time strategy god game USES= zip Modified: head/games/keeperrl/Makefile ============================================================================== --- head/games/keeperrl/Makefile Tue Apr 17 03:11:39 2018 (r467553) +++ head/games/keeperrl/Makefile Tue Apr 17 03:15:45 2018 (r467554) @@ -5,7 +5,7 @@ PORTVERSION= 0.0.${ALPHA_VERSION} PORTREVISION= 1 CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ambitious dungeon builder with roguelike elements LICENSE= GPLv2 OFL11 Modified: head/games/linux-dwarffortress/Makefile ============================================================================== --- head/games/linux-dwarffortress/Makefile Tue Apr 17 03:11:39 2018 (r467553) +++ head/games/linux-dwarffortress/Makefile Tue Apr 17 03:15:45 2018 (r467554) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.bay12games.com/dwarves/ PKGNAMEPREFIX= linux- DISTNAME= df_${DISTVERSION:S|0.||:S|.|_|}_linux32 -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dwarven fortress building game with ASCII graphics (Linux version) LICENSE= BAY12 Modified: head/games/opendungeons/Makefile ============================================================================== --- head/games/opendungeons/Makefile Tue Apr 17 03:11:39 2018 (r467553) +++ head/games/opendungeons/Makefile Tue Apr 17 03:15:45 2018 (r467554) @@ -4,7 +4,7 @@ PORTNAME= opendungeons PORTVERSION= 0.7.1 CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source game inspired by Dungeon Keeper LICENSE= CC-BY-3.0 CC-BY-SA-3.0 CC0-1.0 GPLv3 MIT OFL11 Modified: head/games/quackle/Makefile ============================================================================== --- head/games/quackle/Makefile Tue Apr 17 03:11:39 2018 (r467553) +++ head/games/quackle/Makefile Tue Apr 17 03:15:45 2018 (r467554) @@ -7,7 +7,7 @@ PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= games -MAINTAINER= games@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scrabble-like word game utilizing Qt4 LICENSE= GPLv3