Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DF9AD1A9217 for ; Wed, 2 Dec 2020 01:30:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2875D84DBE; Wed, 2 Dec 2020 01:30:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61F7E84DB6 for ; Wed, 2 Dec 2020 01:30:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AJqJShtzlGNy for ; Wed, 2 Dec 2020 01:30:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B64DC84CE8 for ; Wed, 2 Dec 2020 01:30:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEF28FA9D; Wed, 2 Dec 2020 01:30:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606872645240380" MIME-Version: 1.0 Date: Wed, 2 Dec 2020 01:30:45 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/rsyslog To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20201202013045.AEF28FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606872645240380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Dec 2 01:30:45 UTC 2020 Modified Files: pkgsrc/sysutils/rsyslog: Makefile.common Log Message: rsyslog: bump minimum py-docutils tool dependency Since py-docutils script names changed in 0.15, that's our new minimum. (Missed in my previous commit.) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/rsyslog/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606872645240380 Content-Disposition: inline Content-Length: 1063 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rsyslog/Makefile.common diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.44 pkgsrc/sysutils/rsyslog/Makefile.common:1.45 --- pkgsrc/sysutils/rsyslog/Makefile.common:1.44 Tue Dec 1 03:10:50 2020 +++ pkgsrc/sysutils/rsyslog/Makefile.common Wed Dec 2 01:30:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2020/12/01 03:10:50 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.45 2020/12/02 01:30:45 gutteridge Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-elasticsearch/Makefile @@ -26,7 +26,7 @@ COMMENT?= Enhanced syslogd for Unix - t DISTINFO_FILE= ${.CURDIR}/../../sysutils/rsyslog/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/rsyslog/patches -TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils +TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.15:../../textproc/py-docutils CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX} CONFIGURE_ARGS.SunOS+= ac_cv_func_epoll_create=no ac_cv_func_epoll_create1=no --_----------=_1606872645240380--