Thu Sep 4 07:16:57 2014 UTC ()
Update to 1.300014

Upstream changes:
1.300014  2014-08-28 14:21:26-04:00 America/New_York
        - do not try passing an empty string as a Failure message

1.300013  2014-08-28 11:00:16-04:00 America/New_York
        - sometimes, if no error is given and $smtp->message returns (),
          the arguments to the Failure constructor were out of alignment and
          the failure's error message would be "code"; this has been fixed

1.300012  2014-07-10 09:55:35-04:00 America/New_York
        - documentation fix: there's no Email::MIME->delete_header
          (thanks, Kris Matthews)

1.300011  2014-03-02 18:16:12-05:00 America/New_York
        - run the sendmail program with -i by default (thanks, William Blunn)
        - do not die when a race causes mkpath(Maildir/new) to fail because the
          directory already exists

1.300010  2014-01-11 14:15:13-05:00 America/New_York
        - the SMTP transport now has a "debug" option

1.300009  2013-09-01 12:03:06 America/New_York
          see also 1.300008!

          switch to automatic determination of prereqs to improve accuracy

1.300008  2013-09-01 09:39:13 America/New_York
          [THIS MIGHT BREAK YOUR CODE]
          at long last, Sendmail and Maildir transports replaces CRLF with CR
          before piping

          [BUG FIXES]
          fixes a bug where recipients beginning with a - would not work with
          the Sendmail transport [rt.perl.org #66246]

          require Email-Abstract 3.006, to get Email-Simple 1.998, to get
          Email::Simple->new(\$str), resolving [rt.perl.org #85926]

1.300007  2013-03-19 14:58:27 America/New_York
          when sending over SMTP, send DATA in hunks of 1 mebibyte or smaller


(wen)
diff -r1.15 -r1.16 pkgsrc/mail/p5-Email-Sender/Makefile
diff -r1.7 -r1.8 pkgsrc/mail/p5-Email-Sender/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/mail/p5-Email-Sender/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-Email-Sender/Makefile 2014/05/29 23:36:48 1.15
+++ pkgsrc/mail/p5-Email-Sender/Makefile 2014/09/04 07:16:57 1.16
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2014/09/04 07:16:57 wen Exp $
2 2
3DISTNAME= Email-Sender-1.300006 3DISTNAME= Email-Sender-1.300014
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= mail perl5 5CATEGORIES= mail perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Email-Sender/ 9HOMEPAGE= http://search.cpan.org/dist/Email-Sender/
11COMMENT= Email::Sender - a library for sending email 10COMMENT= Email::Sender - a library for sending email
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Capture-Tiny>=0.08:../../devel/p5-Capture-Tiny 13DEPENDS+= p5-Capture-Tiny>=0.08:../../devel/p5-Capture-Tiny
15DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract 14DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract
16DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address 15DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
17DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple 16DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
18DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils

cvs diff -r1.7 -r1.8 pkgsrc/mail/p5-Email-Sender/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-Email-Sender/distinfo 2013/09/08 13:35:59 1.7
+++ pkgsrc/mail/p5-Email-Sender/distinfo 2014/09/04 07:16:57 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2013/09/08 13:35:59 wen Exp $ 1$NetBSD: distinfo,v 1.8 2014/09/04 07:16:57 wen Exp $
2 2
3SHA1 (Email-Sender-1.300006.tar.gz) = 6b20a2f26585f83af0a169ccf7b114f2a3b21ebf 3SHA1 (Email-Sender-1.300014.tar.gz) = 03df2358c254ff218bdb1245dc70553c921f112d
4RMD160 (Email-Sender-1.300006.tar.gz) = d37ba19b3bdc961dd9c96a72ab8ed987cb65e7ff 4RMD160 (Email-Sender-1.300014.tar.gz) = f7f333b8298e2740a7eed92d4c029b0948c0a677
5Size (Email-Sender-1.300006.tar.gz) = 43381 bytes 5Size (Email-Sender-1.300014.tar.gz) = 47122 bytes