Update to 8.35.0
- allow for BUILD_DEPENDS py-docutils to be flavoured. This avoids rebuilding the dependency every time in some environments where rst2man ends up being installed with a version tag. ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.35.0/ChangeLog
This commit is contained in:
parent
2466df2977
commit
8f1033b633
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470968
3 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsyslog
|
||||
PORTVERSION= 8.34.0
|
||||
PORTVERSION= 8.35.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||
|
||||
|
@ -17,11 +17,11 @@ LIB_DEPENDS= libee.so:devel/libee \
|
|||
liblogging-stdlog.so:devel/liblogging \
|
||||
libuuid.so:misc/e2fsprogs-libuuid \
|
||||
libcurl.so:ftp/curl
|
||||
BUILD_DEPENDS= rst2man:textproc/py-docutils
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
|
||||
|
||||
PORTSCOUT= limit:^8\.
|
||||
|
||||
USES= libtool pkgconfig autoreconf
|
||||
USES= libtool pkgconfig autoreconf python:env
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1522926631
|
||||
SHA256 (rsyslog-8.34.0.tar.gz) = 18330a9764c55d2501b847aad267292bd96c2b12fa5c3b92909bd8d4563c80a9
|
||||
SIZE (rsyslog-8.34.0.tar.gz) = 2545544
|
||||
TIMESTAMP = 1526620739
|
||||
SHA256 (rsyslog-8.35.0.tar.gz) = d216a7f7c88341d5964657e61a33193c13d884c988822fced9fce3ab0b1f1082
|
||||
SIZE (rsyslog-8.35.0.tar.gz) = 2590108
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
lib/rsyslog/fmhash.so
|
||||
lib/rsyslog/fmhttp.so
|
||||
lib/rsyslog/im3195.so
|
||||
lib/rsyslog/imdiag.so
|
||||
|
|
Loading…
Reference in a new issue