Date: Wed, 20 Nov 2019 14:43:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518024 - head/sysutils/py-borgmatic Message-ID: <201911201443.xAKEhO2e016913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Nov 20 14:43:24 2019 New Revision: 518024 URL: https://svnweb.freebsd.org/changeset/ports/518024 Log: Unbreak bulk -a with non default version of python3 Modified: head/sysutils/py-borgmatic/Makefile Modified: head/sysutils/py-borgmatic/Makefile ============================================================================== --- head/sysutils/py-borgmatic/Makefile Wed Nov 20 14:42:36 2019 (r518023) +++ head/sysutils/py-borgmatic/Makefile Wed Nov 20 14:43:24 2019 (r518024) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=0:arch ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.6 +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201443.xAKEhO2e016913>