diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-07-01 03:47:17 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-07-01 03:47:17 +0000 |
commit | 4f99806fdb6588dd3aafd81f4f4a13cd81520de9 (patch) | |
tree | 8d6bb37b5057e586cf1f746d60c4d39ff6a6e6c3 /security/p5-Digest-MD5 | |
parent | 861059bb684faf4257078c960bc8d79ab03ffdc2 (diff) | |
download | FreeBSD-ports-4f99806fdb6588dd3aafd81f4f4a13cd81520de9.zip FreeBSD-ports-4f99806fdb6588dd3aafd81f4f4a13cd81520de9.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 2.24.
maintainer timeout: > 10 days
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-plist | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 3b02067..d2523f9 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.22 +PORTVERSION= 2.24 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index e46ea3b..986d244 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1 +1 @@ -MD5 (Digest-MD5-2.22.tar.gz) = 8f628250bb0d0fedaa686d4d30cf71f3 +MD5 (Digest-MD5-2.24.tar.gz) = 1d328e479ac6e7019dd082f6a244a06c diff --git a/security/p5-Digest-MD5/pkg-plist b/security/p5-Digest-MD5/pkg-plist index 0e9b848..cd8b45f 100644 --- a/security/p5-Digest-MD5/pkg-plist +++ b/security/p5-Digest-MD5/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/MD5.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true |