diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-23 15:02:38 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-23 15:02:38 +0800 |
commit | e014127883e0a565d81deb0e1e70d92b3c5abcd0 (patch) | |
tree | 7fd1acdbcb3f93f1600f17b6968495ee0b574691 /sysutils/graylog | |
parent | 16de7af1d895b533f73c4c85be3a6ddce02cf2e0 (diff) | |
download | freebsd-ports-gnome-e014127883e0a565d81deb0e1e70d92b3c5abcd0.tar.gz freebsd-ports-gnome-e014127883e0a565d81deb0e1e70d92b3c5abcd0.tar.zst freebsd-ports-gnome-e014127883e0a565d81deb0e1e70d92b3c5abcd0.zip |
sysutils/graylog: Update to 2.4.3
Maintainer timeout expired: thomas@bartelmess.io
Also changed to DISTVERSION.
PR: 224882
Reported by: yuri
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'sysutils/graylog')
-rw-r--r-- | sysutils/graylog/Makefile | 14 | ||||
-rw-r--r-- | sysutils/graylog/distinfo | 6 | ||||
-rw-r--r-- | sysutils/graylog/pkg-plist | 5 |
3 files changed, 14 insertions, 11 deletions
diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index b0fcd9e26154..a4fe9b850345 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graylog -PORTVERSION= 2.2.3 +DISTVERSION= 2.4.3 CATEGORIES= sysutils java MASTER_SITES= https://packages.graylog2.org/releases/graylog/ \ http://packages.graylog2.org/releases/graylog/ @@ -17,9 +17,9 @@ USES= tar:tgz USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_EXTRACT= yes -NO_ARCH= yes JAVA_RUN= yes NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= graylog SUB_FILES= server.conf log4j2.xml pkg-message @@ -43,12 +43,12 @@ PLIST_SUB= GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} \ PORTVERSION=${PORTVERSION} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/plugin - ${MKDIR} ${STAGEDIR}${ETCDIR}/server - ${MKDIR} ${STAGEDIR}${GRAYLOG_DATA_DIR} - ${MKDIR} ${STAGEDIR}${GRAYLOG_LOGS_DIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/plugin + @${MKDIR} ${STAGEDIR}${ETCDIR}/server + @${MKDIR} ${STAGEDIR}${GRAYLOG_DATA_DIR} + @${MKDIR} ${STAGEDIR}${GRAYLOG_LOGS_DIR} ${INSTALL_DATA} ${WRKSRC}/graylog.jar ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/plugin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin) + cd ${WRKSRC}/plugin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin ${INSTALL_DATA} ${WRKDIR}/server.conf ${STAGEDIR}${ETCDIR}/server/server.conf.sample ${INSTALL_DATA} ${WRKDIR}/log4j2.xml ${STAGEDIR}${ETCDIR}/server/log4j2.xml.sample diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index 095eb239fdc9..0044c83934fa 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492723318 -SHA256 (graylog-2.2.3.tgz) = 3de01e7cb8ebc02a7f06cec1c88eded3b717762447bf1b56bff8744f7f5ea80b -SIZE (graylog-2.2.3.tgz) = 99971278 +TIMESTAMP = 1519368622 +SHA256 (graylog-2.4.3.tgz) = c6c2e029307abda5e55603375797bec1a4c44fbc2e99988527f4639d6a7a8f4f +SIZE (graylog-2.4.3.tgz) = 121918081 diff --git a/sysutils/graylog/pkg-plist b/sysutils/graylog/pkg-plist index bfa69a82eabd..60c3963113f4 100644 --- a/sysutils/graylog/pkg-plist +++ b/sysutils/graylog/pkg-plist @@ -1,11 +1,14 @@ @sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/server.conf.sample @sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/log4j2.xml.sample %%DATADIR%%/graylog.jar -%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-aws-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-beats-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-cef-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-collector-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-enterprise-integration-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-map-widget-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-netflow-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-pipeline-processor-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-threatintel-%%PORTVERSION%%.jar @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_DATA_DIR%% @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_LOGS_DIR%% |