Commit graph

11 commits

Author SHA1 Message Date
wen
d56d6ca397 Update to 0.27
Update DEPENDS

Upstream changes:
0.27      2013-12-31 14:26:29 UTC
    - update developer and Dist::Zilla author dependencies
0.26      2013-12-16 17:19:52 America/New_York (TRIAL RELEASE)
    - better reporting of skipped Moose/Mouse tests
    - add release test to check changelog for new content
0.25      2013-12-09 10:37:31 America/New_York (TRIAL RELEASE)
    - test for Mo(o|u)seX::Getopt before running Mo(o|u)se-specific tests
0.24      2013-12-08 21:01:55 America/New_York (TRIAL RELEASE)
    - add requirements, recommendations and provides to meta files
0.23      2013-12-08 15:52:56 America/New_York (TRIAL RELEASE)
    - fixes to Moose/Mouse tests
0.22      2013-12-02 10:56:59 America/New_York (TRIAL RELEASE)
    - forgot to update changelog last time, no code changes
0.21      2013-12-02 10:47:32 America/New_York (TRIAL RELEASE)
    - do a better job of not requiring Moose for build/install
0.20      2013-12-01 18:18:42 America/New_York (TRIAL RELEASE)
    - use Any::Moose for Moose and Mouse compatibility in the same package
0.11      2013-11-22 11:48:20 America/New_York
    - gh#6: document --configfile option added in 0.03 (reported by abraxxa)
    - gh#8: fix missing commands in test files (ubermichael)
2014-01-08 07:27:35 +00:00
sno
7c3f4fa584 Updating package for CPAN distribution MooseX-App-Cmd in
devel/p5-MooseX-App-Cmd from 0.09nb2 to 0.10.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10      2013-05-17 10:29:01 America/New_York
    - RT#84437: fix missing parameter in call to default function
      (chips, ouftete)
    - gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08
      (ouftete)
    - point perlcritic author test to the correct perltidy config
    - add author dependencies to Dist::Zilla dist.ini file
2013-07-03 16:33:11 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
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
5320feb210 Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
pkgsrc changes:
- adjust dependencies

upstream changes:
0.09      2012-03-18 20:21:21 America/New_York
    - RT#74668: can use a sub {} for configfile default (yanick)
    - RT#75446: add all necessary metadata as part of conversion
      to Dist::Zilla (mjgardner)
    - RT#75447: require correct version of Getopt::Long::Descriptive so
      basic and configfile tests can pass (mjgardner)
    - lots of code and documentation cleanup, driven by
      release tests (mjgardner)

0.08      2012-03-14
    - no code changes, just repackaging distribution archive with
      correct root (mjgardner)

0.07      2012-02-29
    - fix tests that started failing due to dependency error
      string change (offerk)
2012-09-10 10:16:44 +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
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
sno
20998120da Updating devel/p5-MooseX-App-Cmd from 0.05 to 0.06
pkgsrc changes:
  - Adjusting dependencies
  - Adding license definition

Upstream changes:
0.06
    - various fixes for upstream version of App::Cmd (vovkasm & brunov)
2009-09-19 16:38:48 +00:00
seb
1978b97b65 Initial import of p5-MooseX-App-Cmd version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::App::Cmd marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.  Then you
can write your moose commands as moose classes, with MooseX::Getopt
defining the options for you instead of opt_spec returning a
Getopt::Long::Descriptive spec.
2009-08-21 01:56:16 +00:00