mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.079.
Bite the bullet and require perl 5.8.0+, since this module fails far too many tests with 5.6.2. An enterprizing soul might still be able to do useful things with this module on 5.6.X, but in my opinion it's just not worth the trouble. Changes: http://search.cpan.org/dist/Mail-Box/ChangeLog
This commit is contained in:
parent
fe29d9adb7
commit
ee6cf7ddf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204197
4 changed files with 10 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Mail-Box
|
||||
PORTVERSION= 2.071
|
||||
PORTVERSION= 2.079
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
|
@ -33,10 +33,11 @@ BUILD_DEPENDS= \
|
|||
p5-Time-HiRes>=1.51:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
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-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity \
|
||||
p5-Test-Harness>=3.00:${PORTSDIR}/devel/p5-Test-Harness
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
CONFIGURE_ARGS= </dev/null
|
||||
CONFIGURE_ENV+= MAILBOX_INSTALL_OPTIONALS=n
|
||||
|
||||
|
|
|
@ -68,6 +68,7 @@ MAN3+= Mail::Message::Construct::Rebuild.3
|
|||
MAN3+= Mail::Message::Construct::Reply.3
|
||||
MAN3+= Mail::Message::Construct::Text.3
|
||||
MAN3+= Mail::Message::Convert.3
|
||||
MAN3+= Mail::Message::Convert::EmailSimple.3
|
||||
MAN3+= Mail::Message::Convert::Html.3
|
||||
MAN3+= Mail::Message::Convert::HtmlFormatPS.3
|
||||
MAN3+= Mail::Message::Convert::HtmlFormatText.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Mail-Box-2.071.tar.gz) = 5e86a99969bc01ba6d1931ea9b22be0d
|
||||
SHA256 (Mail-Box-2.071.tar.gz) = 9ee62eaa6597ae92e4986bee1a1d03f678dc0e8af07b74d6d4b4d75ebe68bf41
|
||||
SIZE (Mail-Box-2.071.tar.gz) = 583401
|
||||
MD5 (Mail-Box-2.079.tar.gz) = b6ccfc8c4dd3bd5161bf351d5d258105
|
||||
SHA256 (Mail-Box-2.079.tar.gz) = 128c46bebbfe84f970feefa0cd3bc834492fde000ffb3a50cae85b4260393d5a
|
||||
SIZE (Mail-Box-2.079.tar.gz) = 597203
|
||||
|
|
|
@ -133,6 +133,8 @@
|
|||
%%SITE_PERL%%/Mail/Message/Construct/Text.pod
|
||||
%%SITE_PERL%%/Mail/Message/Convert.pm
|
||||
%%SITE_PERL%%/Mail/Message/Convert.pod
|
||||
%%SITE_PERL%%/Mail/Message/Convert/EmailSimple.pm
|
||||
%%SITE_PERL%%/Mail/Message/Convert/EmailSimple.pod
|
||||
%%SITE_PERL%%/Mail/Message/Convert/Html.pm
|
||||
%%SITE_PERL%%/Mail/Message/Convert/Html.pod
|
||||
%%SITE_PERL%%/Mail/Message/Convert/HtmlFormatPS.pm
|
||||
|
|
Loading…
Add table
Reference in a new issue