Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2016 10:44:42 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417923 - head/devel/p5-Sys-SigAction
Message-ID:  <201607021044.u62AigbZ071848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jul  2 10:44:42 2016
New Revision: 417923
URL: https://svnweb.freebsd.org/changeset/ports/417923

Log:
  devel/p5-Sys-SigAction: update TEST dependencies, devel/p5-Test2 is not needed
  any longer.
  
  PR:		210746
  Submitted by:	myself
  Approved by:	maintainer (Sergei Vyshenski)

Modified:
  head/devel/p5-Sys-SigAction/Makefile

Modified: head/devel/p5-Sys-SigAction/Makefile
==============================================================================
--- head/devel/p5-Sys-SigAction/Makefile	Sat Jul  2 10:39:52 2016	(r417922)
+++ head/devel/p5-Sys-SigAction/Makefile	Sat Jul  2 10:44:42 2016	(r417923)
@@ -16,8 +16,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Time-HiRes>=1.9726:devel/p5-Time-HiRes
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test2>=0:devel/p5-Test2 \
-		p5-Test-Simple>=0:devel/p5-Test-Simple
+TEST_DEPENDS=	p5-Test-Simple>=0:devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607021044.u62AigbZ071848>