svn commit: r416289 - head/www/p5-Dancer

Adam Weinberger adamw at adamw.org
Thu Jun 2 19:48:00 UTC 2016


> On 2 Jun, 2016, at 13:35, Kurt Jaeger <pi at FreeBSD.org> wrote:
> 
> Author: pi
> Date: Thu Jun  2 19:35:07 2016
> New Revision: 416289
> URL: https://svnweb.freebsd.org/changeset/ports/416289
> 
> Log:
>  www/p5-Dancer: 1.3138 -> 1.3202
> 
>  Changes:
>    http://cpansearch.perl.org/src/BIGPRESH/Dancer-1.3202/Changes
> 
>  PR:		209262
>  Submitted by:	Henk van Oers <hvo.pm at xs4all.nl>
>  Approved by:	kuriyama (maintainer timeout)
> 
> Modified:
>  head/www/p5-Dancer/Makefile
>  head/www/p5-Dancer/distinfo
> 
> Modified: head/www/p5-Dancer/Makefile
> ==============================================================================
> --- head/www/p5-Dancer/Makefile	Thu Jun  2 19:11:22 2016	(r416288)
> +++ head/www/p5-Dancer/Makefile	Thu Jun  2 19:35:07 2016	(r416289)
> @@ -1,7 +1,7 @@
> # $FreeBSD$
> 
> PORTNAME=	Dancer
> -PORTVERSION=	1.3138
> +PORTVERSION=	1.3202
> CATEGORIES=	www perl5
> MASTER_SITES=	CPAN
> MASTER_SITE_SUBDIR=	CPAN:YANICK
> @@ -14,6 +14,7 @@ LICENSE=	ART10 GPLv1
> LICENSE_COMB=	dual
> 
> RUN_DEPENDS=	\
> +	p5-Devel-Hide>0:devel/p5-Devel-Hide \
> 
> +TEST_DEPENDS=	\
> +	p5-Devel-Hide>=0:devel/p5-Devel-Hide \

Adding the same thing to RUN_DEPENDS and TEST_DEPENDS usually means that one of them is wrong.

Here, I think it's the RUN_DEPENDS piece that's probably wrong. According to the Makefile.PL (https://metacpan.org/source/BIGPRESH/Dancer-1.3202/Makefile.PL), Devel::Hide is only needed for testing.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-head mailing list