Index: head/security/p5-Crypt-CBC/Makefile =================================================================== --- head/security/p5-Crypt-CBC/Makefile (revision 564698) +++ head/security/p5-Crypt-CBC/Makefile (revision 564699) @@ -1,20 +1,23 @@ # Created by: Mark Murray # $FreeBSD$ PORTNAME= Crypt-CBC -PORTVERSION= 2.33 -PORTREVISION= 1 +PORTVERSION= 3.00 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to Cipher Block Chaining with DES and IDEA LICENSE= ART10 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Crypt-PBKDF2>=0:security/p5-Crypt-PBKDF2 \ + p5-CryptX>=0:security/p5-CryptX USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/security/p5-Crypt-CBC/distinfo =================================================================== --- head/security/p5-Crypt-CBC/distinfo (revision 564698) +++ head/security/p5-Crypt-CBC/distinfo (revision 564699) @@ -1,2 +1,3 @@ -SHA256 (Crypt-CBC-2.33.tar.gz) = 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645 -SIZE (Crypt-CBC-2.33.tar.gz) = 23470 +TIMESTAMP = 1612774763 +SHA256 (Crypt-CBC-3.00.tar.gz) = f9e92d04c8ed6155c4ffc15427ab044adef042529558e5742f00717f04b51bd8 +SIZE (Crypt-CBC-3.00.tar.gz) = 30791 Index: head/security/p5-Crypt-CBC/pkg-plist =================================================================== --- head/security/p5-Crypt-CBC/pkg-plist (revision 564698) +++ head/security/p5-Crypt-CBC/pkg-plist (revision 564699) @@ -1,2 +1,8 @@ %%PERL5_MAN3%%/Crypt::CBC.3.gz %%SITE_PERL%%/Crypt/CBC.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF/none.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF/opensslv1.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF/opensslv2.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF/pbkdf2.pm +%%SITE_PERL%%/Crypt/CBC/PBKDF/randomiv.pm