From owner-svn-ports-all@freebsd.org Thu Jun 30 01:13:54 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 4FB3BB85879; Thu, 30 Jun 2016 01:13:54 +0000 (UTC) (envelope-from wen@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 21EF12E59; Thu, 30 Jun 2016 01:13:54 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5U1Drkv086538; Thu, 30 Jun 2016 01:13:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5U1Dr6H086537; Thu, 30 Jun 2016 01:13:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201606300113.u5U1Dr6H086537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 30 Jun 2016 01:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417800 - head/textproc/unrtf 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: Thu, 30 Jun 2016 01:13:54 -0000 Author: wen Date: Thu Jun 30 01:13:53 2016 New Revision: 417800 URL: https://svnweb.freebsd.org/changeset/ports/417800 Log: - Pass maintainership to submitter PR: 210713 Submitted by: jharris@widomaker.com Modified: head/textproc/unrtf/Makefile Modified: head/textproc/unrtf/Makefile ============================================================================== --- head/textproc/unrtf/Makefile Thu Jun 30 01:08:52 2016 (r417799) +++ head/textproc/unrtf/Makefile Thu Jun 30 01:13:53 2016 (r417800) @@ -6,7 +6,7 @@ PORTVERSION= 0.21.5 CATEGORIES= textproc MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com COMMENT= Converter from RTF to several formats, including HTML and LaTeX LICENSE= GPLv3+