svn commit: r403265 - head/devel/py-ua_parser

Kubilay Kocak koobs at FreeBSD.org
Tue Dec 8 11:48:15 UTC 2015


On 8/12/2015 10:41 PM, Dmitry Sivachenko wrote:
> Author: demon
> Date: Tue Dec  8 11:41:24 2015
> New Revision: 403265
> URL: https://svnweb.freebsd.org/changeset/ports/403265
> 
> Log:
>   Fix deps.
> 
> Modified:
>   head/devel/py-ua_parser/Makefile
> 
> Modified: head/devel/py-ua_parser/Makefile
> ==============================================================================
> --- head/devel/py-ua_parser/Makefile	Tue Dec  8 10:54:37 2015	(r403264)
> +++ head/devel/py-ua_parser/Makefile	Tue Dec  8 11:41:24 2015	(r403265)
> @@ -11,6 +11,7 @@ COMMENT=	Python port of Browserscope's u
>  
>  LICENSE=	APACHE20
>  
> +BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
>  RUN_DEPENDS=	${LOCALBASE}/share/ua_parser/regexes.yaml:${PORTSDIR}/devel/ua_parser-core \
>  		${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
>  
> 

Weird, I wonder why they've declared it a setup_requires not an
install_requires


More information about the svn-ports-head mailing list