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!
- Updating package for p5 module String::Format from 1.15 to 1.16
- Setting license to gnu-gpl-v2
Upstream changes:
(RT 44984):
String::Format 1.16 includes a license file, along with a few other changes.
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=...").
Pkgsrc changes:
o Add HOMEPAGE
o Revert MAINTAINER to pkgsrc-users as per request from maintainer
Upstream changes:
1.14:
* Updated tests so that 04subrefs.t no longer fails if getpwuid is not
defined. RT#2083.
String::Format lets you define arbitrary printf-like format sequences
to be expanded. This module would be most useful in configuration
files and reporting tools, where the results of a query need to be
formatted in a particular way. It was inspired by mutt's index_format
and related directives.