{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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.
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.
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!
pkgsrc changes:
- Add license definition
- Adjust dependencies
Upstream changes:
0.23 2010-01-30
- removed Email::Send::Test from t/lib/* views
0.22 2010-01-28
- small fixes, version bumpage etc
0.21_01 2010-01-27
- dev release to test recent fixes
0.21 2010-01-27
- provided a sane MANIFEST.SKIP for dzil
0.20 2010-01-26
- fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
0.19 2010-01-18
- fixed optional dependencies
- added META stuff back in
0.18 2010-01-17
- Fixed version dependencies for failing regressions
- added Email::Send::Test as a dependency
0.17 2010-01-14
- fixed MANIFEST
0.16 2010-01-12
- Fixed a Makefile.PL issue
0.15 2010-01-12
- Fixed teeny version issue with Email::Sender::Simple
0.14 2010-01-09
- Ported over to using Email::Sender::Simple, and Moose
- Fixed Mason test so that it doesn't choke, as around 'process'
seems to make it die.
Pkgsrc changes:
o Adjust dependency on p5-Email-MIME-Creator to match new requirement
Upstream changes:
0.13 2009-02-22 14:06:00
- bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
0.12 2009-01-22 06:52:00
- Fixing tests for new versions of MIME::Creator
- Better structure of the code so that ::Template can also handle
plain text views
- Added onto troubleshooting
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=...").
Sends templated mail, based upon your default view. It captures
the output of the rendering path, slurps in based on mime-types
and assembles a multi-part email using Email::MIME::Creator and
sends it out.