Commit graph

23 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
3ee5e4f9b0 p5-JSON-MaybeXS: update to 1.004000.
Depend on p5-Cpanel-JSON-XS.

1.004000 - 2018-04-19
 - added true and false subs so they can be used via JSON::MaybeXS rather than
   only JSON() exported sub.
2018-04-26 12:47:33 +00:00
wiz
46cf528533 p5-JSON-MaybeXS: update to 1.003010.
1.003010 - 2018-01-28
 - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
   compiler availability.
 - clarify exported JSON in documentation
2018-02-25 15:52:03 +00:00
wiz
a542f6a48f p5-JSON-MaybeXS: remove comment. 2017-09-17 08:12:14 +00:00
wiz
b31a525731 p5-JSON-MaybeXS: update to 1.003009.
1.003009 - 2017-02-27
 - fix tests to no longer rely on . being in @INC (RT#120404)
2017-09-17 08:11:24 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wiz
54323e1a3f Remove references to old perl versions. 2017-02-07 12:16:48 +00:00
wen
7da30247c8 Update to 1.003008
Update DEPENDS

Upstream changes:
1.003008 - 2016-10-03
 - added an INSTALLATION section to documentation, to clarify the use of
   dynamic prerequisites in Makefile.PL
 - minimize prereqs listed in META.json to avoid giving the appearance of XS
   prerequisites, and confusing static inspection tools such as metacpan.org.

1.003007 - 2016-09-11
 - no changes since 1.003006_001

1.003006_001 - 2016-06-28
 - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
   values (in JSON::PP 2.27300)
 - we now always upgrade JSON::XS if it is installed and below version 3.0,
   due to changes in handling booleans
 - remove test dependency on Test::Without::Module (RT#115394)
2017-01-19 14:16:34 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
01dc1bd2b3 Add SHA512 digests for distfiles for converters category
Problems found with existing distfile:
	distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:43:46 +00:00
wiz
54a83a63bc Update to 1.003005:
1.003005 - 2015-03-22
 - fix x_contributors metadata that was killing metacpan (see
   https://github.com/CPAN-API/cpan-api/issues/401)
2015-08-06 09:29:50 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
c1365e3a67 Add test dependency. 2015-04-03 10:14:20 +00:00
wiz
5bd91dd547 Update to 1.003004, based on PR 49771 by kj Woolley.
1.003004 - 2015-03-14
 - caveat added to documentation about type checking the object returned by
   new() (John SJ Anderson, RT#102733)
2015-04-03 10:11:47 +00:00
mef
7933442432 Udate 1.003002 to 1.003003
1.003003 - 2014-12-06
 - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
   always be used in preference to JSON::XS
 - avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
   loaded at the same time as a newer Cpanel::JSON::XS
2014-12-09 14:14:08 +00:00
mef
926e63c271 1.003002 - 2014-11-16
- correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003001 - 2014-11-13
 - fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003_000 - 2014-10-30
 - add :legacy tag to support legacy apps

1.002006 - 2014-10-22
 - add some additional test diagnostics, to help find bad version combinations
   of JSON backends

1.002005 - 2014-10-12
 - fix "can I haz XS?" logic precedence in Makefile.PL
 - added the ':all' export tag
 - removed dependency on Safe::Isa
 - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

1.002004 - 2014-10-11
 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
   dependency
 - new is_bool() interface

1.002003 - 2014-10-07
 - document how to use booleans
2014-11-20 09:25:50 +00:00
schmonz
55c7cd2fa4 Update to 1.002002. From the changelog:
- more metadata fiddling, to remove the Cpanel::JSON::XS dependency visible
  to static analyzers (the prequisites at install time remain unchanged)
- fix installation on older perls with an older ExtUtils::MakeMaker
  (RT#94964)
- Now also supports JSON::XS, when available: Cpanel::JSON::XS will only be
  installed when there is no XS backend already installed; Cpanel::JSON::XS
  will be used over JSON::XS when both are installed.
2014-06-09 18:15:41 +00:00
obache
1b4a739d62 perl>=5.17.10 contains JSON::PP>=2.27202 2014-06-02 09:20:58 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
abs
209706537f Added converters/p5-JSON-MaybeXS version 1.001000
This module tries to load Cpanel::JSON::XS, and if that fails
instead tries to load JSON::PP. If neither is available, an exception
will be thrown.
2014-02-05 21:43:11 +00:00