pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Abstract - took maintainership



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aa6bb70cfb5
branches:  trunk
changeset: 544600:2aa6bb70cfb5
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Jul 16 13:39:34 2008 +0000

description:
- 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:

 mail/p5-Email-Abstract/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f31d7ffb3461 -r 2aa6bb70cfb5 mail/p5-Email-Abstract/Makefile
--- a/mail/p5-Email-Abstract/Makefile   Wed Jul 16 13:37:20 2008 +0000
+++ b/mail/p5-Email-Abstract/Makefile   Wed Jul 16 13:39:34 2008 +0000
@@ -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 @@
 CATEGORIES=            mail perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=            rhaen%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Email-Abstract/
 COMMENT=               Perl5 module for writing representation-independent mail handling code
 



Home | Main Index | Thread Index | Old Index