Commit graph

81 commits

Author SHA1 Message Date
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
8ef2fbfda5 Update to 2.20
Upstream changes:
version 2.20: Mon 22 Jan 18:14:44 CET 2018

	Improvements:
	- rewrite doc syntax to my current standard style.
	- text corrections rt.cpan.org#123823 [Ville Skytt瓣]
	- text corrections rt.cpan.org#123824 [Ville Skytt瓣]
	- convert to GIT
	- move to GitHUB
2018-02-04 06:06:35 +00:00
wiz
44a6b753ba Updated p5-MailTools to 2.19.
version 2.19: Tue 22 Aug 13:30:41 CEST 2017

	Improvements:
	- block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
2017-09-04 12:32:49 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
2c6206bb5b Updated p5-MailTools to 2.18.
version 2.18: Wed 18 May 23:52:30 CEST 2016

	Fixes:
	- Mail::Header should accept \r in empty line which ends the
	  header.  rt.cpan.org#114382 [Ricardo Signes]
2016-05-22 17:33:56 +00:00
wiz
54a6152066 Updated p5-MailTools to 2.17.
version 2.17: Wed 11 May 17:20:21 CEST 2016

	Fixes:
	- Mail::Header should only accept totally empty lines as header
	  terminator, not to break MIME::Tools regression tests.
	  rt.cpan.org#113918 [David Cantrell]
2016-05-18 12:25:18 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
wiz
a76fd95ff6 Updated p5-MailTools to 2.16.
version 2.16: Mon 18 Apr 17:58:23 CEST 2016

	Fixes:
	- Mail::header regression in parsing files.
	  rt.cpan.org#113874 [John L Berger]

version 2.15: Mon 18 Apr 13:55:30 CEST 2016

	Fixes:
	- Mail::Header continue reading after wrongly folders line
	  rt.cpan.org#113464 [Mark Sapiro]

	Improvements:
	- Mail::Mailer::open call of exec() explained [Malte Stretz]
	- fix example in Mail::Address [peter77]
2016-04-22 09:34:14 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7063941f81 Update to 2.14:
version 2.14: Fri Nov 21 17:12:42 CET 2014

	Fixes:

	- threads and Mail::Field initiation
	  rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker]

	Improvements:

	- warn when loading of some Mail::Field::* fails [Arne Becker]
2014-11-23 13:01:38 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
a141a4e914 Update to 2.13:
version 2.13: Sun Jan  5 18:52:25 CET 2014

	Fixes:

	- optional 'from' and 'on' component in in-reply-to are comments
	  rt.cpan.org#89371 [Ward Vandewege]
	- mailcap \\\\ -> \\
	  rt.cpan.org#89802 [Kevin Ryde]

	Improvements:

	- fix typos  rt.cpan.org#87188 [D Steinbrunner]
2014-09-06 12:37:59 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rhaen
c78ce019a2 Updated to 2.12
Changes:
version 2.12: Fri Dec 21 12:18:51 CET 2012

    Fixes:

    - default for Mail::Header::new(Modify) is 'false', not 'true'
      rt.cpan.org#79985 [Thomas Sibley]

    - Mail::Address take username with rindex(), a bit better than
      index() but still poor.
      rt.cpan.org#82056 [Filipe Gonçalves]

    Improvements:

    - check for bad folding of header lines
      rt.cpan.org#79993 [Thomas Sibley]

    - add a note about better to avoid Mail::Address->name(),
      in response to a question by
      rt.cpan.org#81459 [Moritz Lenz]
2013-01-27 10:28:03 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
abs
f4b14298bb Updated mail/p5-MailTools to 2.11
version 2.11: Wed Aug 29 09:09:47 CEST 2012

        Fixes:

        - typo in Mail::Mailer::smtp, which only shows up in >5.14
          [cpantesters]

version 2.10: Tue Aug 28 09:41:52 CEST 2012

        Fixes:

        - Mail::Mailer::smtp set from address twice.
          rt.cpan.org#77161 [Vladimir Goshev]

        - Mail::Mailer::smtps did not support the From option.
          rt.cpan.org#77161 [Vladimir Goshev]

        Improvements:

        - Mail::Util::mailaddress has now an optional parameter to
          set the returned value explicitly.
          rt.cpan.org#75975 [Rolf G]
