From owner-svn-ports-head@freebsd.org Thu Mar 10 16:40:48 2016 Return-Path: Delivered-To: svn-ports-head@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 46061ACA3AA; Thu, 10 Mar 2016 16:40:48 +0000 (UTC) (envelope-from dvl@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 07BF612EC; Thu, 10 Mar 2016 16:40:47 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2AGelv6022214; Thu, 10 Mar 2016 16:40:47 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2AGeknL022211; Thu, 10 Mar 2016 16:40:46 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201603101640.u2AGeknL022211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 10 Mar 2016 16:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410766 - in head: . textproc textproc/elasticsearch-plugin-marvel2 textproc/elasticsearch2-plugin-marvel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 16:40:48 -0000 Author: dvl Date: Thu Mar 10 16:40:46 2016 New Revision: 410766 URL: https://svnweb.freebsd.org/changeset/ports/410766 Log: Move this port to where it should live, based on existing ports for Elasticsearch 2 Added: head/textproc/elasticsearch2-plugin-marvel/ - copied from r410765, head/textproc/elasticsearch-plugin-marvel2/ Deleted: head/textproc/elasticsearch-plugin-marvel2/ Modified: head/MOVED head/textproc/Makefile head/textproc/elasticsearch2-plugin-marvel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 10 16:35:15 2016 (r410765) +++ head/MOVED Thu Mar 10 16:40:46 2016 (r410766) @@ -8226,3 +8226,4 @@ sysutils/logstash-contrib||2016-03-06|Ha devel/p5-DateTime-Event-SolarTerm|devel/p5-DateTime-Astro|2016-03-07|Has been part of DateTime-Astro for a long time devel/p5-DateTime-Util-Astro|devel/p5-DateTime-Astro|2016-03-07|Has been part of DateTime-Astro for a long time security/regripperplugins||2016-03-07|Merged into security/regripper +elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to match other Elasticsearch 2 plugins Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Mar 10 16:35:15 2016 (r410765) +++ head/textproc/Makefile Thu Mar 10 16:40:46 2016 (r410766) @@ -156,11 +156,11 @@ SUBDIR += elasticsearch-plugin-head SUBDIR += elasticsearch-plugin-hq SUBDIR += elasticsearch-plugin-marvel - SUBDIR += elasticsearch-plugin-marvel2 SUBDIR += elasticsearch-plugin-sql SUBDIR += elasticsearch-river-rabbitmq SUBDIR += elasticsearch2 SUBDIR += elasticsearch2-plugin-hq + SUBDIR += elasticsearch2-plugin-marvel SUBDIR += elasticsearch2-plugin-sql SUBDIR += elixir-earmark SUBDIR += elixir-ex_doc Modified: head/textproc/elasticsearch2-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-marvel2/Makefile Thu Mar 10 16:35:15 2016 (r410765) +++ head/textproc/elasticsearch2-plugin-marvel/Makefile Thu Mar 10 16:40:46 2016 (r410766) @@ -6,8 +6,7 @@ PORTVERSION= 2.1.0 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \ http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2 -PKGNAMEPREFIX= elasticsearch-plugin- -PKGNAMESUFFIX= 2 +PKGNAMEPREFIX= elasticsearch2-plugin- DISTFILES= license-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source1 \ marvel-agent-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source2