Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.18 2012-12-27 00:09:43
- fix meta repository info (RT#82274)
0.17 2012-12-25 14:09:56
- fix for ordinal number phrases, 'first release' was singularizing to
'first releases' (RT#82242)
0.16 2012-11-05 02:43:34
- bump up Lingua::EN::Tagger dep again due to unescaped braces in
regexes
0.15 2012-09-27 22:17:00
- fix uninitialized warnings on older perls
0.14 2012-09-24 03:56:10
- add $prefer_nouns config variable, defaulting to 1, which allows the
recognition of phrases such as 'source splits'
- much better number handling, in both number and word form
0.13 2012-08-30 05:30:04
- bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes
0.12 2012-01-10 22:44:02
- fix "statuses" -> "status"
0.11 2011-12-18 06:25:33
- fix "aliases" and "referral logs" (RT#73242)
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.
Changes from previous:
0.10 2011-10-15 17:17:03
- special case "people" and "heroes"
0.09 2011-10-15 14:32:04
- fix inflection of "a" to "some"
0.08 2011-10-11 22:31:58
- special case the verb "belongs", as the new fallback to verbs was
breaking DBIx::Class::Schema::Loader tests.
0.07 2011-10-10 22:07:35
- remove special case for "single", as it was wrong
0.06 2011-10-10 22:01:14
- handle "negative acknowledges"
0.05 2011-10-10 21:37:57
- fix some bugs discovered in String::ToIdentifier::EN
- better support for numbers and number words
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!
textproc/p5-Lingua-EN-Inflect-Phrase as dependency of scheduled update of
DBIx::Class::Schema::Loader
Attempts to pluralize or singularize short English phrases.