diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-11 11:55:20 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-11 11:55:20 +0000 |
commit | 8de5d999b6040b4deee0faeceb6ff127bd73d42a (patch) | |
tree | 2b32e025a8b456ea8584e2093f99fad5ce03c8e1 | |
parent | 21ff88f383cb6f1b5b6282d9db90967e1f7f4361 (diff) | |
download | pkgsrc-8de5d999b6040b4deee0faeceb6ff127bd73d42a.tar.gz |
- 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()
-rw-r--r-- | mail/p5-MailTools/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-MailTools/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 16c788d7faa..0aadd5a0113 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -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 +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MailTools/ COMMENT= Perl5 modules related to mail applications @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/.packlist .include "../../lang/perl5/module.mk" diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index bcf31bbca8b..e98827e1c56 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -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 |