svn commit: r522307 - head/devel/p5-Proc-BackOff

Dan Langille dan at langille.org
Tue Jan 7 00:19:19 UTC 2020


This is missing both a MFH and a blanket fix notice.  My apologies.  I'll fix that tomorrow.

On Mon, Jan 6, 2020, at 7:14 PM, Dan Langille wrote:
> Author: dvl
> Date: Tue Jan  7 00:14:02 2020
> New Revision: 522307
> URL: https://svnweb.freebsd.org/changeset/ports/522307
> 
> Log:
>   Add missing dependency: devel/p5-Class-Accessor
>   
>   re: https://metacpan.org/source/DLO/Proc-BackOff-0.02/Build.PL#L11
>   
>   Encountered this error:
>   
>   	Base class package "Class::Accessor" is empty.
>   	    (Perhaps you need to 'use' the module which defines that package 
> first,
>   	    or make that module available in @INC (@INC contains: 
> /usr/local/sbin/../lib /usr/local/lib/perl5/site_perl/mach/5.30 
> /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach 
> /usr/local/lib/perl5/5.30).
>   	 at /usr/local/lib/perl5/site_perl/Proc/BackOff.pm line 4.
> 
> Modified:
>   head/devel/p5-Proc-BackOff/Makefile
> 
> Modified: head/devel/p5-Proc-BackOff/Makefile
> ==============================================================================
> --- head/devel/p5-Proc-BackOff/Makefile	Mon Jan  6 23:20:06 2020	(r522306)
> +++ head/devel/p5-Proc-BackOff/Makefile	Tue Jan  7 00:14:02 2020	(r522307)
> @@ -3,13 +3,15 @@
>  
>  PORTNAME=	Proc-BackOff
>  PORTVERSION=	0.02
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	devel perl5
>  MASTER_SITES=	CPAN
>  PKGNAMEPREFIX=	p5-
>  
>  MAINTAINER=	perl at FreeBSD.org
>  COMMENT=	Perl module that provides methods to backoff on failures
> +
> +RUN_DEPENDS+=	p5-Class-Accessor>0:devel/p5-Class-Accessor
>  
>  LICENSE=	ART10
>  
> _______________________________________________
> svn-ports-head at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-head
> To unsubscribe, send any mail to "svn-ports-head-unsubscribe at freebsd.org"
>


More information about the svn-ports-all mailing list