From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 08:59:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C78F3E27; Fri, 4 Jul 2014 08:59:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2E7020EA; Fri, 4 Jul 2014 08:59:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s648x0uN025188; Fri, 4 Jul 2014 08:59:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s648x0cN025187; Fri, 4 Jul 2014 08:59:00 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201407040859.s648x0cN025187@svn.freebsd.org> From: Frederic Culot Date: Fri, 4 Jul 2014 08:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360577 - head/textproc/p5-Pod-Elemental X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 08:59:00 -0000 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 \