svn commit: r325448 - head/devel/p5-MooseX-ChainedAccessors

Wen Heping wen at FreeBSD.org
Tue Aug 27 14:06:22 UTC 2013


Author: wen
Date: Tue Aug 27 14:06:22 2013
New Revision: 325448
URL: http://svnweb.freebsd.org/changeset/ports/325448

Log:
  - Marked DEPRECATED and EXPIRATION_DATE
   (Deprecated upstream and no ports depend on it)
  - Add CONFLICTS with p5-MooseX-Attribute-Chained

Modified:
  head/devel/p5-MooseX-ChainedAccessors/Makefile

Modified: head/devel/p5-MooseX-ChainedAccessors/Makefile
==============================================================================
--- head/devel/p5-MooseX-ChainedAccessors/Makefile	Tue Aug 27 13:51:54 2013	(r325447)
+++ head/devel/p5-MooseX-ChainedAccessors/Makefile	Tue Aug 27 14:06:22 2013	(r325448)
@@ -15,6 +15,10 @@ RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/dev
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
+DEPRECATED=	Marked as depreciated upstream
+EXPIRATION_DATE=2013-11-27
+CONFLICTS=	p5-MooseX-Attribute-Chained-[0-9]*
+
 USES=		perl5
 USE_PERL5=	modbuild
 


More information about the svn-ports-all mailing list