svn commit: r564699 - head/security/p5-Crypt-CBC

Wen Heping wen at FreeBSD.org
Mon Feb 8 12:18:49 UTC 2021


Author: wen
Date: Mon Feb  8 12:18:48 2021
New Revision: 564699
URL: https://svnweb.freebsd.org/changeset/ports/564699

Log:
  - Update to 3.00
  - Add missing DEPENDS

Modified:
  head/security/p5-Crypt-CBC/Makefile
  head/security/p5-Crypt-CBC/distinfo
  head/security/p5-Crypt-CBC/pkg-plist

Modified: head/security/p5-Crypt-CBC/Makefile
==============================================================================
--- head/security/p5-Crypt-CBC/Makefile	Mon Feb  8 11:48:04 2021	(r564698)
+++ head/security/p5-Crypt-CBC/Makefile	Mon Feb  8 12:18:48 2021	(r564699)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-CBC
-PORTVERSION=	2.33
-PORTREVISION=	1
+PORTVERSION=	3.00
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +11,10 @@ MAINTAINER=	perl at 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

Modified: head/security/p5-Crypt-CBC/distinfo
==============================================================================
--- head/security/p5-Crypt-CBC/distinfo	Mon Feb  8 11:48:04 2021	(r564698)
+++ head/security/p5-Crypt-CBC/distinfo	Mon Feb  8 12:18:48 2021	(r564699)
@@ -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

Modified: head/security/p5-Crypt-CBC/pkg-plist
==============================================================================
--- head/security/p5-Crypt-CBC/pkg-plist	Mon Feb  8 11:48:04 2021	(r564698)
+++ head/security/p5-Crypt-CBC/pkg-plist	Mon Feb  8 12:18:48 2021	(r564699)
@@ -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


More information about the svn-ports-all mailing list