svn commit: r380021 - head/devel/p5-Test-Memory-Cycle

Adam Weinberger adamw at FreeBSD.org
Thu Feb 26 16:35:15 UTC 2015


Author: adamw
Date: Thu Feb 26 16:35:14 2015
New Revision: 380021
URL: https://svnweb.freebsd.org/changeset/ports/380021
QAT: https://qat.redports.org/buildarchive/r380021/

Log:
  This should work fine with the version of Test::Simple in core.

Modified:
  head/devel/p5-Test-Memory-Cycle/Makefile

Modified: head/devel/p5-Test-Memory-Cycle/Makefile
==============================================================================
--- head/devel/p5-Test-Memory-Cycle/Makefile	Thu Feb 26 16:32:07 2015	(r380020)
+++ head/devel/p5-Test-Memory-Cycle/Makefile	Thu Feb 26 16:35:14 2015	(r380021)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Test-Memory-Cycle
 PORTVERSION=	1.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,8 +12,7 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Check for memory leaks and circular memory references
 
 BUILD_DEPENDS=	p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \
-		p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+		p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list