Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 23:15:27 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r502794 - in head: graphics/py-gizeh www/py-graphite-api
Message-ID:  <babc3a91-f9cb-ee83-a0d6-44a1464d6d79@FreeBSD.org>
In-Reply-To: <201905271310.x4RDA6RC061056@repo.freebsd.org>
References:  <201905271310.x4RDA6RC061056@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27/05/2019 11:10 pm, Antoine Brodin wrote:
> Author: antoine
> Date: Mon May 27 13:10:06 2019
> New Revision: 502794
> URL: https://svnweb.freebsd.org/changeset/ports/502794
> 
> Log:
>    Unbreak bulk -a
>    
>    Pointy hat:	koobs
> 
> Modified:
>    head/graphics/py-gizeh/Makefile
>    head/www/py-graphite-api/Makefile
> 
> Modified: head/graphics/py-gizeh/Makefile
> ==============================================================================
> --- head/graphics/py-gizeh/Makefile	Mon May 27 13:02:05 2019	(r502793)
> +++ head/graphics/py-gizeh/Makefile	Mon May 27 13:10:06 2019	(r502794)
> @@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENCE.txt
>   RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \
>   		${PYNUMPY}
>   
> -USES=		python
> +USES=		python:3.5+
>   USE_PYTHON=	autoplist distutils
>   NO_ARCH=	yes
>   
> 
> Modified: head/www/py-graphite-api/Makefile
> ==============================================================================
> --- head/www/py-graphite-api/Makefile	Mon May 27 13:02:05 2019	(r502793)
> +++ head/www/py-graphite-api/Makefile	Mon May 27 13:10:06 2019	(r502794)
> @@ -25,7 +25,7 @@ RUN_DEPENDS=	\
>   		${PYTHON_PKGNAMEPREFIX}gunicorn>=19.4.1:www/py-gunicorn@${PY_FLAVOR} \
>   		xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype
>   
> -USES=		python
> +USES=		python:3.5+
>   USE_PYTHON=	distutils py3kplist
>   
>   NO_ARCH=	yes
> 

Could you clarify why these don't just build their deps with the version 
required by the dependency?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?babc3a91-f9cb-ee83-a0d6-44a1464d6d79>