Update to 8.36.0
Upstream is deprecating liblogging-stdlog.so.0, but we still need the devel/liblogging port because we link against liblogging-rfc3195.so.0 -- adjust the dependency accordingly. ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.36.0/ChangeLog
This commit is contained in:
parent
544c563e36
commit
e9f0056b28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473602
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsyslog
|
||||
PORTVERSION= 8.35.0
|
||||
PORTVERSION= 8.36.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE_COMB= multi
|
|||
LIB_DEPENDS= libee.so:devel/libee \
|
||||
libestr.so:devel/libestr \
|
||||
libfastjson.so:devel/libfastjson \
|
||||
liblogging-stdlog.so:devel/liblogging \
|
||||
liblogging-rfc3195.so:devel/liblogging \
|
||||
libuuid.so:misc/e2fsprogs-libuuid \
|
||||
libcurl.so:ftp/curl
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1526620739
|
||||
SHA256 (rsyslog-8.35.0.tar.gz) = d216a7f7c88341d5964657e61a33193c13d884c988822fced9fce3ab0b1f1082
|
||||
SIZE (rsyslog-8.35.0.tar.gz) = 2590108
|
||||
TIMESTAMP = 1530345829
|
||||
SHA256 (rsyslog-8.36.0.tar.gz) = 8a4b5beb92c6b308c3d14de2364c2788f62ef5d37ca0448144619edfe508ee70
|
||||
SIZE (rsyslog-8.36.0.tar.gz) = 2639477
|
||||
|
|
Loading…
Reference in a new issue