Commit graph

3 commits

Author SHA1 Message Date
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
aed01058b2 Updating devel/p5-Acme-PlayCode from 0.11 to 0.12
pkgsrc changes:
- Updating COMMENT

Upstream changes:
0.12    2010.1.15
        fix Build.PL (RT 53680)
2010-02-17 11:04:44 +00:00
sno
c0895faf31 Importing devel/p5-Acme-PlayCode 0.11 as dependency of Padre play code
plugin.

Acme::PlayCode provides some code transformations via plugins to convert
existing code into code with lesser risk of typing errors, e.g.
'if($a == 5)' -> 'if(5 == $a)' to avoid typo like 'if($a = 5)'.
2010-01-16 16:08:32 +00:00