diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 12:37:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 12:37:59 +0000 |
commit | 86af1328117f86892c75c8dd76ad224d91e7a10b (patch) | |
tree | ff65c7343fdd76f2f6c51910a5b57d9e8d18372f /mail/p5-MailTools/Makefile | |
parent | 1e5cce3e0a98dace8ffbcf02615107f4e247c877 (diff) | |
download | pkgsrc-86af1328117f86892c75c8dd76ad224d91e7a10b.tar.gz |
Update to 2.13:
version 2.13: Sun Jan 5 18:52:25 CET 2014
Fixes:
- optional 'from' and 'on' component in in-reply-to are comments
rt.cpan.org#89371 [Ward Vandewege]
- mailcap \\\\ -> \\
rt.cpan.org#89802 [Kevin Ryde]
Improvements:
- fix typos rt.cpan.org#87188 [D Steinbrunner]
Diffstat (limited to 'mail/p5-MailTools/Makefile')
-rw-r--r-- | mail/p5-MailTools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index bd1215e2a9a..70d6d9bcfc8 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2014/05/29 23:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2014/09/06 12:37:59 wiz Exp $ -DISTNAME= MailTools-2.12 +DISTNAME= MailTools-2.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} |