From owner-svn-ports-all@freebsd.org Fri Aug 24 22:14:35 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 95DD01095497; Fri, 24 Aug 2018 22:14:35 +0000 (UTC) (envelope-from tobik@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 3A793793AE; Fri, 24 Aug 2018 22:14:35 +0000 (UTC) (envelope-from tobik@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 161F317135; Fri, 24 Aug 2018 22:14:35 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7OMEYfY036927; Fri, 24 Aug 2018 22:14:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OMEYM1036926; Fri, 24 Aug 2018 22:14:34 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808242214.w7OMEYM1036926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 24 Aug 2018 22:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477984 - head/databases/mantis X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/databases/mantis X-SVN-Commit-Revision: 477984 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.27 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: Fri, 24 Aug 2018 22:14:35 -0000 Author: tobik Date: Fri Aug 24 22:14:34 2018 New Revision: 477984 URL: https://svnweb.freebsd.org/changeset/ports/477984 Log: Take maintainership of databases/mantis Modified: head/databases/mantis/Makefile Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Fri Aug 24 22:06:12 2018 (r477983) +++ head/databases/mantis/Makefile Fri Aug 24 22:14:34 2018 (r477984) @@ -6,7 +6,7 @@ PORTVERSION= 2.9.0 PORTEPOCH= 1 CATEGORIES= databases www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes