diff options
author | mef <mef> | 2014-11-20 09:25:50 +0000 |
---|---|---|
committer | mef <mef> | 2014-11-20 09:25:50 +0000 |
commit | d9128efe7a1d4a5f85f9d8520fc8c3d8b1d7a16b (patch) | |
tree | 6e858bfde920e6fdb063441ff737ca5317638259 /converters | |
parent | 31955b5c4801de2477f4bb92c02ac878599bcb54 (diff) | |
download | pkgsrc-d9128efe7a1d4a5f85f9d8520fc8c3d8b1d7a16b.tar.gz |
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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-MaybeXS/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-MaybeXS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-MaybeXS/Makefile b/converters/p5-JSON-MaybeXS/Makefile index 16f35d4dcd6..247bcca6e12 100644 --- a/converters/p5-JSON-MaybeXS/Makefile +++ b/converters/p5-JSON-MaybeXS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/06/09 18:15:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2014/11/20 09:25:50 mef Exp $ -DISTNAME= JSON-MaybeXS-1.002002 +DISTNAME= JSON-MaybeXS-1.003002 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-MaybeXS/distinfo b/converters/p5-JSON-MaybeXS/distinfo index 44c2f9447d2..cc34c345976 100644 --- a/converters/p5-JSON-MaybeXS/distinfo +++ b/converters/p5-JSON-MaybeXS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/06/09 18:15:41 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2014/11/20 09:25:50 mef Exp $ -SHA1 (JSON-MaybeXS-1.002002.tar.gz) = 3c4c59607008d8eac89b290eb748b570aa7b0e95 -RMD160 (JSON-MaybeXS-1.002002.tar.gz) = 77819e63b0405c475d7225590dd251ddc108c1b9 -Size (JSON-MaybeXS-1.002002.tar.gz) = 5992 bytes +SHA1 (JSON-MaybeXS-1.003002.tar.gz) = ec6dcffb1a4d042aef910bc5d233f3dc8c189e40 +RMD160 (JSON-MaybeXS-1.003002.tar.gz) = 60b097673eeb8addf9e8baafa38161f9d371253e +Size (JSON-MaybeXS-1.003002.tar.gz) = 9215 bytes |