Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 08:10:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451818 - head/devel/p5-Minilla
Message-ID:  <201710120810.v9C8A9Br058206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 12 08:10:09 2017
New Revision: 451818
URL: https://svnweb.freebsd.org/changeset/ports/451818

Log:
  Convert to test framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Minilla/Makefile

Modified: head/devel/p5-Minilla/Makefile
==============================================================================
--- head/devel/p5-Minilla/Makefile	Thu Oct 12 08:10:02 2017	(r451817)
+++ head/devel/p5-Minilla/Makefile	Thu Oct 12 08:10:09 2017	(r451818)
@@ -60,11 +60,10 @@ BUILD_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-
 RUN_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-Module-Metadata
 .endif
 
-regression-test: build
+pre-test:
 	@test ! -e ${WRKDIR}/.gitconfig && \
 		${SETENV} ${MAKE_ENV} git config --global user.name "ports-test" && \
 		${SETENV} ${MAKE_ENV} git config --global user.email "${USER}@${HOST}" || \
 		true
-	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test
 
 .include <bsd.port.post.mk>



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