From owner-svn-ports-head@freebsd.org Sun May 27 08:37:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A6CDEF708D; Sun, 27 May 2018 08:37:11 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1917476CC2; Sun, 27 May 2018 08:37:11 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE2381C288; Sun, 27 May 2018 08:37:10 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4R8bAEv062550; Sun, 27 May 2018 08:37:10 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4R8bA56062547; Sun, 27 May 2018 08:37:10 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201805270837.w4R8bA56062547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 27 May 2018 08:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470968 - head/sysutils/rsyslog8 X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/sysutils/rsyslog8 X-SVN-Commit-Revision: 470968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2018 08:37:11 -0000 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