svn commit: r453128 - head/net/p5-IPv6-Address

Adam Weinberger adamw at adamw.org
Sun Oct 29 18:12:28 UTC 2017


> On 29 Oct, 2017, at 12:03, Kurt Jaeger <pi at FreeBSD.org> wrote:
> 
> Author: pi
> Date: Sun Oct 29 18:03:16 2017
> New Revision: 453128
> URL: https://svnweb.freebsd.org/changeset/ports/453128
> 
> Log:
>  net/p5-IPv6-Address: fix build_depend
> 
> Modified:
>  head/net/p5-IPv6-Address/Makefile
> 
> Modified: head/net/p5-IPv6-Address/Makefile
> ==============================================================================
> --- head/net/p5-IPv6-Address/Makefile	Sun Oct 29 17:54:47 2017	(r453127)
> +++ head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:03:16 2017	(r453128)
> @@ -7,6 +7,8 @@ MASTER_SITES=	CPAN
> MASTER_SITE_SUBDIR=	CPAN:ADUITSIS
> PKGNAMEPREFIX=	p5-
> 
> +BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build
> +
> MAINTAINER=	perl at FreeBSD.org
> COMMENT=	IPv6 Address Manipulation Library

This isn’t right. Ports should never have to depend on p5-Module-Build. Probably if you replace the USE_PERL5=modbuildtiny with USE_PERL5=modbuild it’ll do the right thing.

# Adam


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



More information about the svn-ports-all mailing list