diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-18 12:25:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-18 12:25:18 +0000 |
commit | 3818aa1237bdc996d85307263cb195a0830a3738 (patch) | |
tree | 6e509c687087d28aa2a63cfa1297a06eb5e2f399 /mail/p5-MailTools/Makefile | |
parent | 811091670c1ea4572f284b2241343d607531118c (diff) | |
download | pkgsrc-3818aa1237bdc996d85307263cb195a0830a3738.tar.gz |
Updated p5-MailTools to 2.17.
version 2.17: Wed 11 May 17:20:21 CEST 2016
Fixes:
- Mail::Header should only accept totally empty lines as header
terminator, not to break MIME::Tools regression tests.
rt.cpan.org#113918 [David Cantrell]
Diffstat (limited to 'mail/p5-MailTools/Makefile')
-rw-r--r-- | mail/p5-MailTools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 02c858e92d3..e53aaf71e7d 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2016/05/03 10:54:55 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2016/05/18 12:25:18 wiz Exp $ -DISTNAME= MailTools-2.16 +DISTNAME= MailTools-2.17 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} |