summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2014-04-04 16:01:18 +0000
committerTom Judge <tj@FreeBSD.org>2014-04-04 16:01:18 +0000
commit4157d3056edd2183219146e16859adbefb702595 (patch)
tree802a148684a2db0294f9d5dbb4dd1a550f7c9c7d
parent- Add staging support (diff)
Correct license
Notes
Notes: svn path=/head/; revision=350135
-rw-r--r--textproc/elasticsearch-plugin-marvel/Makefile10
-rw-r--r--textproc/elasticsearch-plugin-marvel/files/LICENSE3
2 files changed, 5 insertions, 8 deletions
diff --git a/textproc/elasticsearch-plugin-marvel/Makefile b/textproc/elasticsearch-plugin-marvel/Makefile
index ac84bda08b2e..334d8aaec855 100644
--- a/textproc/elasticsearch-plugin-marvel/Makefile
+++ b/textproc/elasticsearch-plugin-marvel/Makefile
@@ -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
diff --git a/textproc/elasticsearch-plugin-marvel/files/LICENSE b/textproc/elasticsearch-plugin-marvel/files/LICENSE
deleted file mode 100644
index 6c7ee4ba4d89..000000000000
--- a/textproc/elasticsearch-plugin-marvel/files/LICENSE
+++ /dev/null
@@ -1,3 +0,0 @@
-Free during development; License required for production.
-
-See http://www.elasticsearch.com/marvel/ for details.