diff options
author | wen <wen@pkgsrc.org> | 2015-08-03 03:13:19 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-03 03:13:19 +0000 |
commit | 1f1fc5e554d4dfa672e4ba13ffdf9aded43a332d (patch) | |
tree | 1580c8237b5e84f0fc971044d1f1bd8ae8540981 /mail/p5-Email-Simple/Makefile | |
parent | 7cf9d8c25ef1d83e205063e1733c96934406aab9 (diff) | |
download | pkgsrc-1f1fc5e554d4dfa672e4ba13ffdf9aded43a332d.tar.gz |
Update to 2.208
Upstream changes:
2.208 2015-07-20 20:34:04-04:00 America/New_York
- same as v2.207
- ...but bump perl required to v5.8
2.207 2015-07-04 14:23:36-04:00 America/New_York (TRIAL RELEASE)
- fold headers passed to header arg in create method
https://github.com/rjbs/Email-Simple/issues/7
2.206 2015-03-26 23:30:51-04:00 America/New_York
- the changes from 2.204 are back (and re-listed here), but now with
the added benefit of not breaking Email::MIME; see the git repository
for the sordid details
- provide header_raw and header_raw_set for consistent behavior between
Email::Simple and Email::MIME; also, header_raw_pairs
2.205 2015-03-26 14:54:45-04:00 America/New_York
- undo changes from 2.204 until safe Email::MIME upgrade path is
available
2.204 2015-03-25 22:50:49-04:00 America/New_York
- provide header_raw and header_raw_set for consistent behavior between
Email::Simple and Email::MIME; also, header_raw_pairs
Diffstat (limited to 'mail/p5-Email-Simple/Makefile')
-rw-r--r-- | mail/p5-Email-Simple/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index 83bdcfa4cb1..1a25682e393 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/08/03 03:13:19 wen Exp $ -DISTNAME= Email-Simple-2.203 +DISTNAME= Email-Simple-2.208 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} |