svn commit: r547762 - head/converters/p5-Cpanel-JSON-XS

Adam Weinberger adamw at FreeBSD.org
Sat Sep 5 23:04:53 UTC 2020


Author: adamw
Date: Sat Sep  5 23:04:52 2020
New Revision: 547762
URL: https://svnweb.freebsd.org/changeset/ports/547762

Log:
  converters/p5-Cpanel-JSON-XS: Slim the TEST_DEPENDS
  
  The bulk of the TEST_DEPENDS were used for maintainer tests,
  things like POD checking. This commit pares back the list to
  those that are used for the end-user unit tests.
  
  Approved by:	maintainer (sunpoet)

Modified:
  head/converters/p5-Cpanel-JSON-XS/Makefile

Modified: head/converters/p5-Cpanel-JSON-XS/Makefile
==============================================================================
--- head/converters/p5-Cpanel-JSON-XS/Makefile	Sat Sep  5 22:08:45 2020	(r547761)
+++ head/converters/p5-Cpanel-JSON-XS/Makefile	Sat Sep  5 23:04:52 2020	(r547762)
@@ -14,20 +14,9 @@ COMMENT=	JSON::XS for Cpanel, fast and correct seriali
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-TEST_DEPENDS=	p5-CPAN-Changes>=0.400000:devel/p5-CPAN-Changes \
-		p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \
-		p5-JSON>=0:converters/p5-JSON \
+TEST_DEPENDS=	p5-JSON>=0:converters/p5-JSON \
 		p5-JSON-XS>=0:converters/p5-JSON-XS \
-		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
 		p5-Mojolicious>=6.11:www/p5-Mojolicious \
-		p5-Perl-MinimumVersion>=1.20:textproc/p5-Perl-MinimumVersion \
-		p5-Test-CPAN-Meta>=0.12:devel/p5-Test-CPAN-Meta \
-		p5-Test-Kwalitee>=0:devel/p5-Test-Kwalitee \
-		p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \
-		p5-Test-Pod>=1:devel/p5-Test-Pod \
-		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
-		p5-Test-Spelling>=0:devel/p5-Test-Spelling \
-		p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
 		p5-common-sense>=3.50:devel/p5-common-sense
 
 USES=		perl5


More information about the svn-ports-all mailing list