From owner-svn-ports-all@freebsd.org Tue Nov 14 16:13:25 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 828FCDD5634; Tue, 14 Nov 2017 16:13:25 +0000 (UTC) (envelope-from mi@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 4FBF864554; Tue, 14 Nov 2017 16:13:25 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAEGDOQ2026696; Tue, 14 Nov 2017 16:13:24 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAEGDOZV026695; Tue, 14 Nov 2017 16:13:24 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201711141613.vAEGDOZV026695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 14 Nov 2017 16:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454181 - head/sysutils/incron X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/sysutils/incron X-SVN-Commit-Revision: 454181 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, 14 Nov 2017 16:13:25 -0000 Author: mi Date: Tue Nov 14 16:13:24 2017 New Revision: 454181 URL: https://svnweb.freebsd.org/changeset/ports/454181 Log: Hand over maintainership to the first confirmed user of the new port. Modified: head/sysutils/incron/Makefile Modified: head/sysutils/incron/Makefile ============================================================================== --- head/sysutils/incron/Makefile Tue Nov 14 16:08:50 2017 (r454180) +++ head/sysutils/incron/Makefile Tue Nov 14 16:13:24 2017 (r454181) @@ -6,7 +6,7 @@ DISTVERSION= 2017-11-13 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= joh.hendriks@gmail.com COMMENT= Handle filesystem-events the way cron handles time ones LICENSE= GPLv2 LGPL21 MIT