Hi,

  Here is a patch for mail/p5-Mail-Tools :
   i) Update to 2.21
   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