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.
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.
pkgsrc changes:
- importing new author related dependencies
- adjust license
- adjust dependencies
Upstream changes:
2009-12-17 12:33 cvs
* lib/WordPress/XMLRPC.pm, lib/WordPress/XMLRPC.pod,
t/04_XMLRPC_page.t: There was an error with the
code/documentation for editPage() Now editPage() will take
content hashref as first arg, and publish boolean as second
optional arg- OR it will take page id, content hashref, and
optional 'publish boolean' arg.
From Alan Haggai Alavi "..Error with editPage(). It accepts three
arguments instead of two. The attached patch seems to.." Thanks!
2009-10-29 20:58 cvs
* lib/WordPress/XMLRPC.pm, lib/WordPress/XMLRPC.pod, t/18_media.t,
t/media.jpg: Added test and help to upload media. Added a help
sub to turn a file on disk to the data struct required (bits,
etc)
2009-09-25 09:55 cvs
* lib/WordPress/XMLRPC.pm, t/00_basic.t, t/02_XMLRPC.t,
t/04_XMLRPC_page.t, t/04_XMLRPC_post.t, t/10_XMLRPC.t.optional,
t/11_category.t, t/12_categories.t, t/14_options.t,
t/15_templates.t, t/16_tags.t, t/17_comments.t, t/test.pl: Made
sure some tests skip out if ENV FULLTESTING is set to 0- or if
t/wppost is not present. Fixed bug in test 12.
2009-09-09 14:59 cvs
* lib/WordPress/XMLRPC.pod: Fixed up documentation formatting.
2009-09-09 11:37 cvs
* Makefile.PL, README, lib/WordPress/XMLRPC.pm,
lib/WordPress/XMLRPC.pod, t/11_category.t, t/11_category_new.t,
t/13_newmethods_in_new_xmlrpcversion.pl, t/14_options.t,
t/15_templates.t, t/16_tags.t, t/17_comments.t,
t/analize_xmlrpc.pl, t/wppost: Made major update, included many
new xml rpc calls that were not available when this module was
first built. New methods: deleteCategory deleteComment
editComment getComment getCommentCount getCommentStatusList
getComments getOptions getPageStatusList getPageTemplates
getPostStatusList getTags newComment setOptions
This has been updated to match the xmlrpc.php file included with;
wordpress v 2.8.4
2009-08-29 19:04 cvs
* Makefile.PL, README, lib/WordPress/XMLRPC.pm: Made sure that
perl/gpl license shows up properly.
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!