diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 03:54:22 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 03:54:22 +0000 |
commit | 70f682a1f0d54cef6dbb143bfacb83b0968ecfd8 (patch) | |
tree | 091624c5c6ebf4904d48de7a3e5ebd26ec4039ff /security/p5-Tie-EncryptedHash | |
parent | 09617f841b17cbca2869d81ab702300b5dee19db (diff) | |
download | ports-70f682a1f0d54cef6dbb143bfacb83b0968ecfd8.tar.gz ports-70f682a1f0d54cef6dbb143bfacb83b0968ecfd8.zip |
Notes
Diffstat (limited to 'security/p5-Tie-EncryptedHash')
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg-plist | 9 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index aa6289393296..819abf90ab8e 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tie-EncryptedHash -PORTVERSION= 1.1 +PORTVERSION= 1.21 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tie @@ -19,7 +19,8 @@ PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= ${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ - ${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish + ${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ + ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 PERL_CONFIGURE= yes diff --git a/security/p5-Tie-EncryptedHash/distinfo b/security/p5-Tie-EncryptedHash/distinfo index 09c8713e9eee..e8fb3e38a3f1 100644 --- a/security/p5-Tie-EncryptedHash/distinfo +++ b/security/p5-Tie-EncryptedHash/distinfo @@ -1 +1 @@ -MD5 (Tie-EncryptedHash-1.1.tar.gz) = 4f13c0f95a86c33acd84ab0ba2ba2906 +MD5 (Tie-EncryptedHash-1.21.tar.gz) = 5a85bd78c74ef52aeff6c70836f9d3bf diff --git a/security/p5-Tie-EncryptedHash/pkg-plist b/security/p5-Tie-EncryptedHash/pkg-plist index 14e89c76a625..0a5cfbcab980 100644 --- a/security/p5-Tie-EncryptedHash/pkg-plist +++ b/security/p5-Tie-EncryptedHash/pkg-plist @@ -1,5 +1,4 @@ -lib/perl5/site_perl/%%PERL_VER%%/Tie/EncryptedHash.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash -@unexec rmdir %D/lib/perl5/site_perl/5.005/i386-freebsd/auto/Tie || true -@unexec rmdir %D/lib/perl5/site_perl/5.005/Tie || true +%%SITE_PERL%%/Tie/EncryptedHash.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash +@dirrm %%SITE_PERL%%/Tie |