From owner-svn-ports-all@FreeBSD.ORG Thu Feb 12 15:24:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D192747; Thu, 12 Feb 2015 15:24:31 +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 17873FCF; Thu, 12 Feb 2015 15:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1CFOUEp040195; Thu, 12 Feb 2015 15:24:30 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1CFOU1P040194; Thu, 12 Feb 2015 15:24:30 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502121524.t1CFOU1P040194@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Thu, 12 Feb 2015 15:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378880 - head/devel/p5-MooseX-Object-Pluggable 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-1 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: Thu, 12 Feb 2015 15:24:31 -0000 Author: ashish Date: Thu Feb 12 15:24:30 2015 New Revision: 378880 URL: https://svnweb.freebsd.org/changeset/ports/378880 QAT: https://qat.redports.org/buildarchive/r378880/ Log: - Add missed dependencies to BUILD_DEPENDS - Use p5-Module-Pluggable from ports, as Module::Plugable::Object is not present in perl5 >= 5.20 Submitted by: az (via private email) Modified: head/devel/p5-MooseX-Object-Pluggable/Makefile Modified: head/devel/p5-MooseX-Object-Pluggable/Makefile ============================================================================== --- head/devel/p5-MooseX-Object-Pluggable/Makefile Thu Feb 12 15:15:03 2015 (r378879) +++ head/devel/p5-MooseX-Object-Pluggable/Makefile Thu Feb 12 15:24:30 2015 (r378880) @@ -3,6 +3,7 @@ PORTNAME= MooseX-Object-Pluggable PORTVERSION= 0.0014 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +15,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Module-Build-Tiny>=0.039:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include