Commit graph

12 commits

Author SHA1 Message Date
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
1a39234263 Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.25:
0.31    2012-09-06
        - Fix "You tried to plan twice" bug (reported on #78564)

0.30    2012-09-05
        - Bugfix: Moose can now be used safely as we exclude
          Test::Deep::blessed by default (multiple reports)
        - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
        - carp instead of warn (Olivier Mengué)
        - Remove autogenerated files (Olivier Mengué)
2012-09-10 11:34:32 +00:00
hiramatsu
e65a531ba0 Update p5-Test-Most to 0.25.
Changes from previous:
0.25    2011-08-17
        - Add timeit() function to time individual behaviours.

0.24    2011-06-18
        - Update dependencies to pick up multiple bug fixes, new behaviours,
          in various Test:: libraries.
2011-11-28 13:05:12 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
62a5239eb5 Updating devel/p5-Test-Most from 0.22nb1 to 0.23
pkgsrc changes:
- removing option for Data::Dumper::Names recommendation and install it
  by default - target it to test most, not nearly most
- adjust dependencies

Upstream changes:
0.23    2010-09-08
        - added "Excluding Test Symbols" feature (RT#61146, Karen Etheridge).
2010-09-08 20:48:08 +00:00
sno
7d23e35ba8 Updating devel/p5-Test-Most from 0.21nb1 to 0.22
pkgsrc changes:
- correcting license
- adjusting dependency versions

Upstream changes:
0.22    2010-08-07
        - Added always_explain() and always_show().
        - Apply doc fixes from ranguard. Thanks :)

0.21_04 2010-02-06
        - Give people the ability to exclude test modules in case of
          conflicts.  This is to resolve: "Prototype mismatch: sub
          main::blessed ($) vs none" error with Moose and Test::Deep.  See
          https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f

0.21_03 2010-02-06
        - Bump up dependency on Test::Builder.  Need that for done_testing()
          and to deprecate all_done().
        - Remove strict and warnings from tests since they no longer need them
          :)
        - Decided to bump up the minimum version number for all test modules.
          This module should be "one stop shopping" for most people.
        - Moderately significant POD update.

0.21_02 2010-02-06
        - Import strict an warnings.
        - Increase version requirement for
          https://rt.cpan.org/Ticket/Display.html?id=44790  Thanks to Gerda
          Shank for that.

0.21_01 2009-02-18
        - Have explain() depend on Test::More::note() (patch from Schwern)
        - Depend on Test::More directly (patch from Scwhern)
2010-08-31 05:45:14 +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
abs
568fa82b39 PKG_DESTDIR_SUPPORT must come before mk includes 2009-05-19 07:31:05 +00:00
sno
5e33a1e66b PkgSrc changes:
- update package for Test::Most to 0.21

Upstream changes:
0.21    2009-02-18
        - No changes.  Update version for release.

0.20_02 2008-11-26
        - Make sure tests don't fail if optional Data::Dumper::Names
          dependency is not met.

0.20_01 2008-11-25
        - Added &show.  Like &explain, but tries to show variable names.
2009-04-12 10:59:47 +00:00
abs
144d78a82e Added devel/p5-Test-Most version 0.20
This module provides you with the most commonly used testing
functions and gives you a bit more fine-grained control over your
test suite.

    use Test::Most tests => 4, 'die';

    ok 1, 'Normal calls to ok() should succeed';
    is 2, 2, '... as should all passing tests';
    eq_or_diff [3], [4], '... but failing tests should die';
    ok 4, '... will never get to here';

As you can see, the eq_or_diff test will fail. Because 'die' is in
the import list, the test program will halt at that point.
2009-02-14 00:12:30 +00:00