svn commit: r431360 - head/databases/opentsdb

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 13 09:24:40 UTC 2017


Author: amdmi3
Date: Fri Jan 13 09:24:39 2017
New Revision: 431360
URL: https://svnweb.freebsd.org/changeset/ports/431360

Log:
  - Fix license (see source files)
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/databases/opentsdb/Makefile
  head/databases/opentsdb/pkg-descr

Modified: head/databases/opentsdb/Makefile
==============================================================================
--- head/databases/opentsdb/Makefile	Fri Jan 13 09:22:28 2017	(r431359)
+++ head/databases/opentsdb/Makefile	Fri Jan 13 09:24:39 2017	(r431360)
@@ -10,7 +10,8 @@ MASTER_SITES=	https://github.com/OpenTSD
 MAINTAINER=	johannes at perceivon.net
 COMMENT=	OpenTSDB is the Scalable Timeseries Database
 
-LICENSE=	LGPL3
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 BUILD_DEPENDS=	bash:shells/bash \
 		curl:ftp/curl \
@@ -23,6 +24,7 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.8+
 SHEBANG_FILES=	tools/check_tsd tools/opentsdb_restart.py \
 		tools/tsddrain.py
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=		GNUPLOT
 OPTIONS_DEFAULT=	GNUPLOT

Modified: head/databases/opentsdb/pkg-descr
==============================================================================
--- head/databases/opentsdb/pkg-descr	Fri Jan 13 09:22:28 2017	(r431359)
+++ head/databases/opentsdb/pkg-descr	Fri Jan 13 09:24:39 2017	(r431360)
@@ -4,4 +4,4 @@ index and serve metrics collected from c
 operating systems, applications) at a large scale, and make this data
 easily accessible and graphable.
 
-WWW: http://www.opentsdb.net
+WWW: http://www.opentsdb.net/


More information about the svn-ports-all mailing list