From owner-svn-ports-head@freebsd.org Tue Sep 22 16:18:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3289BA065A3; Tue, 22 Sep 2015 16:18:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2198A1480; Tue, 22 Sep 2015 16:18:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MGIYaf018954; Tue, 22 Sep 2015 16:18:34 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MGIVxt018946; Tue, 22 Sep 2015 16:18:31 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509221618.t8MGIVxt018946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 22 Sep 2015 16:18:31 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 16:18:34 -0000 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 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 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 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 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 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 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 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