2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67) |
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
|
2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-05 17:01:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-Component-Traits from 0.14nb1 to 0.16
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.16 2010-08-26 19:07:00
- Neglected to bump the version in last release.
0.15 2010-08-25 19:09:00
- Change excludes to -excludes when using MooseX::Traits::Pluggable
to avoid the deprecation warning.
- Change primary repository URI in metadata
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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!
|
2009-11-21 15:29:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-Component-Traits from 0.10nb1 to 0.14
pkgsrc changes:
- Removing Moose::Autobox dependency (is not required)
- Adding dependency to Test::More 0.88
Upstream changes:
0.14 2009-11-08 05:43:37
- minor code cleanup
0.13 2009-11-07 21:14:11
- Fix merging singular traits rather than lists of traits.
0.12 2009-10-30 16:47:15
- add support for root-level components
0.11 2009-10-30 14:25:56
- fix bug with apps named CatalystX::<something>
|
2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116) |
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
|
2009-09-13 22:37:58 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-Component-Traits from 0.08 to 0.10
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.10 2009-08-27 10:47:08
- bump dep on MooseX::Traits::Pluggable
0.09 2009-08-26 12:50:44
- fix trait merge bug (when not merging)
|
2009-08-19 20:01:23 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating package www/p5-CatalystX-Component-Traits from 0.03 to 0.08
pkgsrc changes:
- Adjust dependencies according to META.yml
Upstream changes:
0.08 2009-07-29 23:39:30
- Require Module::Pluggable 3.9 to avoid test failures.
- More verbose error when traits cannot be found, including full search path.
0.07 2009-07-26 15:11:55
- fix incompatibility with perl 5.8
0.06 2009-07-20 21:44:13
- configurable trait merging support
0.05 2009-07-17 23:46:43
- Correctly pass the application class into component constructors
0.04 2009-07-16 13:01:02
- updated algorithm to handle CatalystX:: namespaced things
|
2009-07-07 21:00:51 by Jens Rehsack | Files touched by this commit (3) | |
Log message:
Importing package for p5 module CatalystX::Component::Traits version 0.03
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.
Adds a "COMPONENT" in Catalyst::Component method to your Catalyst component
base class that reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
|