Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 11:01:53 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r563465 - head/devel/py-llfuse
Message-ID:  <20210131110153.GA4411@freefall.freebsd.org>
In-Reply-To: <202101310551.10V5pNDs040031@repo.freebsd.org>
References:  <202101310551.10V5pNDs040031@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@liamekaens.com
>   Approved by:	stdin@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é



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210131110153.GA4411>