Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 08:59:00 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360577 - head/textproc/p5-Pod-Elemental
Message-ID:  <201407040859.s648x0cN025187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Jul  4 08:59:00 2014
New Revision: 360577
URL: http://svnweb.freebsd.org/changeset/ports/360577
QAT: https://qat.redports.org/buildarchive/r360577/

Log:
  - Explicitly list the dependency on Class::Load
  
  Reported by:	az@

Modified:
  head/textproc/p5-Pod-Elemental/Makefile

Modified: head/textproc/p5-Pod-Elemental/Makefile
==============================================================================
--- head/textproc/p5-Pod-Elemental/Makefile	Fri Jul  4 08:47:20 2014	(r360576)
+++ head/textproc/p5-Pod-Elemental/Makefile	Fri Jul  4 08:59:00 2014	(r360577)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Pod-Elemental
 PORTVERSION=	0.103001
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +14,8 @@ COMMENT=	Treating a Pod document as a tr
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Mixin-Linewise>0:${PORTSDIR}/devel/p5-Mixin-Linewise \
+BUILD_DEPENDS=	p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \
+		p5-Mixin-Linewise>0:${PORTSDIR}/devel/p5-Mixin-Linewise \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-Moose-Autobox>=0.10:${PORTSDIR}/devel/p5-Moose-Autobox \
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \



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