svn commit: r325474 - head/devel/p5-MooseX-Attribute-Chained

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 27 17:44:27 UTC 2013


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


More information about the svn-ports-head mailing list