Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 00:14:02 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522307 - head/devel/p5-Proc-BackOff
Message-ID:  <202001070014.0070E2KZ081238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001070014.0070E2KZ081238>