svn commit: r350135 - in head/textproc/elasticsearch-plugin-marvel: . files

Tom Judge tj at FreeBSD.org
Fri Apr 4 16:01:19 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list