summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2007-12-11 11:55:20 +0000
committerrhaen <rhaen@pkgsrc.org>2007-12-11 11:55:20 +0000
commit8de5d999b6040b4deee0faeceb6ff127bd73d42a (patch)
tree2b32e025a8b456ea8584e2093f99fad5ce03c8e1 /mail/p5-MailTools/Makefile
parent21ff88f383cb6f1b5b6282d9db90967e1f7f4361 (diff)
downloadpkgsrc-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()
Diffstat (limited to 'mail/p5-MailTools/Makefile')
-rw-r--r--mail/p5-MailTools/Makefile7
1 files changed, 3 insertions, 4 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"