diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-03-25 18:22:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-03-25 18:22:05 +0800 |
commit | b5646a0a990c0238bb27e27d11e5d1463c94a616 (patch) | |
tree | 71854358eceef4f80526bccc6801c31133b6b57b /security/kpcli | |
parent | 320f73c267d06263644827ee195b49cd5951d1fa (diff) | |
download | freebsd-ports-gnome-b5646a0a990c0238bb27e27d11e5d1463c94a616.tar.gz freebsd-ports-gnome-b5646a0a990c0238bb27e27d11e5d1463c94a616.tar.zst freebsd-ports-gnome-b5646a0a990c0238bb27e27d11e5d1463c94a616.zip |
Add Math::Random::ISAAC as a dependency as it provides a more secure rand()
function.
PR: 217665
Approved by: maintainer timeout (alexander.4mail@gmail.com; 16 days)
Differential Revision: D9923
Diffstat (limited to 'security/kpcli')
-rw-r--r-- | security/kpcli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 0ad400a58c18..f876357a60d9 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -2,6 +2,7 @@ PORTNAME= kpcli PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl @@ -21,7 +22,8 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:security/p5-Crypt-Rijndael \ p5-Data-Password>=0:security/p5-Data-Password \ p5-Clone>=0.31:devel/p5-Clone \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ - p5-Clipboard>=0:x11/p5-Clipboard + p5-Clipboard>=0:x11/p5-Clipboard \ + p5-Math-Random-ISAAC>=1.0.1:math/p5-Math-Random-ISAAC BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix |