diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 21:52:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 21:52:01 +0000 |
commit | 14dbd8f567187f74357f3c4aaae6caeab372ba63 (patch) | |
tree | 113c942504ab7a3c81da540b39c0fd46fbe2b66b /security/p5-Crypt-CBC | |
parent | cb1ca62f5b78bc21151c9adefd97aae2e120feba (diff) |
Update to 2.08 and Maintainer hopes to change MAINTAINER to ports@.
PR: ports/42587
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=66924
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 8b96cd8fdbbb..c67562e46e86 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: p5-Crypt-DES +# New ports collection makefile for: p5-Crypt-CBC # Date created: October 20th 1996 # Whom: Mark Murray <markm@FreeBSD.org> # @@ -6,13 +6,13 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 1.25 +PORTVERSION= 2.08 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= markm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 @@ -20,7 +20,8 @@ RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::CBC.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + .include <bsd.port.mk> diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index 057895e27483..0a5680757715 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1 +1 @@ -MD5 (Crypt-CBC-1.25.tar.gz) = 0f77cf5536381e2face83d67d7d6099f +MD5 (Crypt-CBC-2.08.tar.gz) = 3e2cb1c3df6f58c72f5fe2ea41614ce5 |