From a6b89ee72671506278507987428f4846e89a1435 Mon Sep 17 00:00:00 2001 From: rhaen Date: Wed, 16 Jul 2008 13:39:34 +0000 Subject: - took maintainership Changelog: 2.134 2007-11-16 (no code changes from previous dev release) 2.133_05 2007-11-11 [BUG FIXES] added is_available method to MIMEEntity plugin 2.133_04 2007-09-24 [ENHANCEMENTS] created Email::Abstract::Plugin base class; please use it! added is_available method to plugins [BUG FIXES] is_available in the Mail::Internet adapter should solve header folding issues (by preventing you from using it when it can't work) 2.133_03 2007-08-?? diagnostics in output to indicate what version of a module we used 2.133_02 2007-07-?? fix test planning 2.133_01 2007-07-?? add test to ensure that "can't handle" exception is thrown ASAP remove unexplained requirement for perl 5.6 fix Mail::Internet header fetching to unfold headers fix Mail::Message body setter, which hosed newlines fix body handling for Mail::Internet improved consistency of method used to find adapter class improved tests and test coverage --- mail/p5-Email-Abstract/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index ab7dcb1f8c4..e210244171c 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/07/16 13:37:20 rhaen Exp $ +# $NetBSD: Makefile,v 1.8 2008/07/16 13:39:34 rhaen Exp $ DISTNAME= Email-Abstract-2.134 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ SVR4_PKGNAME= p5ema CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-Abstract/ COMMENT= Perl5 module for writing representation-independent mail handling code -- cgit v1.2.3