svn commit: r479415 - head/www/p5-pQuery

Mathieu Arnold mat at FreeBSD.org
Mon Sep 10 13:31:32 UTC 2018


On Mon, Sep 10, 2018 at 01:22:00PM +0000, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Mon Sep 10 13:21:59 2018
> New Revision: 479415
> URL: https://svnweb.freebsd.org/changeset/ports/479415
> 
> Log:
>   Fix BUILD_DEPENDS / RUN_DEPENDS ordering.
> 
> Modified:
>   head/www/p5-pQuery/Makefile
> 
> Modified: head/www/p5-pQuery/Makefile
> ==============================================================================
> --- head/www/p5-pQuery/Makefile	Mon Sep 10 13:21:43 2018	(r479414)
> +++ head/www/p5-pQuery/Makefile	Mon Sep 10 13:21:59 2018	(r479415)
> @@ -14,8 +14,8 @@ LICENSE=	ART10 GPLv1+
>  LICENSE_COMB=	dual
>  LICENSE_FILE_GPLv1+ =	${WRKSRC}/LICENSE
>  
> -BUILD_DEPENDS=	p5-HTML-Tree>=0:www/p5-HTML-Tree
> -RUN_DEPENDS=	${BUILD_DEPENDS}
> +RUN_DEPENDS=	p5-HTML-Tree>=0:www/p5-HTML-Tree
> +BUILD_DEPENDS=	${RUN_DEPENDS}

Please revert. The order is BUILD_DEPENDS **then** RUN_DEPENDS. 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180910/d5249786/attachment.sig>


More information about the svn-ports-head mailing list