2012-09-09 13:17:58 +00:00
wiz
5761d55b1a Update to 2.09:
version 2.09: Sat Feb 25 14:47:39 CET 2012

	Improvements:

	- remove dependency to Test::Pod by moving 99pod.t from t/
	  to xt/ as result of rt.cpan.org#69918 [Martin Mokrejs]
2012-04-22 10:57:24 +00:00
tron
f78aa8d1b9 Update "p5-MailTools" package to version 2.08. Changes since version 2.07:
- respect errors on closing an Mail::Mailer::smtp/::smtps connection.
  [Tristam Fenton-May]
- Mail::Internet should accept Net::SMTP::SSL as well.
  rt.cpan.org#68590 [Jonathan Kamens]
Improvements:
- document that Mail::Mailer::smtps needs Authen::SASL
  [Marcin WMP Janowski]
2011-08-07 08:04:47 +00:00
wiz
2ff6bdc100 Update to 2.07:
version 2.07: Fri Oct  1 12:39:43 CEST 2010

	Improvements:

	- update README: MailTools 2.* require 5.8.1
	  rt.cpan.org#61753 [Alexandre Bouillot]

	- add "MAIL FROM" to Mail::Mailer::smtp, to be able to
	  communicate with Comcast [David Myers]
2010-12-02 12:20:57 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
889f638739 Update to 2.06:
version 2.06: Tue Jan 26 10:01:22 CET 2010

	Improvements:

	- express more clearly that Authen::SASL needs to be installed
	  manually if you need the functionality

	- support for smtps via Net::SMTP::SSL, by [Maciej Żenczykowski]
