Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 19:01:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379946 - head/security/p5-Crypt-Cracklib
Message-ID:  <201502251901.t1PJ1ZRg069039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 19:01:34 2015
New Revision: 379946
URL: https://svnweb.freebsd.org/changeset/ports/379946
QAT: https://qat.redports.org/buildarchive/r379946/

Log:
  Pod::Coverage and Test::Pod::Coverage are TEST depends, not BUILD/RUN.

Modified:
  head/security/p5-Crypt-Cracklib/Makefile

Modified: head/security/p5-Crypt-Cracklib/Makefile
==============================================================================
--- head/security/p5-Crypt-Cracklib/Makefile	Wed Feb 25 18:58:20 2015	(r379945)
+++ head/security/p5-Crypt-Cracklib/Makefile	Wed Feb 25 19:01:34 2015	(r379946)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Cracklib
 PORTVERSION=	1.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,9 @@ COMMENT=	Perl interface to Alec Muffet's
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
-		p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	libcrack.so:${PORTSDIR}/security/cracklib
+TEST_DEPENDS=	p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
+		p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
 USES=		perl5
 USE_PERL5=	configure



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