From owner-svn-ports-all@freebsd.org Thu Aug 10 19:17:15 2017 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 9BB8BDDA88A; Thu, 10 Aug 2017 19:17:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 696A46E06E; Thu, 10 Aug 2017 19:17:15 +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 v7AJHE32052584; Thu, 10 Aug 2017 19:17:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AJHEnG052583; Thu, 10 Aug 2017 19:17:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201708101917.v7AJHEnG052583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 10 Aug 2017 19:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447717 - head/x11/swarp X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/swarp X-SVN-Commit-Revision: 447717 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.23 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: Thu, 10 Aug 2017 19:17:15 -0000 Author: tobik Date: Thu Aug 10 19:17:14 2017 New Revision: 447717 URL: https://svnweb.freebsd.org/changeset/ports/447717 Log: Reassign maintainership of x11/swarp PR: 221392 Submitted by: Dmitri Goutnik Approved by: Mason Loring Bliss (maintainer, implicit) Modified: head/x11/swarp/Makefile Modified: head/x11/swarp/Makefile ============================================================================== --- head/x11/swarp/Makefile Thu Aug 10 18:57:52 2017 (r447716) +++ head/x11/swarp/Makefile Thu Aug 10 19:17:14 2017 (r447717) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ -MAINTAINER= mason@blisses.org +MAINTAINER= dg@syrec.org COMMENT= X11 generic pointer warping utility LICENSE= MIT