2010-02-16 13:57:20 +00:00
wiz
768861f065 Update to 2.05:
version 2.05: Fri Dec 18 22:39:21 CET 2009

	Fixes:

	- no de-ref error when index out of range in Mail::Header::get()
	  [Bob Rogers]

	- repaired fixed selection of smtp for non-unix systems.

	Improvements:

	- do not run pod.t in devel environment.

	- set default output filename for Mail::Mailer::testfile::PRINT
	  [Kaare Rasmussen[

	- warn when no mailers were found.
	  rt.cpan.org#52901 [Christoph Zimmermann]
2010-01-20 14:52:26 +00:00
heinz
2ed94cb8b5 Added LICENSE. 2010-01-16 23:37:48 +00:00
sno
98dbdacf91 Replacing some dependencies to choose perl core first, because desired
version numbers of required modules are in delivered perl core.
2009-06-01 19:38:56 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
wiz
0977099b5f Update to 2.04:
version 2.04: Tue Jul 29 11:44:26 CEST 2008

	Fixes:

	- Mail::Field::_require_dir complained on 5.10 about a closed
	  dirhandle.  rt.cpan.org#37114 [Manuel Hecht]

	- Bcc line removed before collecting addresses. [Jørgen Thomsen]

	Improvements:

	- add "die" to "close()" in synopsis of Mail::Send and
	  Mail::Mailer.  rt.cpan.org#36103 [Ed Avis]
2008-08-12 22:36:17 +00:00
wiz
50169431e8 Update to 2.03:
version 2.03: Mon Apr 14 11:13:31 CEST 2008

	Fixes:

	- Netware needs to use smtp as well [Günter Knauf]

	- Mail::Field::extract() fixed.  Reported by [Andrea Venturol]
2008-04-23 15:25:11 +00:00
rhaen
8de5d999b6 - 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()
2007-12-11 11:55:20 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
8b0c68a320 Update to 1.77:
version 1.77: Fri May 11 14:16:01 CEST 2007

	- fixed syntax error in qmail.pm, patch by [Alexey Tourbin]
	  also reported by [Volker Paulsen]

	- die if qmail's exec fails.

	- require Data::Format

	- corrected header field folding according to rfc2822, which
	  may break some ancient (poor) applications.
	  Patch by [Christopher Madsen]
2007-06-01 20:46:53 +00:00
wiz
2d7d1730f4 Update to 1.76:
version 1.77 [sic!]: Tue Apr 10 09:25:29 CEST 2007

	- The tag (field label) casing is "normalized" which is not
	  required (as the comment in the code told), but a mis-
	  feature.  The feature will not change, to avoid breaking
	  existing code. Original report by [Matt Swift]

	- Do not ignore unknown argument to Mail::Internet::new(),
	  but complain about it [JPBS]

	- Document that the \n is still after a header line, but folding
	  is removed. Suggested by [Roberto Jimenoca]

	- Document that unfolding is too greading, taking all leading
	  blanks where only one should be taken. Suggested by
	  [Roberto Jimenoca]

version 1.75: Wed Jun 14 15:30:25 CEST 2006

	- [Mike Lerley] reported that environment variables are not
	  thread-safe in mod_perl.  Therefore, he required to pass the
	  sender of the message explictly on qmail's command-line.
	  His addapted patch included.
2007-04-18 23:41:51 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
wiz
f4e6b11117 Update to 1.74:
version 1.74: Tue Feb 28 08:39:14 CET 2006

	- Help from [Jun Kuriyama]
2006-05-17 21:52:38 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
aaa34cdda6 Update to 1.73:
version 1.73: Sat Jan 21 09:54:13 CET 2006

	- Added 'use Mail::Util' to Mail::Mailer::testfile to produce
	  mailaddress();

	- Improved exec() call from version 1.67 a little more.  Let's hope
	  that SMTP works again.

version 1.72: Tue Jan 17 09:04:37 CET 2006

	- release 1.70 broke SMTP sending.  Detected by [J Meyers]
2006-01-22 20:50:25 +00:00
wiz
af7484899f Update to 1.71:
version 1.71: Thu Jan  5 11:20:52 CET 2006

	- grrrr tests failed

version 1.70: Thu Jan  5 11:17:05 CET 2006

	- Mail::Mailer::testfile.pm adds "from" display to trace output.
	  [wurblzap]

	- fixed regex in Mail::Address [J Meyers]

version 1.68: Thu Jan  5 10:29:25 CET 2006

	- Updated copyright year.

	- Removed 'use locale' from Mail::Address, which tainted the
	  parsed address.  E-mail addresses are ASCII, so this 'locale'
	  thing seems flawed.

	- $adr->name will refuse charset-encoded names.  Found by [kappa]

	- Improve parse-regexes in Mail::Address. By [J Meyers] and me.
2006-01-15 00:31:31 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
930b62798f Update to 1.67:
version 1.67: Thu Mar 31 12:05:31 CEST 2005

	- Mail::Mailer unfolded the header before sending, which is
	  incorrect. Reported by [Byron Jones]

	- Mail::Header refolded already folded lines destroying
	  blanks.  Signaled by [Byron Jones]

Closes PR 29995.
2005-04-18 16:16:33 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adrianp
e3e4f416a7 - Update from 1.62 to 1.66
> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> 	- Extended explanation that Mail::Address is limited.
>
> 	- Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> 	- use Mail::Mailer qw(mail) sets default mailer.  Doc update by
> 	  [Slavan Rezic]
>
> 	- Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> 	- Remove "minimal" comments from Mail::Address
>
>         - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> 	  and some more were added.
>
> 	- [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> 	- CPAN failed to index 1.63 correctly, so hopefully it will
> 	  work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> 	- [Craig Davison] Fixed date format in Mail::Field::Date to
> 	  comply to the RFC
>
> 	- [Alex Vandiver] patched the email address parser to be able
> 	  to understand a list of addresses separated by ';', as Outlook
> 	  does. The ';' is the group separator, which was not understood
> 	  by MailTools before, but valid according to the RFCs.
>
> 	- [Torsten Luettgert] found that field labels like '-' where not
> 	  beautified correctly.
>
> 	- [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> 	  which doesn't mean anything, and "testfile" is working differently.
>
> 	- [chris] Mail::Message::Field::wellformedName() will upper-case
> 	  *-ID as part in the fieldname.
2005-02-27 23:52:01 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jlam
44ab01d690 Update mail/p5-MailTools to 1.62. Changes from versio 1.60 include:
- removed warning by Mail::Address::host() when no e-mail address
   is provided.
 - corrected the folding of lines: folds start only with one blank
   according to rfc2822.
 - Added a big warning against automatic sender email address detection
   as provided by Mail::Util::mailaddress().  Please explicitly set
   MAILADDRESS.
 - Mail::Address->format should quote phrases with weird character.
 - reported confusing error message when no MailerType was specified.
2004-08-02 21:43:53 +00:00
heinz
2e351abdac Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty. 2004-03-21 01:31:27 +00:00