From owner-svn-ports-head@freebsd.org Mon Dec 28 21:56:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E483A53913; Mon, 28 Dec 2015 21:56:48 +0000 (UTC) (envelope-from junovitch@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 mx1.freebsd.org (Postfix) with ESMTPS id 17DEA1439; Mon, 28 Dec 2015 21:56:48 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSLulDb059404; Mon, 28 Dec 2015 21:56:47 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSLulqg059403; Mon, 28 Dec 2015 21:56:47 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512282156.tBSLulqg059403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 28 Dec 2015 21:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404696 - head/games/lwjgl X-SVN-Group: ports-head 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.20 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: Mon, 28 Dec 2015 21:56:48 -0000 Author: junovitch Date: Mon Dec 28 21:56:46 2015 New Revision: 404696 URL: https://svnweb.freebsd.org/changeset/ports/404696 Log: games/lwjgl: pass maintainership to PR submitter PR: 205435 Submitted by: Ilia Skalozubov Modified: head/games/lwjgl/Makefile Modified: head/games/lwjgl/Makefile ============================================================================== --- head/games/lwjgl/Makefile Mon Dec 28 18:58:52 2015 (r404695) +++ head/games/lwjgl/Makefile Mon Dec 28 21:56:46 2015 (r404696) @@ -8,7 +8,7 @@ MASTER_SITES= SF/java-game-lib/Official% DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-source-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skinc.ru COMMENT= Lightweight Java Game Library LICENSE= BSD3CLAUSE