summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Abstract
diff options
context:
space:
mode:
authorrhaen <rhaen>2008-07-16 13:39:34 +0000
committerrhaen <rhaen>2008-07-16 13:39:34 +0000
commitef92726f53cbd89546abbc6644141a61b2179a91 (patch)
tree83ecdf184dcca6961dd73bcab18a3faa95058a22 /mail/p5-Email-Abstract
parentb20e1b3412e2bd8d8cf21d03d5b3637771fbb4bd (diff)
downloadpkgsrc-ef92726f53cbd89546abbc6644141a61b2179a91.tar.gz
- 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
Diffstat (limited to 'mail/p5-Email-Abstract')
-rw-r--r--mail/p5-Email-Abstract/Makefile4
1 files changed, 2 insertions, 2 deletions
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