pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Params-Classify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 11:50:15 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Params-Classify: Makefile distinfo
Removed Files:
        pkgsrc/devel/p5-Params-Classify/patches: patch-lib_Params_Classify.xs

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Params-Classify/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Params-Classify/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/p5-Params-Classify/patches/patch-lib_Params_Classify.xs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Params-Classify/Makefile
diff -u pkgsrc/devel/p5-Params-Classify/Makefile:1.13 pkgsrc/devel/p5-Params-Classify/Makefile:1.14
--- pkgsrc/devel/p5-Params-Classify/Makefile:1.13       Mon Jun  5 14:23:27 2017
+++ pkgsrc/devel/p5-Params-Classify/Makefile    Sun Sep 17 11:50:14 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/17 11:50:14 wiz Exp $
 
-DISTNAME=      Params-Classify-0.013
+DISTNAME=      Params-Classify-0.015
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Params/}
 

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



Home | Main Index | Thread Index | Old Index