diff options
author | mef <mef@pkgsrc.org> | 2014-11-22 14:50:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-22 14:50:14 +0000 |
commit | cf63b02758adca08f8163ed04e99511bbdd7bdd5 (patch) | |
tree | ed8ef05f7e7e4a6645960cb3bf3349e4704f4ccf /mail/p5-Email-Folder/Makefile | |
parent | 32771f8b92d02518cee0200c27c1651cb6e8c2c7 (diff) | |
download | pkgsrc-cf63b02758adca08f8163ed04e99511bbdd7bdd5.tar.gz |
Update 0.857 to 0.859
0.859 2014-09-16 18:29:32-04:00 America/New_York
- all the changes in this release contributed by Pali Rohár
- support for mboxcl and mboxcl2
- add ability to read from a filehandle
- add next_from and next_messageref methods
0.858 2014-01-07 10:54:18-05:00 America/New_York
typo fixes in docs (thanks, Florian Schlichting)
Diffstat (limited to 'mail/p5-Email-Folder/Makefile')
-rw-r--r-- | mail/p5-Email-Folder/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Email-Folder/Makefile b/mail/p5-Email-Folder/Makefile index 929bda560fc..7b1ac7b76fd 100644 --- a/mail/p5-Email-Folder/Makefile +++ b/mail/p5-Email-Folder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/11/22 14:50:14 mef Exp $ -DISTNAME= Email-Folder-0.857 +DISTNAME= Email-Folder-0.859 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} |