Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 00:52:20 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565471 - head/security/p5-Crypt-DES
Message-ID:  <202102170052.11H0qKfY052945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Wed Feb 17 00:52:20 2021
New Revision: 565471
URL: https://svnweb.freebsd.org/changeset/ports/565471

Log:
  p5-Crypt-CBC is only used for test.
  
  Reported by:	glebius
  Sponsored by:	Netflix

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

Modified: head/security/p5-Crypt-DES/Makefile
==============================================================================
--- head/security/p5-Crypt-DES/Makefile	Wed Feb 17 00:29:54 2021	(r565470)
+++ head/security/p5-Crypt-DES/Makefile	Wed Feb 17 00:52:20 2021	(r565471)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-DES
 PORTVERSION=	2.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Crypt-CBC>=0:security/p5-Crypt-CBC
+TEST_DEPENDS=	p5-Crypt-CBC>=0:security/p5-Crypt-CBC
 
 USES=		perl5
 USE_PERL5=	configure



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