From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 19:01:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEEF4441; Wed, 25 Feb 2015 19:01:35 +0000 (UTC) Received: from svn.freebsd.org (svn.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 C985A7B4; Wed, 25 Feb 2015 19:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PJ1ZXJ069040; Wed, 25 Feb 2015 19:01:35 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PJ1ZRg069039; Wed, 25 Feb 2015 19:01:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251901.t1PJ1ZRg069039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 Feb 2015 19:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379946 - head/security/p5-Crypt-Cracklib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 19:01:36 -0000 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