pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-MailTools - updated package to 2.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b4f27bfb715
branches:  trunk
changeset: 536339:9b4f27bfb715
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Dec 11 11:55:20 2007 +0000

description:
- updated package to 2.02
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
version 2.02: Fri Nov 30 09:57:48 CET 2007

        Fixes:

        - Mail::Internet uses Mail::Util::mailaddress, which is
          not exported by default.
          rt.cpan.org#31082 [Dave], rt.cpan.org#31070 [Friedrich Haubensak]
          and [Slaven Rezic]

        Improvements:

        - use 3-arg open() in Mail::Util.
          rt.cpan.org#20726 [Steve@sliug] and [Paul@city-fan]

version 2.01: Wed Nov 28 10:48:24 CET 2007

        Changes:

        - Remove work-around for Perl 5.8.0. unicode bug from
          Mail::Address::_extract_name().
          Result of rt.cpan.org#30661 [Josh Clark]

        - Requires on Perl 5.8.1 minimum

        Fixes:

        - Mail::Mailer::testfile now also shows Cc destinations, the
          setting of 'outfile' now works, and it will produce an error
          when the data cannot be written.  All thanks to [Slaven Rezic]

version 2.00_03: Tue Sep 25 12:27:28 CEST 2007

        - folding of header fields sometimes ended prematurely.
          Reported by [Anthony W. Kay]

        - add $sender as 4th argument to Mail::Mailer::*::exec() where
          missing.  Discovered by [David Hand]

        - add Date::Format and Date::Parse to Makefile.PL.

version 2.00_02: Sat Jul 21 12:29:20 CEST 2007

        - parts of the documentation were lost, discovered by [Ricardo Signes]

        - rt.cpan.org #28093 smtp timeout
          check for local mail server can have short timeout.
          Patch by [Alexandr Ciornii]

        - rt.cpan.org #28411 syntax error in Mail::Mailer::smtp
          reported by [Andreas Koenig]

version 2.00_01: Wed Jun 20 14:42:35 CEST 2007

        - reorganized installation of MailTools, in a modern way.  This
          may break installation on very old releases of Perl.

        - added t/pod.t

        - restructured most code, no functional changes.

        - added and cleaned a lot of documentation, using OODoc to
          generate nice manuals in POD and HTML.

        - extracted Mail::Field::Generic from Mail::Field

        - added misteriously missing Mail::Field::AddrList::addr_list()

diffstat:

 mail/p5-MailTools/Makefile |  7 +++----
 mail/p5-MailTools/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 15b4dcbbba8c -r 9b4f27bfb715 mail/p5-MailTools/Makefile
--- a/mail/p5-MailTools/Makefile        Tue Dec 11 11:53:38 2007 +0000
+++ b/mail/p5-MailTools/Makefile        Tue Dec 11 11:55:20 2007 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.41 2007/06/01 20:46:53 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2007/12/11 11:55:20 rhaen Exp $
 
-DISTNAME=      MailTools-1.77
+DISTNAME=      MailTools-2.02
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5mto
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/MailTools/
 COMMENT=       Perl5 modules related to mail applications
 
@@ -15,7 +15,6 @@
 
 BUILD_DEPENDS+=        p5-Net>=1.09:../../net/p5-Net
 
-USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Mail/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 15b4dcbbba8c -r 9b4f27bfb715 mail/p5-MailTools/distinfo
--- a/mail/p5-MailTools/distinfo        Tue Dec 11 11:53:38 2007 +0000
+++ b/mail/p5-MailTools/distinfo        Tue Dec 11 11:55:20 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/06/01 20:46:54 wiz Exp $
+$NetBSD: distinfo,v 1.20 2007/12/11 11:55:21 rhaen Exp $
 
-SHA1 (MailTools-1.77.tar.gz) = 32de77a2826e0c7d89c62002ef5cf0d1ba32b23e
-RMD160 (MailTools-1.77.tar.gz) = 1aabb1019b8afbd95a05cb4e02dc2ec31577437c
-Size (MailTools-1.77.tar.gz) = 48574 bytes
+SHA1 (MailTools-2.02.tar.gz) = 96e5c6afb3ce1492bbec71cbcc4f247581037733
+RMD160 (MailTools-2.02.tar.gz) = 49b75c2757025e9f7635d02a8829613a9d82a4d3
+Size (MailTools-2.02.tar.gz) = 52013 bytes



Home | Main Index | Thread Index | Old Index