- update p5-Crypt-CBC to 2.30
This commit is contained in:
parent
ccb150a631
commit
f8be1ed13c
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/07/01 16:41:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/10/06 17:01:16 jasper Exp $
|
||||
|
||||
COMMENT= cryptographic cipher block chaining mode
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-CBC-2.24
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
DISTNAME= Crypt-CBC-2.30
|
||||
CATEGORIES= security
|
||||
|
||||
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
|
||||
@ -17,4 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Crypt-CBC
|
||||
${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${PREFIX}/share/examples/p5-Crypt-CBC
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Crypt-CBC-2.24.tar.gz) = CTtAXOt4TwNw/0KDSOXxVg==
|
||||
RMD160 (Crypt-CBC-2.24.tar.gz) = VWga/WDL0PqRGF74ex95gbEepso=
|
||||
SHA1 (Crypt-CBC-2.24.tar.gz) = 4lnNAQG/jRysnP1VVWz1OR9Fj8E=
|
||||
SHA256 (Crypt-CBC-2.24.tar.gz) = atK7Zm8beG6O2CMnGxUcNCccVQWdBiJJWY8jKUTaY5k=
|
||||
SIZE (Crypt-CBC-2.24.tar.gz) = 22249
|
||||
MD5 (Crypt-CBC-2.30.tar.gz) = xxq5kvPaZd6xoUG+95pL/w==
|
||||
RMD160 (Crypt-CBC-2.30.tar.gz) = zrU9tSsQg3uF2Z8H9Uad1mt4Ld8=
|
||||
SHA1 (Crypt-CBC-2.30.tar.gz) = /YyYT8dq7mfcgSyKwQ+JeVJv1oc=
|
||||
SHA256 (Crypt-CBC-2.30.tar.gz) = nb/sT1AdWhb0a30ISDezcMn4XLlUAhLLmihYvvt9cTM=
|
||||
SIZE (Crypt-CBC-2.30.tar.gz) = 22639
|
||||
|
@ -1,4 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:36:01 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/06 17:01:16 jasper Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/CBC.pm
|
||||
@man man/man3p/Crypt::CBC.3p
|
||||
share/examples/p5-Crypt-CBC/
|
||||
share/examples/p5-Crypt-CBC/aes.pl
|
||||
share/examples/p5-Crypt-CBC/des.pl
|
||||
share/examples/p5-Crypt-CBC/idea.pl
|
||||
|
Loading…
x
Reference in New Issue
Block a user