diff options
author | girgen <girgen@FreeBSD.org> | 2017-03-04 23:28:45 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2017-03-04 23:28:45 +0800 |
commit | 7dc5217db1b5574ecc224832925c4a2f35241cd8 (patch) | |
tree | 9e4d4dcec450a642517ac862a3809d43b925fafb /sysutils/graylog | |
parent | b9096a64ee5e7a86dbcb2af6939ab1e589d1cd24 (diff) | |
download | freebsd-ports-gnome-7dc5217db1b5574ecc224832925c4a2f35241cd8.tar.gz freebsd-ports-gnome-7dc5217db1b5574ecc224832925c4a2f35241cd8.tar.zst freebsd-ports-gnome-7dc5217db1b5574ecc224832925c4a2f35241cd8.zip |
Update graylog to 2.2.2
PR: 216593
Diffstat (limited to 'sysutils/graylog')
-rw-r--r-- | sysutils/graylog/Makefile | 5 | ||||
-rw-r--r-- | sysutils/graylog/distinfo | 6 | ||||
-rw-r--r-- | sysutils/graylog/pkg-plist | 12 |
3 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 7e9b8edeed62..671f39e329ac 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graylog -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= sysutils java MASTER_SITES= https://packages.graylog2.org/releases/graylog/ \ http://packages.graylog2.org/releases/graylog/ @@ -35,7 +35,8 @@ SUB_LIST= GRAYLOGUSER=${GRAYLOGUSER} \ PLIST_SUB= GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} \ GRAYLOGUSER=${GRAYLOGUSER} \ - GRAYLOGGROUP=${GRAYLOGGROUP} + GRAYLOGGROUP=${GRAYLOGGROUP} \ + PORTVERSION=${PORTVERSION} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/plugin diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index 33592970a08c..1dcf1318e9ae 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488453914 -SHA256 (graylog-2.2.1.tgz) = c7b322477882880b51e59bdd8d858fe50c59760dffb411d0b4a92f61bd797ca6 -SIZE (graylog-2.2.1.tgz) = 99202584 +TIMESTAMP = 1488634660 +SHA256 (graylog-2.2.2.tgz) = 46f419d422f6e5816b29333c8510524f1bbc910d6bf00136adb3899a985fceb4 +SIZE (graylog-2.2.2.tgz) = 99956086 diff --git a/sysutils/graylog/pkg-plist b/sysutils/graylog/pkg-plist index 164c460e934e..4b459b9b3213 100644 --- a/sysutils/graylog/pkg-plist +++ b/sysutils/graylog/pkg-plist @@ -1,9 +1,9 @@ @sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/server.conf.sample %%DATADIR%%/graylog.jar -%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-beats-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-collector-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-enterprise-integration-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-map-widget-2.2.1.jar -%%DATADIR%%/plugin/graylog-plugin-pipeline-processor-2.2.1.jar +%%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-%%PORTVERSION%%.jar +%%DATADIR%%/plugin/graylog-plugin-beats-%%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-pipeline-processor-%%PORTVERSION%%.jar @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_DATA_DIR%% |