Commit graph

10 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +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
sno
0b6fab5fee 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
2012-09-10 10:38:52 +00:00
hiramatsu
f2ad1bd25f 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-11-22 03:38:03 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
5bd6647007 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-02-23 12:47:56 +00:00
sno
49c3a94f5b 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
2010-01-16 17:56:53 +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
abs
3be4283deb 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
2009-02-13 23:42:27 +00:00