Commit graph

12 commits

Author SHA1 Message Date
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +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
4afffe6da8 Updating package for CPAN module Test::MockObject in devel/p5-Test-MockObject
from 1.09nb4 to 1.20120301.

pkgsrc changes:
- many dependencies moved to runtime requirements
  ==> this is a test helper, and it relies on other test helpers, so other
      test modules are apparently no build dependency

upstream changes:
1.20120301 2012-03-01 13:17:20 America/Los_Angeles
    - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can

1.20110612 2011-06-11 23:53:50 America/Los_Angeles
    - removed Module::Build detritus
    - improved Test::Warn testing dependency
    - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand,
      rather than in all situations.

1.20110606
    Sun Jun 04 2011
    - converted to Dist::Zilla
    - posted to GitHub
2012-09-11 07:55:16 +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
rillig
ad2adba9a5 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-06-13 06:46:41 +00:00
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
seb
1e10afaae6 The perl modules UNIVERSAL::isa and UNIVERSAL::can are required at
runtime by the module Test::MockObject. Hence make runtime, vs
buildtime, dependencies of the packages prodiving these.

Bump PKGREVISION to 1.
2008-08-28 16:48:05 +00:00
abs
1c256ddbf4 import p5-p5-Test-MockObject-1.09
Perl extension for emulating troublesome interfaces.

Testing is a lot easier when you can control the entire environment.
With Test::MockObject, you can get a lot closer.

Test::MockObject allows you to create objects that conform to
particular interfaces with very little code. You don't have to
reimplement the behavior, just the input and the output.
2008-06-23 04:02:53 +00:00