diff options
author | wen <wen> | 2013-08-23 07:03:16 +0000 |
---|---|---|
committer | wen <wen> | 2013-08-23 07:03:16 +0000 |
commit | fe477d3fdc8c973a71b00f00c0f039ba2f420ff6 (patch) | |
tree | 773eb92cccacbcd20ee4c0f4dfe882eaed4de819 /mail | |
parent | 70e69ba6bb0b8c9609850da7a6504a44d10924e0 (diff) | |
download | pkgsrc-fe477d3fdc8c973a71b00f00c0f039ba2f420ff6.tar.gz |
Update to 0.33
Upstream changes:
0.33 2013-02-13
- applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241
- removed inc/ so running perl Makefile.PL would do so in author mode
- removed META.yml, MANIFEST, and various other files that shouldn't be in git
- updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df
0.32 2013-01-15
- Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
- Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
- Added patch (with additional tests) to enable proper content_type setting for email templates
per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
- Removed unneccesary test
- Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162
0.31 2011-01-17
- Added handling and test for encoding and quoting parts RT #56391
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Catalyst-View-Email/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Catalyst-View-Email/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/p5-Catalyst-View-Email/Makefile b/mail/p5-Catalyst-View-Email/Makefile index d58beab64f9..806f4260620 100644 --- a/mail/p5-Catalyst-View-Email/Makefile +++ b/mail/p5-Catalyst-View-Email/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/08/23 07:03:16 wen Exp $ -DISTNAME= Catalyst-View-Email-0.30 +DISTNAME= Catalyst-View-Email-0.33 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -30,6 +29,8 @@ PERL5_PACKLIST= auto/Catalyst/View/Email/.packlist # M:I:AI switch - this is EU:MM module #MAKE_ENV+= PERL_AUTOINSTALL=--skipdeps +EXTRACT_USING= gtar + PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" diff --git a/mail/p5-Catalyst-View-Email/distinfo b/mail/p5-Catalyst-View-Email/distinfo index f365ad0715f..dda84204724 100644 --- a/mail/p5-Catalyst-View-Email/distinfo +++ b/mail/p5-Catalyst-View-Email/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/09/05 12:20:40 sno Exp $ +$NetBSD: distinfo,v 1.5 2013/08/23 07:03:16 wen Exp $ -SHA1 (Catalyst-View-Email-0.30.tar.gz) = 40c5697f41d9448ad485a0f99188c88b0fc1e00a -RMD160 (Catalyst-View-Email-0.30.tar.gz) = dfe31d1a8283e9bb99651966dfccedd21ebd3ef7 -Size (Catalyst-View-Email-0.30.tar.gz) = 34540 bytes +SHA1 (Catalyst-View-Email-0.33.tar.gz) = 1408e470bcefea5b3381a8b48362d6fcec4513ac +RMD160 (Catalyst-View-Email-0.33.tar.gz) = 78067556198a56fd39206662fc64a3c321f5f0aa +Size (Catalyst-View-Email-0.33.tar.gz) = 43484 bytes |