Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 16:01:19 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
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
Message-ID:  <201404041601.s34G1JWI068231@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041601.s34G1JWI068231>