Date: Fri, 1 Jun 2018 23:03:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471326 - in head/textproc/kibana46: . files Message-ID: <201806012303.w51N3IYf015241@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 1 23:03:18 2018 New Revision: 471326 URL: https://svnweb.freebsd.org/changeset/ports/471326 Log: Update Makefile (copied from kibana45) - While I'm here, fix RUN_DEPENDS Added: head/textproc/kibana46/files/ - copied from r471285, head/textproc/kibana45/files/ Modified: head/textproc/kibana46/Makefile Modified: head/textproc/kibana46/Makefile ============================================================================== --- head/textproc/kibana46/Makefile Fri Jun 1 23:03:11 2018 (r471325) +++ head/textproc/kibana46/Makefile Fri Jun 1 23:03:18 2018 (r471326) @@ -1,15 +1,35 @@ # Created by: Sergey Kozlov <kozlov.sergey.404@gmail.com> # $FreeBSD$ +PORTNAME= kibana PORTVERSION= 4.6.4 +DISTVERSIONSUFFIX= -linux-x86 +CATEGORIES= textproc www +MASTER_SITES= https://download.elastic.co/kibana/kibana/ \ + http://download.elastic.co/kibana/kibana/ PKGNAMESUFFIX= 46 -MASTERDIR= ${.CURDIR}/../kibana45 -PKGDIR= ${.CURDIR} -DISTINFO_FILE= ${.CURDIR}/distinfo -RUN_DEPENDS= node6>=v6.9.0:www/node6 - DEPRECATED= End of Life was 2018-02-28 EXPIRATION_DATE= 2018-07-09 -.include "${MASTERDIR}/Makefile" +MAINTAINER= kozlov.sergey.404@gmail.com +COMMENT= Browser based analytics and search interface to ElasticSearch + +LICENSE= APACHE20 + +RUN_DEPENDS= node6>=6.9.0:www/node6 + +NO_BUILD= yes +NO_ARCH= yes +WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} +USE_RC_SUBR= ${PORTNAME} + +do-install: + ${CP} ${WRKSRC}/config/kibana.yml ${STAGEDIR}${PREFIX}/etc/kibana.yml.sample + ${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && \ + ${RM} -r bin config node && \ + ${RM} -r optimize/* && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806012303.w51N3IYf015241>