Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2016 09:30:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415548 - head/devel/p5-Sys-SigAction
Message-ID:  <201605200930.u4K9UFU8037602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri May 20 09:30:15 2016
New Revision: 415548
URL: https://svnweb.freebsd.org/changeset/ports/415548

Log:
  Fix build by not always running tests, also add proper TEST_DEPENDS.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Sys-SigAction/Makefile   (contents, props changed)

Modified: head/devel/p5-Sys-SigAction/Makefile
==============================================================================
--- head/devel/p5-Sys-SigAction/Makefile	Fri May 20 09:30:10 2016	(r415547)
+++ head/devel/p5-Sys-SigAction/Makefile	Fri May 20 09:30:15 2016	(r415548)
@@ -16,11 +16,10 @@ 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
 
 USES=		perl5
 USE_PERL5=	configure
 
-post-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
-
 .include <bsd.port.mk>



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