From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 16:01:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C7B763C; Fri, 4 Apr 2014 16:01:19 +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 296BEC; Fri, 4 Apr 2014 16:01:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34G1JUI068232; Fri, 4 Apr 2014 16:01:19 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34G1JWI068231; Fri, 4 Apr 2014 16:01:19 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201404041601.s34G1JWI068231@svn.freebsd.org> From: Tom Judge Date: Fri, 4 Apr 2014 16:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350135 - in head/textproc/elasticsearch-plugin-marvel: . files 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.17 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: Fri, 04 Apr 2014 16:01:19 -0000 Author: tj Date: Fri Apr 4 16:01:18 2014 New Revision: 350135 URL: http://svnweb.freebsd.org/changeset/ports/350135 QAT: https://qat.redports.org/buildarchive/r350135/ Log: Correct license Deleted: head/textproc/elasticsearch-plugin-marvel/files/ Modified: head/textproc/elasticsearch-plugin-marvel/Makefile Modified: head/textproc/elasticsearch-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-marvel/Makefile Fri Apr 4 15:55:40 2014 (r350134) +++ head/textproc/elasticsearch-plugin-marvel/Makefile Fri Apr 4 16:01:18 2014 (r350135) @@ -3,6 +3,7 @@ PORTNAME= marvel PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elasticsearch.org/elasticsearch/marvel/ PKGNAMEPREFIX= elasticsearch-plugin- @@ -11,11 +12,10 @@ MAINTAINER= tj@FreeBSD.org COMMENT= ElasticSearch Mavel Monitoring Plugin LICENSE= COMMERCIAL -LICENSE_NAME_COMMERCIAL= Free for development; license required for production use -LICENSE_TEXT_COMMERCIAL= License available from Elasticsearch for production use. -LICENSE_TEXT_COMMERCIAL+= See http://www.elasticsearch.com/marvel/ for more details. -LICENSE_FILE= ${FILESDIR}/LICENSE -LICENSE_PERMS_COMMERCIAL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept +LICENSE_NAME= Free for development; license required for production use +LICENSE_TEXT= License available from Elasticsearch for production use. +LICENSE_TEXT+= See http://www.elasticsearch.com/marvel/ for more details. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch