mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 0.28
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes
This commit is contained in:
parent
33acc7eeba
commit
e95493e4d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280575
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Crypt-OpenSSL-RSA
|
PORTNAME= Crypt-OpenSSL-RSA
|
||||||
PORTVERSION= 0.27
|
PORTVERSION= 0.28
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL
|
COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
||||||
|
p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
|
||||||
RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
||||||
p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
|
p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Crypt-OpenSSL-RSA-0.27.tar.gz) = d4572e8556c54469e3c5953dcd6d5da3249dacfbf22b5ac25100e03acbcee291
|
SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = 5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be
|
||||||
SIZE (Crypt-OpenSSL-RSA-0.27.tar.gz) = 20394
|
SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035
|
||||||
|
|
Loading…
Add table
Reference in a new issue