Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 08:37:10 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470968 - head/sysutils/rsyslog8
Message-ID:  <201805270837.w4R8bA56062547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun May 27 08:37:10 2018
New Revision: 470968
URL: https://svnweb.freebsd.org/changeset/ports/470968

Log:
  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

Modified:
  head/sysutils/rsyslog8/Makefile
  head/sysutils/rsyslog8/distinfo
  head/sysutils/rsyslog8/pkg-plist

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Sun May 27 08:34:17 2018	(r470967)
+++ head/sysutils/rsyslog8/Makefile	Sun May 27 08:37:10 2018	(r470968)
@@ -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
 

Modified: head/sysutils/rsyslog8/distinfo
==============================================================================
--- head/sysutils/rsyslog8/distinfo	Sun May 27 08:34:17 2018	(r470967)
+++ head/sysutils/rsyslog8/distinfo	Sun May 27 08:37:10 2018	(r470968)
@@ -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

Modified: head/sysutils/rsyslog8/pkg-plist
==============================================================================
--- head/sysutils/rsyslog8/pkg-plist	Sun May 27 08:34:17 2018	(r470967)
+++ head/sysutils/rsyslog8/pkg-plist	Sun May 27 08:37:10 2018	(r470968)
@@ -1,3 +1,4 @@
+lib/rsyslog/fmhash.so
 lib/rsyslog/fmhttp.so
 lib/rsyslog/im3195.so
 lib/rsyslog/imdiag.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270837.w4R8bA56062547>