From owner-svn-ports-all@freebsd.org Mon Jul 11 08:01:12 2016 Return-Path: Delivered-To: svn-ports-all@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 B604EB90A7E; Mon, 11 Jul 2016 08:01:12 +0000 (UTC) (envelope-from bapt@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 889F91848; Mon, 11 Jul 2016 08:01:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6B81BYu080525; Mon, 11 Jul 2016 08:01:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6B81BRm080524; Mon, 11 Jul 2016 08:01:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607110801.u6B81BRm080524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 11 Jul 2016 08:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418356 - head/x11/i3lock X-SVN-Group: ports-head 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.22 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: Mon, 11 Jul 2016 08:01:12 -0000 Author: bapt Date: Mon Jul 11 08:01:11 2016 New Revision: 418356 URL: https://svnweb.freebsd.org/changeset/ports/418356 Log: Take maintainership Modified: head/x11/i3lock/Makefile Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Mon Jul 11 05:16:42 2016 (r418355) +++ head/x11/i3lock/Makefile Mon Jul 11 08:01:11 2016 (r418356) @@ -6,7 +6,7 @@ PORTVERSION= 2.7 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Slightly improved screen locker based on slock LICENSE= BSD3CLAUSE