aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2017-03-30 06:24:19 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2017-03-30 06:24:19 +0000
commitc46eed8def18aa0aabf360c5ca93e3c8284421d5 (patch)
treef2eafa111f1c3a33b5b2552e19de8a0dd6a435bb /sysutils/rsyslog8
parent3e4c7c675fc6061c5e30d3a8969703fbe37de5ae (diff)
downloadports-c46eed8def18aa0aabf360c5ca93e3c8284421d5.tar.gz
ports-c46eed8def18aa0aabf360c5ca93e3c8284421d5.zip
Notes
Diffstat (limited to 'sysutils/rsyslog8')
-rw-r--r--sysutils/rsyslog8/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile
index 99be53aa4187..45cdbf6aa7e6 100644
--- a/sysutils/rsyslog8/Makefile
+++ b/sysutils/rsyslog8/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rsyslog
PORTVERSION= 8.25.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
@@ -23,8 +23,8 @@ PORTSCOUT= limit:^8\.
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI MYSQL PGSQL RELP \
- SNMP NORMALIZE
+OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI JSONPARSE MYSQL PGSQL \
+ RELP SNMP NORMALIZE
OPTIONS_DEFAULT=GCRYPT
OPTIONS_SUB= yes
@@ -33,6 +33,7 @@ ELASTIC_DESC= Elasticsearch module for rsyslog
GCRYPT_DESC= Enable support for encrypted logfiles
GNUTLS_DESC= GNUTLS module for rsyslog
GSSAPI_DESC= GSS API input/output module for rsyslog
+JSONPARSE_DESC= JSONPARSE module for rsyslog
MYSQL_DESC= MySQL output module for rsyslog
PGSQL_DESC= PostgreSQL output module for rsyslog
RELP_DESC= RELP input/output module for rsyslog
@@ -64,6 +65,9 @@ GSSAPI_PLIST_FILES= lib/rsyslog/imgssapi.so \
lib/rsyslog/lmgssutil.so \
lib/rsyslog/omgssapi.so
+JSONPARSE_CONFIGURE_ENABLE= mmjsonparse
+JSONPARSE_PLIST_FILES= lib/rsyslog/mmjsonparse.so
+
MYSQL_USES= mysql
MYSQL_CONFIGURE_ENABLE= mysql
MYSQL_PLIST_FILES= lib/rsyslog/ommysql.so