svn commit: r563465 - head/devel/py-llfuse
Rene Ladan
rene at freebsd.org
Sun Jan 31 11:01:53 UTC 2021
On Sun, Jan 31, 2021 at 05:51:23AM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Sun Jan 31 05:51:23 2021
> New Revision: 563465
> URL: https://svnweb.freebsd.org/changeset/ports/563465
>
> Log:
> devel/py-llfuse: Update 1.3.6 -> 1.3.8
>
> PR: 252117
> Submitted by: jcfyecrayz at liamekaens.com
> Approved by: stdin at niklaas.eu (maintainer's timeout 30 days)
>
> Modified:
> head/devel/py-llfuse/Makefile
> head/devel/py-llfuse/distinfo
>
> Modified: head/devel/py-llfuse/Makefile
> ==============================================================================
> --- head/devel/py-llfuse/Makefile Sun Jan 31 05:36:09 2021 (r563464)
> +++ head/devel/py-llfuse/Makefile Sun Jan 31 05:51:23 2021 (r563465)
[...]
> @@ -11,10 +11,10 @@ COMMENT= Python bindings for low-level FUSE API
>
> LICENSE= LGPL20+
>
> -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR}
> +py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR}
>
> -USES= compiler:c++11-lang fuse pkgconfig python:3.6+ tar:bz2
> -USE_PYTHON= autoplist distutils
> +USES= compiler:c++11-lang fuse pkgconfig python:3.6+
> +USE_PYTHON= distutils autoplist
>
The above py27_RUN_DEPENDS is never activated because USES=python:3.6+ ?
René
More information about the svn-ports-head
mailing list