Update to 5.420. Require perl from ports.

This commit is contained in:
Anton Berezin 2006-03-24 12:01:40 +00:00
parent 7da97ced51
commit efa4e02deb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158056
2 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= p5-MIME-Tools
PORTVERSION= 5.419
PORTVERSION= 5.420
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@ -64,6 +64,10 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f

View File

@ -1,3 +1,3 @@
MD5 (MIME-tools-5.419.tar.gz) = 1c033072b751e27ecb096bc155a7e406
SHA256 (MIME-tools-5.419.tar.gz) = c35e4dcd56fe44b5c89fe150987a5edb26cf05b23acc50760cfcaec91882bf1e
SIZE (MIME-tools-5.419.tar.gz) = 387584
MD5 (MIME-tools-5.420.tar.gz) = 4db6505cc0132c80c5a9cc54f443a21a
SHA256 (MIME-tools-5.420.tar.gz) = d05a618d9efb16091014536ae9944e6f87cd35663b30d9ca7b11fc932afd0f60
SIZE (MIME-tools-5.420.tar.gz) = 387747