diff options
author | martti <martti> | 2001-11-22 09:12:37 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-22 09:12:37 +0000 |
commit | 7a3fb1dbd7cf48bb4e552ec1538b5bd1ddcd39e6 (patch) | |
tree | ee549b61cdd97e7fcd5e19fd6c5835efc7187e52 /mail | |
parent | de688b1eac5dc82585d64b1477435d7e1b33b512 (diff) | |
download | pkgsrc-7a3fb1dbd7cf48bb4e552ec1538b5bd1ddcd39e6.tar.gz |
Updated to version 1.41 (PR#14609). Changes since 1.15:
- Mail::Util::maildomain did not expand variables. Fixed the
regular expression. Reported by [Jean-Damien Durand]
- [Henrik Gemal] wished better warnings in Mail::Address::parse,
which are provided now.
- [Lucas Nussbaum] reported incorrect folding of unstructured
header lines. The whole idea of folder unstructured fields
is flawed, as far as I know, but anyway noone apparantly had
sufficient long subject fields to find-out ;)
Fixed in Mail::Mailer.
- mailaddress defaults to username, not gcos in Mail/Util.pm
Patched by [Vivek Khera]
- Increased all version-numbers to show that maintainer-address
did change. Suggested by [Tassilo v Parseval]
- Updated all manual-pages to include address of new maintainer.
- Prohibition to modify header should be respected in Mail::Header.
Patch by [Tatsuhiko Miyagawa]
- Securely close socket in Mail::Mailer::smtp.
Patch by [Heikki Korpela]
- Fixed "bad file-descriptor" errors in Mail::Mailer::smtp.
Patch by [Aaron J Mackey]
- Some long header-lines caused the following line in the header
to be indented too. This should be fixed.
Reported by [Simon Cozens]
- Small modifications to Mail::Mailer should make the module
work for os2. Patch by [Ilya Zakharevich]
- Fix to be able to specify an index at the first addition of
a header-line to the Mail::Header structure.
Patch by [Lucas Fisher]
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MailTools/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-MailTools/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 14d538124f6..20b167d0380 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2001/10/18 15:20:27 veego Exp $ +# $NetBSD: Makefile,v 1.13 2001/11/22 09:12:37 martti Exp $ -DISTNAME= MailTools-1.15 +DISTNAME= MailTools-1.41 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 @@ -9,14 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= packages@netbsd.org COMMENT= perl5 modules related to mail applications -BUILD_DEPENDS+= p5-Net>=1.0703:../../net/p5-Net +BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/.packlist -post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \; - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index ba7167d129c..1f16bafd95e 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:10:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/11/22 09:12:37 martti Exp $ -SHA1 (MailTools-1.15.tar.gz) = 1a64c81d27c3bb563c21792104c26d37c82b77dd -Size (MailTools-1.15.tar.gz) = 39585 bytes +SHA1 (MailTools-1.41.tar.gz) = d9a5f0d556bb1e7f6582089d6b2e5ffa1b9465b2 +Size (MailTools-1.41.tar.gz) = 40563 bytes |