On 2019/11/07 01:36, wen heping wrote:
> Hi,
> 
>   Here is a patch for mail/p5-Mail-Tools :
>    i) Update to 2.21

Looks safe, here's the changelog. OK sthen


version 2.21: Tue 21 May 16:26:30 CEST 2019

        Fixes:
        - fix metadata [Mohammad S Anwar]

        Improvements:
        - add more to the README
        - add Mail::Mailer option StartSSL for smtp backend
          rt.cpan.org#125871 [Guilhem Moulin]
        - deprecate Mail::Mailer backend smtps
        - document need for escaping docs for Mail::Send
          rt.cpan.org#129627 [Jonathan Kamens]
        - document limit on parameters for Mail::Send::new()
          rt.cpan.org#129633 [Sven Neuhaus]

version 2.20: Mon 22 Jan 18:14:44 CET 2018

        Improvements:
        - rewrite doc syntax to my current standard style.
        - text corrections rt.cpan.org#123823 [Ville Skyttä]
        - text corrections rt.cpan.org#123824 [Ville Skyttä]
        - convert to GIT
        - move to GitHUB

version 2.19: Tue 22 Aug 13:30:41 CEST 2017

        Improvements:
        - block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]

version 2.18: Wed 18 May 23:52:30 CEST 2016

        Fixes:
        - Mail::Header should accept \r in empty line which ends the
          header.  rt.cpan.org#114382 [Ricardo Signes]

version 2.17: Wed 11 May 17:20:21 CEST 2016

        Fixes:
        - Mail::Header should only accept totally empty lines as header
          terminator, not to break MIME::Tools regression tests.
          rt.cpan.org#113918 [David Cantrell]

version 2.16: Mon 18 Apr 17:58:23 CEST 2016

        Fixes:
        - Mail::Header regression in parsing files.
          rt.cpan.org#113874 [John L Berger]

version 2.15: Mon 18 Apr 13:55:30 CEST 2016

        Fixes:
        - Mail::Header continue reading after wrongly folders line
          rt.cpan.org#113464 [Mark Sapiro]

        Improvements:
        - Mail::Mailer::open call of exec() explained [Malte Stretz]
        - fix example in Mail::Address [peter77]


>    ii) Remove the trailing whitespace in DESCR
> 
>   It build well and pass all tests on amd64-current. It is required by
> the update of p5-Mail-Box.
> 
>    12 ports depends on it. 11 of 12 ports build well and pass all tests.
> One port(www/rt) failed test, but currently www/rt has many tests failed,
> not caused by this patch.
> 
> Comments? OK?
> wen

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Mail-Tools/Makefile,v
> retrieving revision 1.27
> diff -u -p -r1.27 Makefile
> --- Makefile  12 Jul 2019 20:47:35 -0000      1.27
> +++ Makefile  7 Nov 2019 01:30:16 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT=     modules for handling mail with perl
>  
> -V=           2.14
> +V=           2.21
>  
>  MODULES=     cpan
>  PKG_ARCH=    *
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Mail-Tools/distinfo,v
> retrieving revision 1.11
> diff -u -p -r1.11 distinfo
> --- distinfo  14 Oct 2015 17:43:05 -0000      1.11
> +++ distinfo  7 Nov 2019 01:30:16 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (MailTools-2.14.tar.gz) = S3x+9nSy73XqeT8FPNBnxqSzPljjrfCKicjqTFaz3/g=
> -SIZE (MailTools-2.14.tar.gz) = 55317
> +SHA256 (MailTools-2.21.tar.gz) = Stm9aCa28DonJzMkZrG30piQyNmaMrSzsKjZJu4aRMs=
> +SIZE (MailTools-2.21.tar.gz) = 58013
> Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Mail-Tools/pkg/DESCR,v
> retrieving revision 1.2
> diff -u -p -r1.2 DESCR
> --- pkg/DESCR 7 Jan 2001 21:55:13 -0000       1.2
> +++ pkg/DESCR 7 Nov 2019 01:30:16 -0000
> @@ -6,7 +6,7 @@ Mail::Field - Base class for manipulatio
>  Mail::Filter - Filter mail through multiple subroutines
>  Mail::Header - manipulate mail RFC822 compliant headers
>  Mail::Internet - manipulate Internet format (RFC 822) mail messages
> -Mail::Mailer - Simple interface to electronic mailing mechanisms 
> +Mail::Mailer - Simple interface to electronic mailing mechanisms
>  Mail::Send - Simple electronic mail interface
>  Mail::Util - mail utility functions
>  Mail::Field::AddrList - object representation of e-mail address lists
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Mail-Tools/pkg/PLIST,v
> retrieving revision 1.12
> diff -u -p -r1.12 PLIST
> --- pkg/PLIST 27 Dec 2010 11:49:06 -0000      1.12
> +++ pkg/PLIST 7 Nov 2019 01:30:16 -0000
> @@ -32,6 +32,8 @@ ${P5SITE}/Mail/Send.pm
>  ${P5SITE}/Mail/Send.pod
>  ${P5SITE}/Mail/Util.pm
>  ${P5SITE}/Mail/Util.pod
> +${P5SITE}/MailTools.pm
> +${P5SITE}/MailTools.pod
>  @man man/man3p/Mail::Address.3p
>  @man man/man3p/Mail::Cap.3p
>  @man man/man3p/Mail::Field.3p
> @@ -44,6 +46,7 @@ ${P5SITE}/Mail/Util.pod
>  @man man/man3p/Mail::Mailer.3p
>  @man man/man3p/Mail::Send.3p
>  @man man/man3p/Mail::Util.3p
> +@man man/man3p/MailTools.3p
>  share/examples/p5-Mail-Tools/
>  share/examples/p5-Mail-Tools/README.demos
>  share/examples/p5-Mail-Tools/forwd_demo

Reply via email to