From owner-svn-ports-all@freebsd.org Tue Apr 10 12:23:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAB8FF982A3; Tue, 10 Apr 2018 12:23:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 848847C110; Tue, 10 Apr 2018 12:23:10 +0000 (UTC) (envelope-from olgeni@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6631058E0; Tue, 10 Apr 2018 12:23:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3ACNALk028007; Tue, 10 Apr 2018 12:23:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3ACN9Mu028003; Tue, 10 Apr 2018 12:23:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201804101223.w3ACN9Mu028003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 10 Apr 2018 12:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466961 - in head/textproc: elasticsearch-plugin-head elasticsearch2-plugin-hq elasticsearch2-plugin-migration elasticsearch2-plugin-sql X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/textproc: elasticsearch-plugin-head elasticsearch2-plugin-hq elasticsearch2-plugin-migration elasticsearch2-plugin-sql X-SVN-Commit-Revision: 466961 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, 10 Apr 2018 12:23:11 -0000 Author: olgeni Date: Tue Apr 10 12:23:09 2018 New Revision: 466961 URL: https://svnweb.freebsd.org/changeset/ports/466961 Log: Pass maintainership of my ElasticSearch ports to elastic@. Modified: head/textproc/elasticsearch-plugin-head/Makefile head/textproc/elasticsearch2-plugin-hq/Makefile head/textproc/elasticsearch2-plugin-migration/Makefile head/textproc/elasticsearch2-plugin-sql/Makefile Modified: head/textproc/elasticsearch-plugin-head/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-head/Makefile Tue Apr 10 12:20:05 2018 (r466960) +++ head/textproc/elasticsearch-plugin-head/Makefile Tue Apr 10 12:23:09 2018 (r466961) @@ -5,7 +5,7 @@ PORTVERSION= 2015.12.16 CATEGORIES= textproc PKGNAMEPREFIX= elasticsearch-plugin- -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch Head Plugin LICENSE= APACHE20 Modified: head/textproc/elasticsearch2-plugin-hq/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-hq/Makefile Tue Apr 10 12:20:05 2018 (r466960) +++ head/textproc/elasticsearch2-plugin-hq/Makefile Tue Apr 10 12:23:09 2018 (r466961) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elasticsearch2-plugin- -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch HQ Plugin LICENSE= APACHE20 Modified: head/textproc/elasticsearch2-plugin-migration/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-migration/Makefile Tue Apr 10 12:20:05 2018 (r466960) +++ head/textproc/elasticsearch2-plugin-migration/Makefile Tue Apr 10 12:23:09 2018 (r466961) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elasticsearch2-plugin- -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch Migration Plugin LICENSE= APACHE20 Modified: head/textproc/elasticsearch2-plugin-sql/Makefile ============================================================================== --- head/textproc/elasticsearch2-plugin-sql/Makefile Tue Apr 10 12:20:05 2018 (r466960) +++ head/textproc/elasticsearch2-plugin-sql/Makefile Tue Apr 10 12:23:09 2018 (r466961) @@ -7,7 +7,7 @@ MASTER_SITES= https://github.com/NLPchina/elasticsearc PKGNAMEPREFIX= elasticsearch2-plugin- DISTNAME= elasticsearch-${PORTNAME}-${PORTVERSION} -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch SQL plugin LICENSE= APACHE20