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-07-21 22:08:01 by Thomas Klausner | Files touched by this commit (22) |
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
|
2011-08-09 12:08:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.001000:
* Add Class::C3::Componentised::ApplyHooks features
Changes 1.0009:
* Stop importing Carp functions (and thus polluting the inheritor namespaces)
* Make sure $_ is properly preserved even if the loaded module is negligent
enough to change it
* Added missing copyright statement
|
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-09-12 23:30:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Class-C3-Componentised from 1.0005 to 1.0006
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.0006 08 Sep 2009
Allow derived classes without component_base_class(), given all
arguments to load_components are absolute class names (+Classname)
|
2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
2009-04-24 17:37:55 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 module Class::C3::Componentised to 1.0005
Upstream changes:
1.0005 22 Apr 2009
Add load_optional_class method
|
2009-04-10 11:33:30 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated devel/p5-Class-C3-Componentised to 1.0004
1.0004 18 Mar 2009
Port to use MRO::Compat (rafl)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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-07-14 11:22:22 by David Brownlee | Files touched by this commit (3) |  |
Log message:
Added devel/p5-Class-C3-Componentised version 1.0003
This will inject base classes to your module using the Class::C3 method
resolution order.
Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.
WWW: http://search.cpan.org/dist/Class-C3-Componentised/
|