Index: head/databases/opentsdb/Makefile =================================================================== --- head/databases/opentsdb/Makefile (revision 431893) +++ head/databases/opentsdb/Makefile (revision 431894) @@ -1,64 +1,63 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= opentsdb -PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTVERSION= 2.3.0 CATEGORIES= databases java MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/ MAINTAINER= johannes@perceivon.net COMMENT= OpenTSDB is the Scalable Timeseries Database LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= bash:shells/bash \ curl:ftp/curl \ gawk:lang/gawk LIB_DEPENDS= libhadoop.so:devel/hadoop2 RUN_DEPENDS= hbase>0:databases/hbase USES= gmake python shebangfix 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 GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes OPENTSDB_LOGDIR= /var/log/${PORTNAME} OPENTSDB_RUNDIR= /var/run/${PORTNAME} OPENTSDB_USER= opentsdb OPENTSDB_GROUP= opentsdb USERS= ${OPENTSDB_USER} GROUPS= ${OPENTSDB_GROUP} USE_RC_SUBR= opentsdb SUB_LIST= OPENTSDB_USER="${OPENTSDB_USER}" \ OPENTSDB_LOGDIR="${OPENTSDB_LOGDIR}" \ OPENTSDB_RUNDIR="${OPENTSDB_RUNDIR}" post-patch: ${REINPLACE_CMD} -i "" -e "s|python|${PYTHON_CMD}|" ${WRKSRC}/build-aux/gen_build_data.sh ${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/utils/Config.java ${REINPLACE_CMD} -e "s#%%JAVA_VERSION%%#${JAVA_VERSION}#" ${WRKSRC}/tsdb.in ${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =|tsd.http.staticroot = ${DATADIR}/static|; s|tsd.http.cachedir =|tsd.http.cachedir = /tmp/opentsdb|; s|tsd.network.port =|tsd.network.port = 4242|;" ${WRKSRC}/src/opentsdb.conf post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${OPENTSDB_LOGDIR} ${STAGEDIR}${OPENTSDB_RUNDIR} ${INSTALL_DATA} ${WRKSRC}/src/logback.xml ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/src/opentsdb.conf ${STAGEDIR}${ETCDIR}/opentsdb.conf.sample (cd "${STAGEDIR}${PREFIX}"; ${FIND} -s share/${PORTNAME}/static -name \*cache.html) >> ${TMPPLIST} .include Index: head/databases/opentsdb/distinfo =================================================================== --- head/databases/opentsdb/distinfo (revision 431893) +++ head/databases/opentsdb/distinfo (revision 431894) @@ -1,2 +1,3 @@ -SHA256 (opentsdb-2.2.0.tar.gz) = 5689d4d83ee21f1ce5892d064d6738bfa9fdef99f106f45d5c38eefb9476dfb5 -SIZE (opentsdb-2.2.0.tar.gz) = 76793860 +TIMESTAMP = 1484850686 +SHA256 (opentsdb-2.3.0.tar.gz) = 90e982fecf8a830741622004070fe13a55fb2c51d01fc1dc5785ee013320375a +SIZE (opentsdb-2.3.0.tar.gz) = 78066230 Property changes on: head/databases/opentsdb/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/opentsdb/pkg-plist =================================================================== --- head/databases/opentsdb/pkg-plist (revision 431893) +++ head/databases/opentsdb/pkg-plist (revision 431894) @@ -1,46 +1,50 @@ bin/tsdb %%DATADIR%%/bin/mygnuplot.bat %%DATADIR%%/bin/mygnuplot.sh %%DATADIR%%/bin/tsdb %%DATADIR%%/lib/async-1.4.0.jar -%%DATADIR%%/lib/asynchbase-1.7.1.jar +%%DATADIR%%/lib/asynchbase-1.7.2.jar +%%DATADIR%%/lib/commons-jexl-2.1.1.jar +%%DATADIR%%/lib/commons-logging-1.1.1.jar %%DATADIR%%/lib/commons-math3-3.4.1.jar %%DATADIR%%/lib/guava-18.0.jar %%DATADIR%%/lib/jackson-annotations-2.4.3.jar %%DATADIR%%/lib/jackson-core-2.4.3.jar %%DATADIR%%/lib/jackson-databind-2.4.3.jar +%%DATADIR%%/lib/javacc-6.1.2.jar +%%DATADIR%%/lib/jgrapht-core-0.9.1.jar %%DATADIR%%/lib/log4j-over-slf4j-1.7.7.jar %%DATADIR%%/lib/logback-classic-1.0.13.jar %%DATADIR%%/lib/logback-core-1.0.13.jar %%DATADIR%%/lib/netty-3.9.4.Final.jar %%DATADIR%%/lib/protobuf-java-2.5.0.jar %%DATADIR%%/lib/slf4j-api-1.7.7.jar -%%DATADIR%%/lib/tsdb-2.2.0.jar -%%DATADIR%%/lib/zookeeper-3.4.5.jar +%%DATADIR%%/lib/tsdb-2.3.0.jar +%%DATADIR%%/lib/zookeeper-3.4.6.jar %%DATADIR%%/static/clear.cache.gif %%DATADIR%%/static/opentsdb_header.jpg %%DATADIR%%/static/favicon.ico %%DATADIR%%/static/gwt/opentsdb/images/corner.png %%DATADIR%%/static/gwt/opentsdb/images/hborder.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/corner_dialog_topleft.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/corner_dialog_topright.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/hborder_blue_shadow.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/hborder_gray_shadow.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/vborder_blue_shadow.png %%DATADIR%%/static/gwt/opentsdb/images/ie6/vborder_gray_shadow.png %%DATADIR%%/static/gwt/opentsdb/images/splitPanelThumb.png %%DATADIR%%/static/gwt/opentsdb/images/vborder.png %%DATADIR%%/static/gwt/opentsdb/opentsdb.css %%DATADIR%%/static/gwt/opentsdb/opentsdb_rtl.css %%DATADIR%%/static/hosted.html %%DATADIR%%/static/queryui.nocache.js %%DATADIR%%/tools/check_tsd %%DATADIR%%/tools/clean_cache.sh %%DATADIR%%/tools/create_table.sh %%DATADIR%%/tools/opentsdb_restart.py %%DATADIR%%/tools/tsddrain.py %%DATADIR%%/tools/upgrade_1to2.sh %%ETCDIR%%/logback.xml @sample %%ETCDIR%%/opentsdb.conf.sample @dir(opentsdb,opentsdb,750) /var/log/opentsdb @dir(opentsdb,opentsdb,750) /var/run/opentsdb Property changes on: head/databases/opentsdb/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property