Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 16:18:31 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397550 - in head: devel/p5-Date-Extract devel/p5-Role-Basic devel/p5-Set-Tiny devel/p5-Symbol-Global-Name mail/p5-Email-Address-List mail/p5-Test-Email math/p5-Math-Fleximal www/p5-Pla...
Message-ID:  <201509221618.t8MGIVxt018946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Sep 22 16:18:31 2015
New Revision: 397550
URL: https://svnweb.freebsd.org/changeset/ports/397550

Log:
  Delete the redundant 'regression-test:' target from those of my perl
  ports that have it.  There's a generic regression-test target
  identical to these provided via 'USES=perl5'

Modified:
  head/devel/p5-Date-Extract/Makefile
  head/devel/p5-Role-Basic/Makefile
  head/devel/p5-Set-Tiny/Makefile
  head/devel/p5-Symbol-Global-Name/Makefile
  head/mail/p5-Email-Address-List/Makefile
  head/mail/p5-Test-Email/Makefile
  head/math/p5-Math-Fleximal/Makefile
  head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile

Modified: head/devel/p5-Date-Extract/Makefile
==============================================================================
--- head/devel/p5-Date-Extract/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/devel/p5-Date-Extract/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -21,7 +21,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/devel/p5-Role-Basic/Makefile
==============================================================================
--- head/devel/p5-Role-Basic/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/devel/p5-Role-Basic/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -18,7 +18,4 @@ PORTSCOUT=	limit:^0\.[1-9]
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/devel/p5-Set-Tiny/Makefile
==============================================================================
--- head/devel/p5-Set-Tiny/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/devel/p5-Set-Tiny/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -15,7 +15,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/devel/p5-Symbol-Global-Name/Makefile
==============================================================================
--- head/devel/p5-Symbol-Global-Name/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/devel/p5-Symbol-Global-Name/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -16,7 +16,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/mail/p5-Email-Address-List/Makefile
==============================================================================
--- head/mail/p5-Email-Address-List/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/mail/p5-Email-Address-List/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -20,7 +20,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/mail/p5-Test-Email/Makefile
==============================================================================
--- head/mail/p5-Test-Email/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/mail/p5-Test-Email/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -23,7 +23,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Fleximal/Makefile
==============================================================================
--- head/math/p5-Math-Fleximal/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/math/p5-Math-Fleximal/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -16,7 +16,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>

Modified: head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile	Tue Sep 22 16:18:20 2015	(r397549)
+++ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile	Tue Sep 22 16:18:31 2015	(r397550)
@@ -19,7 +19,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} test
-
 .include <bsd.port.mk>



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