2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
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-10 12:38:52 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.
pkgsrc changes:
- adjust build/test dependencies
upstream changes:
0.001008 2012-06-14 11:29:50 PDT
- Upper* and Lower* string types now accept non-alphabetic characters (Karen
Etheridge)
0.001007 2012-02-23 11:50EST
- remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
- fix POD per RT #75168
0.001005 2012-02-19 20:45EST
- add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
- use Test::Fatal instead of Test::Exception (Justin Hunter)
- Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
|
2011-11-22 04:38:03 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-MooseX-Types-Common to 0.001003.
Changes from previous:
0.001003 2011-08-31 11:35EST
- The positive and negative number types mistakenly accepted zero. Reported
by Eric Brine. RT #53234.
- Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
Rolsky)
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
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!
|
2010-02-23 13:47:56 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.001002 2010-02-22 17:00EST
- Add Test::Exception to the test_requires (RT#54357)
- Warning when you try to import things from MooseX::Types::Common rather
than one of the specific String/Numeric modules in the distribution.
|
2010-01-16 18:56:53 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating devel/p5-MooseX-Types-Common from 0.001000nb1 to 0.001001
pkgsrc changes:
- Adding license definition (perl5 license)
Upstream changes:
0.001001 2010-01-04
- POD updates
|
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-02-14 00:42:27 by David Brownlee | Files touched by this commit (3) | |
Log message:
Added devel/p5-MooseX-Types-Common version 0.001000
A set of commonly-used type constraints that do not ship with Moose by default.
Numeric:
* PositiveNum
* PositiveInt
* NegativeNum
* Int
* SingleDigit
String:
* SimpleStr
A Str with no new-line characters.
* NonEmptySimpleStr
Does what it says on the tin.
* Password
* StrongPassword
* NonEmptyStr
|