Date: Fri, 15 Jan 2021 11:56:00 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561635 - head/sysutils/zrepl Message-ID: <202101151156.10FBu0iZ023369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Jan 15 11:56:00 2021 New Revision: 561635 URL: https://svnweb.freebsd.org/changeset/ports/561635 Log: sysutils/zrepl: Remove Python 2.7 support and PY_SPHINX Approved by: portmgr blanket Modified: head/sysutils/zrepl/Makefile Modified: head/sysutils/zrepl/Makefile ============================================================================== --- head/sysutils/zrepl/Makefile Fri Jan 15 11:47:34 2021 (r561634) +++ head/sysutils/zrepl/Makefile Fri Jan 15 11:56:00 2021 (r561635) @@ -68,8 +68,8 @@ GH_TUPLE= \ OPTIONS_DEFINE= EXAMPLES MANPAGES OPTIONS_DEFAULT= MANPAGES -MANPAGES_USES= python:build -MANPAGES_BUILD_DEPENDS= ${PY_SPHINX} +MANPAGES_USES= python:build,3.6+ +MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.5,1:textproc/py-sphinx@${PY_FLAVOR} MANPAGES_PLIST_FILES= man/man1/zrepl.1.gz .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151156.10FBu0iZ023369>