Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jan 2020 19:18:54 -0500
From:      "Dan Langille" <dan@langille.org>
To:        dvl <dvl@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r522307 - head/devel/p5-Proc-BackOff
Message-ID:  <b9b3d1a4-d200-40cc-890f-4e220d340b9f@www.fastmail.com>
In-Reply-To: <202001070014.0070E2KZ081238@repo.freebsd.org>
References:  <202001070014.0070E2KZ081238@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-head
> To unsubscribe, send any mail to "svn-ports-head-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b9b3d1a4-d200-40cc-890f-4e220d340b9f>