diff options
author | obache <obache@pkgsrc.org> | 2006-10-26 14:31:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-26 14:31:48 +0000 |
commit | 9c36105067182d5acd9af07ea2929293ee6c9372 (patch) | |
tree | 47e974e41039db1ec36873dbacaff48b6baef4cb /mail | |
parent | e165dcfd9644edd87775c1ba1bf931fcaab3f610 (diff) | |
download | pkgsrc-9c36105067182d5acd9af07ea2929293ee6c9372.tar.gz |
Update p5-Email-Simple to 1.995.
Changes:
1.995 2006-10-19
- tentative refactoring of headers
1.992 2006-10-05
- fix a number of bugs when setting multiple headers, which would often
refuse to set more values than were currently present
- added a test for prepending (rather than appending) headers; while E::S
does not yet support this, the header behavior will be easier to replace in
future versions, and this is a forward-looking test
1.990 2006-09-05
- ->header('foo') returns false if there is no foo header (formerly '')
- croak if an undef value is passed to new()
1.980 2006-08-17
- fix _fold() to add a missing line ending [RT #20764] (Brian Cassidy)
1.970 2006-08-17
- bring ->headers method into Email::Simple
- ->header_names and ->header_pairs
1.96 2006-07-28
- output headers in predictable order
- give tests more meaningful names
- improved test coverage
1.95 2006-07-21
- update PEP url
- reorganize dist
1.94 2006-07-03
- Fix folding of long headers with \r as line ending (thanks Adam Worrall)
- add tests for message with no body
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Simple/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Email-Simple/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index e5b85bc32db..134a9f70002 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/26 14:31:48 obache Exp $ -DISTNAME= Email-Simple-1.92 +DISTNAME= Email-Simple-1.995 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ems -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} diff --git a/mail/p5-Email-Simple/distinfo b/mail/p5-Email-Simple/distinfo index 0859dd32a5e..909f201a5ac 100644 --- a/mail/p5-Email-Simple/distinfo +++ b/mail/p5-Email-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/18 16:27:39 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/10/26 14:31:48 obache Exp $ -SHA1 (Email-Simple-1.92.tar.gz) = 058f1e5dea66ac380a007616010231b50b77acbb -RMD160 (Email-Simple-1.92.tar.gz) = 5c1c519d3a2d488bf82855de80b855eee7a29319 -Size (Email-Simple-1.92.tar.gz) = 12645 bytes +SHA1 (Email-Simple-1.995.tar.gz) = f3019c408e6db3c92bc4fdb18b79f8ff28be7f5c +RMD160 (Email-Simple-1.995.tar.gz) = 090de3c7d206b6149047c9fbff178b520e8d6bc3 +Size (Email-Simple-1.995.tar.gz) = 17684 bytes |