diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-07-01 03:54:22 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-07-01 03:54:22 +0000 |
commit | 26f317c004f1bf55275476f5751f193a643b4417 (patch) | |
tree | 729b6d71b9a50852ea47cef58f4a846b5840fcde /security | |
parent | de2854d45eac4f38e09dca2694a0079a76bba4b4 (diff) | |
download | FreeBSD-ports-26f317c004f1bf55275476f5751f193a643b4417.zip FreeBSD-ports-26f317c004f1bf55275476f5751f193a643b4417.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 1.21
maintainer timeout: > 10 days
Diffstat (limited to 'security')
-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 aa62893..819abf9 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 09c8713..e8fb3e3 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 14e89c7..0a5cfbc 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 |