svn commit: r368218 - head/net/p5-Net-Works

Kurt Jaeger pi at FreeBSD.org
Sun Sep 14 18:54:55 UTC 2014


Author: pi
Date: Sun Sep 14 18:54:55 2014
New Revision: 368218
URL: http://svnweb.freebsd.org/changeset/ports/368218
QAT: https://qat.redports.org/buildarchive/r368218/

Log:
  net/p5-Net-Works: reduce DEPENDS, MooseX::Types no longer needed
  
  Submitted by:	az

Modified:
  head/net/p5-Net-Works/Makefile

Modified: head/net/p5-Net-Works/Makefile
==============================================================================
--- head/net/p5-Net-Works/Makefile	Sun Sep 14 18:41:53 2014	(r368217)
+++ head/net/p5-Net-Works/Makefile	Sun Sep 14 18:54:55 2014	(r368218)
@@ -15,8 +15,7 @@ LICENSE=	ART20
 BUILD_DEPENDS=	p5-List-AllUtils>=0.03:${PORTSDIR}/devel/p5-List-AllUtils \
 		p5-Math-Int128>=0.07:${PORTSDIR}/math/p5-Math-Int128 \
 		p5-namespace-autoclean>=0.13:${PORTSDIR}/devel/p5-namespace-autoclean \
-		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
-		p5-MooseX-Types>=0.35:${PORTSDIR}/devel/p5-MooseX-Types
+		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list