Date: Tue, 27 Aug 2013 17:44:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325474 - head/devel/p5-MooseX-Attribute-Chained Message-ID: <201308271744.r7RHiRRJ038705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 27 17:44:26 2013 New Revision: 325474 URL: http://svnweb.freebsd.org/changeset/ports/325474 Log: - Fix CONFLICTS - Use CONFLICTS_INSTALL instead of CONFLICTS Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile ============================================================================== --- head/devel/p5-MooseX-Attribute-Chained/Makefile Tue Aug 27 17:25:20 2013 (r325473) +++ head/devel/p5-MooseX-Attribute-Chained/Makefile Tue Aug 27 17:44:26 2013 (r325474) @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/d p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= MooseX-ChainedAccessors-[0-9]* +CONFLICTS_INSTALL= p5-MooseX-ChainedAccessors-[0-9]* USE_PERL5= modbuild USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308271744.r7RHiRRJ038705>