From owner-svn-ports-all@FreeBSD.ORG Sat Feb 28 17:01:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 671517A7; Sat, 28 Feb 2015 17:01:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 35D0DE3F; Sat, 28 Feb 2015 17:01:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1SH1OsS070917; Sat, 28 Feb 2015 17:01:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1SH1O92070914; Sat, 28 Feb 2015 17:01:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502281701.t1SH1O92070914@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 28 Feb 2015 17:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380154 - in head/textproc: elasticsearch-plugin-head elasticsearch-plugin-hq elasticsearch-river-rabbitmq 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.18-1 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: Sat, 28 Feb 2015 17:01:25 -0000 Author: olgeni Date: Sat Feb 28 17:01:23 2015 New Revision: 380154 URL: https://svnweb.freebsd.org/changeset/ports/380154 QAT: https://qat.redports.org/buildarchive/r380154/ Log: Use operator = to assign RUN_DEPENDS. Modified: head/textproc/elasticsearch-plugin-head/Makefile head/textproc/elasticsearch-plugin-hq/Makefile head/textproc/elasticsearch-river-rabbitmq/Makefile Modified: head/textproc/elasticsearch-plugin-head/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-head/Makefile Sat Feb 28 16:58:29 2015 (r380153) +++ head/textproc/elasticsearch-plugin-head/Makefile Sat Feb 28 17:01:23 2015 (r380154) @@ -10,7 +10,7 @@ COMMENT= ElasticSearch Head Plugin LICENSE= APACHE20 -RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch USE_GITHUB= yes GH_ACCOUNT= mobz Modified: head/textproc/elasticsearch-plugin-hq/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-hq/Makefile Sat Feb 28 16:58:29 2015 (r380153) +++ head/textproc/elasticsearch-plugin-hq/Makefile Sat Feb 28 17:01:23 2015 (r380154) @@ -10,7 +10,7 @@ COMMENT= ElasticSearch HQ Plugin LICENSE= APACHE20 -RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch USE_GITHUB= yes GH_ACCOUNT= royrusso Modified: head/textproc/elasticsearch-river-rabbitmq/Makefile ============================================================================== --- head/textproc/elasticsearch-river-rabbitmq/Makefile Sat Feb 28 16:58:29 2015 (r380153) +++ head/textproc/elasticsearch-river-rabbitmq/Makefile Sat Feb 28 17:01:23 2015 (r380154) @@ -12,7 +12,7 @@ COMMENT= ElasticSearch RabbitMQ River LICENSE= APACHE20 -RUN_DEPENDS:= elasticsearch>=1.4.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.4.0:${PORTSDIR}/textproc/elasticsearch USES= zip