- Update to 2.096

- Remove MD5

PR:             ports/153080
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (tobez ; 15 days)
Changes:        http://search.cpan.org/dist/Mail-Box/Changes
This commit is contained in:
Philip M. Gollucci 2010-12-27 14:56:53 +00:00
parent 9c08b3e66b
commit aa2756f811
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266982
4 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Mail-Box
PORTVERSION= 2.095
PORTVERSION= 2.096
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -28,8 +28,7 @@ BUILD_DEPENDS= \
p5-Object-Realize-Later>=0.14:${PORTSDIR}/devel/p5-Object-Realize-Later \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-URI>=1.23:${PORTSDIR}/net/p5-URI \
p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity \
p5-Test-Harness>=3.00:${PORTSDIR}/devel/p5-Test-Harness
p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+

View file

@ -38,6 +38,7 @@ MAN3+= Mail::Box::Message.3
MAN3+= Mail::Box::Message::Destructed.3
MAN3+= Mail::Box::Net.3
MAN3+= Mail::Box::Net::Message.3
MAN3+= Mail::Box::POP3s.3
MAN3+= Mail::Box::POP3.3
MAN3+= Mail::Box::POP3::Message.3
MAN3+= Mail::Box::Parser.3

View file

@ -1,3 +1,2 @@
MD5 (Mail-Box-2.095.tar.gz) = 43b86fb1bc3b0bcca713b23c1e10e95f
SHA256 (Mail-Box-2.095.tar.gz) = 7c3879ceac0f00ba759b2cbaab9352d295d20c8dd0ce282fde4679488f7f03cc
SIZE (Mail-Box-2.095.tar.gz) = 609216
SHA256 (Mail-Box-2.096.tar.gz) = ed2e90e213abc5ff85b0b76aaf65361f9bb665044fee189dbf6e35e255b7036d
SIZE (Mail-Box-2.096.tar.gz) = 611475

View file

@ -74,6 +74,8 @@
%%SITE_PERL%%/Mail/Box/Net/Message.pod
%%SITE_PERL%%/Mail/Box/POP3.pm
%%SITE_PERL%%/Mail/Box/POP3.pod
%%SITE_PERL%%/Mail/Box/POP3s.pm
%%SITE_PERL%%/Mail/Box/POP3s.pod
%%SITE_PERL%%/Mail/Box/POP3/Message.pm
%%SITE_PERL%%/Mail/Box/POP3/Message.pod
%%SITE_PERL%%/Mail/Box/Parser.pm