diff options
author | wen <wen@FreeBSD.org> | 2011-01-21 11:04:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-21 11:04:20 +0800 |
commit | 68637825ec194f3555f853e8498f339a6aeb281f (patch) | |
tree | 5a94c2d66edcd93706f42c3cdac595f59474109a | |
parent | 0bf802a6254b52ebab35d501ae5c737921228902 (diff) | |
download | freebsd-ports-graphics-68637825ec194f3555f853e8498f339a6aeb281f.tar.gz freebsd-ports-graphics-68637825ec194f3555f853e8498f339a6aeb281f.tar.zst freebsd-ports-graphics-68637825ec194f3555f853e8498f339a6aeb281f.zip |
- Add missing DEPENDS and bump PORTREVISION
PR: ports/154162
Submitted by: Alexey Illarionov <littlesavage@rambler.ru>
Feature safe: yes
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RSA/distinfo | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 28bef5c77dd..47781010ee4 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-RSA PORTVERSION= 1.99 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +25,7 @@ RUN_DEPENDS= p5-Class-Loader>=2.00:${PORTSDIR}/devel/p5-Class-Loader \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \ p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ + p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Tie-EncryptedHash>=0:${PORTSDIR}/security/p5-Tie-EncryptedHash PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-RSA/distinfo b/security/p5-Crypt-RSA/distinfo index 0763f26f807..47007e48a21 100644 --- a/security/p5-Crypt-RSA/distinfo +++ b/security/p5-Crypt-RSA/distinfo @@ -1,3 +1,2 @@ -MD5 (Crypt-RSA-1.99.tar.gz) = f675a07810d735e99d7894338aba8e87 SHA256 (Crypt-RSA-1.99.tar.gz) = 4706fd6605c920cd1c79f4afc0036b14e233620162b3957abe9b5f1be50b24be SIZE (Crypt-RSA-1.99.tar.gz) = 52393 |