Sun Sep 17 11:50:15 2017 UTC ()
p5-Params-Classify: update to 0.015.

version 0.015; 2017-07-29

  * update for changed S_croak_xs_usage() prototype in ExtUtils::ParseXS
    3.30, requiring the new version of that module in order to build
    the XS implementation

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * correctly classify ExtUtils::ParseXS dependency as a recommendation
    rather than a requirement

  * avoid some compiler warnings

version 0.014; 2017-07-16

  * port to Perl 5.19.4, where the C type of array indices has changed

  * update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later
    (which is the default from Perl 5.25.1)

  * trigger custom op generation via Devel::CallChecker rather than by
    hooking the underlying op checker

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * no longer include a Makefile.PL in the distribution

  * correct dynamic_config setting to 0

  * use boolSV() where appropriate in XS code

  * use cBOOL() where appropriate

  * consistently use THX_ prefix on internal function names

  * include META.json in distribution

  * convert .cvsignore to .gitignore

  * add MYMETA.json to .cvsignore


(wiz)
diff -r1.13 -r1.14 pkgsrc/devel/p5-Params-Classify/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Params-Classify/distinfo
diff -r1.1 -r0 pkgsrc/devel/p5-Params-Classify/patches/patch-lib_Params_Classify.xs

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Params-Classify/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Params-Classify/Makefile 2017/06/05 14:23:27 1.13
+++ pkgsrc/devel/p5-Params-Classify/Makefile 2017/09/17 11:50:14 1.14
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:27 ryoon Exp $ 1# $NetBSD: Makefile,v 1.14 2017/09/17 11:50:14 wiz Exp $
2 2
3DISTNAME= Params-Classify-0.013 3DISTNAME= Params-Classify-0.015
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 6 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Params-Classify/ 9HOMEPAGE= http://search.cpan.org/dist/Params-Classify/
11COMMENT= Perl5 module for argument type classification 10COMMENT= Perl5 module for argument type classification
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Params/Classify/.packlist 13PERL5_PACKLIST= auto/Params/Classify/.packlist
15PERL5_MODULE_TYPE= Module::Build 14PERL5_MODULE_TYPE= Module::Build
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Params-Classify/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Params-Classify/distinfo 2017/06/06 14:38:05 1.5
+++ pkgsrc/devel/p5-Params-Classify/distinfo 2017/09/17 11:50:14 1.6
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/06/06 14:38:05 ryoon Exp $ 1$NetBSD: distinfo,v 1.6 2017/09/17 11:50:14 wiz Exp $
2 2
3SHA1 (Params-Classify-0.013.tar.gz) = 00bcfc849ca40a2136366760641ff5650dd7950f 3SHA1 (Params-Classify-0.015.tar.gz) = ca7f68c02aa5d0a1b8ca9948ef711f239341a6cf
4RMD160 (Params-Classify-0.013.tar.gz) = 2e971e5358080f11a20af0c4a8015d5ad932d888 4RMD160 (Params-Classify-0.015.tar.gz) = 067fb52d4626d708c410d7c920af27d6d6d1883b
5SHA512 (Params-Classify-0.013.tar.gz) = 8638d0d952854770049a8cf382ce02f6164025ad7224588d41be02f504947cb9d309d95c33d8fc1c2e3b5de6dfdbeac7fdaf9cd16dd6ba0a3d546c7a002e65e6 5SHA512 (Params-Classify-0.015.tar.gz) = 1c41590a3f06d21d5f23e12371b0aee5d4249f773bfb0738e955fbdccdccc6e495744c50d3b91305a6b470e022475446705c8eb8e8d05ca1ed037d369a67617c
6Size (Params-Classify-0.013.tar.gz) = 21014 bytes 6Size (Params-Classify-0.015.tar.gz) = 22061 bytes
7SHA1 (patch-lib_Params_Classify.xs) = fb2c032c97f1b99bffa4be5e37076df9425f348a 

File Deleted: pkgsrc/devel/p5-Params-Classify/patches/Attic/patch-lib_Params_Classify.xs