Commit graph

15 commits

Author SHA1 Message Date
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
wen
3b56a3880b Update to 1.300006
Update DEPENDS

UPstream changes:
1.300006  2013-03-17 17:23:21 America/New_York
          re-fix the problem with attribute accessors and role methods
          clashing, previously fixed in 0.102360

1.300005  2013-02-14 11:37:09 America/New_York
          add missing prereq, Sub::Exporter; thanks for report, Esteban
          Manchado Vel谩zquez

1.300004  2013-02-09 10:09:02 America/New_York
          bump required version of MooX::Types::MooseLike

1.300003  2013-02-06 15:56:53 America/New_York
          make Wrapper transports proxy is_simple and allow_partial_success to
          the wrapped transport

          allow Wrapper transports to construct their own targets; useful for
          configuring entire wrapper chain from the environment

1.300002  2013-02-06 14:06:24 America/New_York
          THIS IS A BIG DEAL:  see v1.300000

          this is the first non-trial release using Moo instead of Moose

          increase version of Moo to interoperate with ancient Mouse.pm

1.300001  2013-01-07 21:38:31 America/New_York
          increase required versions of Throwable and Moo

1.300000  2013-01-02 22:42:58 America/New_York
          THIS IS A BIG DEAL:

          use Moo instead of Moose (thanks to Justin Hunter and Christian
          Walde!)

0.120002  2012-09-11 14:43:07 America/New_York
          added shift_deliveries to the Test transport, for treating the
          sent messages like a queue of things to inspect

0.120001  2012-07-19 16:28:01 America/Los_Angeles
          no changes from 0.120000, just marked as stable release

0.120000  2012-05-08 20:53:43 America/New_York
          THIS IS A BIG DEAL:

          This release deprecates the scalar context behavior of:

          * Failure->recipients
          * Failure::Multi->failures
          * Failure::Multi->recipients
          * Transport::Test->deliveries
          * Transport::Failable->failure_conditions

          Until now, these methods returned a list in list context and
          an array reference in scalar context.  This still works, but
          scalar context calls will now generate a warning.  In one
          year (2013-05), they will be become fatal.

0.110005  2012-03-05 21:37:35 America/New_York
          binmode output handle to avoid line ending munging in Mbox and
          Maildir; thanks, Christian Walde!

0.110004  2012-02-21 17:47:35 America/New_York
          import the "Bcc" page from the (otherwise empty) github wiki; this
          adds some information to the QuickStart page about why Bcc support
          isn't there and why this isn't a bug

0.110003  2012-02-01 15:09:52 America/New_York
          add the add_lines_header and add_envelope_headers attributes to
          Maildir transports

0.110002  2012-01-31 17:02:35 America/New_York
          Maildir deliveries now have a ->filename method to tell you just
          where the mail was delivered
2013-09-08 13:35:59 +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
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
hiramatsu
cdeb1e671f Update p5-Email-Sender to 0.110001.
Changes from previous:
0.110001  2011-04-03 16:32:15 America/New_York

          prevent Test::MinimumVersion test from causing a requirement on T::MV
          and, thus, PPI!  Thanks for the report, Matt S. Trout!

0.110000  2011-03-17 21:40:36 America/New_York
          provide a much clearer and more fatal error when SASL authentication
          has failed because Authen::SASL or MIME::Base64 is not available
2011-11-12 01:21:41 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
sno
2112264dce Updating mail/p5-Email-Sender from 0.100460nb1 to 0.102370
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.102370  2010-08-25 08:37:22 America/New_York
          remove spurious prereq on Sys::Hostname::Long (thanks ABH)
          tweak some tests for truth/definedness in SMTP transport

0.102360  2010-08-24 07:47:24 America/New_York
          avoid the need to use "excludes" in role application; this silences
          warnings with Moose 1.10

0.101760  2010-06-25 08:18:26 America/New_York
          fix sendmail.t with latest Capture::Tiny (Justin Hunter)
2010-09-05 12:16:48 +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
sno
a0ab45375a Updating mail/p5-Email-Sender from 0.004nb1 to 0.100460
pkgsrc changes:
- Adjust license
- Adjust dependencies

Upstream changes:
0.100460  2010-02-15 12:58:18 America/New_York
          avoid using AutoPrereq, as it brings in build_requires as requires

0.100450  2010-02-14 17:55:48 America/New_York
          allow timeout option to SMTP transport

0.100110  2010-01-11 10:43:57 America/New_York
          Email::Sender::Failure is now a Throwable::Error
          now uses Try::Tiny for internal exception handling

0.093380  2009-12-04 12:29:55 America/New_York
          bump Moose prereq to 0.70 based on feedback from ANDK

0.093110  2009-11-07
          allow uppercase env vars to set transport attributes (charsbar)
          add "message" attribute to successes returned by SMTP transports

0.092840  2009-10-10
          fix packaging error

0.092820  2009-10-09
          improve reliability of t/sendmail.t (thanks, Mark Grimes)

0.091940  2009-07-12
          packaging fixes (EU:MM version for LICENSE param) rt #47817

0.091930  2009-07-12
          add some more common sendmail locations to default search

0.091870  2009-07-06
          exclude unwanted methods from Email::Sender::Transport
          to suppress a new warning from Moose role composition

0.091740  2009-06-23
          no code changes
          remove prereq of Test::More 0.88; weird things happened

0.091661  2009-06-15
          THIS RELEASE MAY BREAK YOUR CODE... but probably not

          Email::Sender::Simple has been added, along with a manual
          Email::Sender is now a role
          Email::Sender::Transport is now a role, too; subclasses will break
2010-03-11 10:56:51 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +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
sno
759e810b0b PkgSrc changes:
- Update package for p5 module Email::Sender to 0.004
  - Add artistic-2.0 for license

Upstream changes:
0.004   2009-03-24
        require perl5 version 8
        move to Moose; let's not mess around, the Moose/Mouse stuff is not
        worth the minor savings

0.003   2009-03-12
        Sendmail transport now uses 2-arg open on Win32 so it can work at all
        Win32-friendly tests added for Sendmail by the ever-awesome DAGOLDEN
2009-04-12 12:46:05 +00:00
he
8a6b90cf28 Update from version 0.001 to 0.002.
Upstream changes:

0.002   2009-01-31
        fix minor documentation errors
2009-02-22 12:18:39 +00:00
he
b13fb74192 Import p5-Email-Sender version 0.001.
Email::Sender replaces the old and sometimes problematic Email::Send
library, which did a decent job at handling very simple email
sending tasks, but was not suitable for serious use, for a variety
of reasons.

At present, the casual user is probably best off using
Email::Send::Transport::Sendmail. If a local sendmail program is
unavailable, Email::Send::Transport::SMTP will allow you to send
mail through your relay host.

In the future, Email::Sender::Simple will provide a very simple
interface for sending mail.
2009-01-05 13:35:37 +00:00