1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 1.2

fix install on perl >= 5.8.0
This commit is contained in:
Mathieu Arnold 2003-11-04 17:10:47 +00:00
parent 7e0b89adc4
commit 9956ea9fbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93087
3 changed files with 5 additions and 5 deletions

View File

@ -7,16 +7,17 @@
#
PORTNAME= Digest-MD4
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl5 interface to the MD4 message digest algorithm
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= Digest::MD4.3

View File

@ -1 +1 @@
MD5 (Digest-MD4-1.1.tar.gz) = 72e8a9eadb7d933a7305f1ff6510751c
MD5 (Digest-MD4-1.2.tar.gz) = dad793796debd38f97907cb812c20302

View File

@ -1,8 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/MD4.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4
@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