summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-07-22 21:15:43 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-07-22 21:15:43 +0000
commit653855cbac344746a6ff5257aaa1ac8e8125df06 (patch)
treec9f1ced8a2dd7518e2deb1c29436e8970e1f85c5
parentUpdate to 2.20.2 (diff)
Drop the dependency on libee -- this has actually been irrelevant for
some time, but only recently noted in the rsyslog changelogs.
Notes
Notes: svn path=/head/; revision=507175
-rw-r--r--sysutils/rsyslog8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile
index 75e5040fbee9..afca542e92c2 100644
--- a/sysutils/rsyslog8/Makefile
+++ b/sysutils/rsyslog8/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rsyslog
PORTVERSION= 8.1907.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
@@ -11,8 +12,7 @@ COMMENT= Syslogd supporting SQL, TCP, and TLS
LICENSE= GPLv3 LGPL3 APACHE20
LICENSE_COMB= multi
-LIB_DEPENDS= libee.so:devel/libee \
- libestr.so:devel/libestr \
+LIB_DEPENDS= libestr.so:devel/libestr \
libfastjson.so:devel/libfastjson \
liblogging-rfc3195.so:devel/liblogging \
libuuid.so:misc/e2fsprogs-libuuid \