Mon Dec 2 13:03:30 2013 UTC ()
Update to 3.22:

3.22 - Thu Aug 29 19:30:00 CET 2013
  - Fix parallel testing crashes.
  - Explicitly require new-enough Exporter.

3.21 - Fri Aug  9 19:08:00 CET 2013
  - stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" for immortal
    typemap entries [perl #116152]
  - Deterministic C output (fix for hash randomization in 5.18).

3.18_04 - Fri Jun 20 17:47:00 CET 2013
  - Fix targetable size detection (& better tests)
  - Assorted cleanup and refactoring.

3.18_03 - Fri Apr 19 18:40:00 CET 2013
  - Heuristic (and flawed) type canonicalization for templated
    C++ types.
  - More tests ported from core.

3.18_02 - Mon Apr 15 07:30:00 CET 2013
  - ExtUtils::ParseXS no longer uses global state (if using OO
    interface).
  - New "real" OO interface.

3.18_01 - Thu Apr 11 19:17:00 CET 2013
  - ExtUtils::Typemaps gains a clone method.

3.18 - Mon Nov 19 07:35:00 CET 2012
  - Restore portability to Perl 5.6, which was lost at EU-PXS 3.00.
  - [perl #112776] avoid warning on an initialized non-parameter
  - Only increment PL_amagic_generation before 5.9


(wiz)
diff -r1.22 -r1.23 pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/p5-ExtUtils-ParseXS/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2013/05/31 12:40:18 1.22
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2013/12/02 13:03:30 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2013/12/02 13:03:30 wiz Exp $
2 2
3DISTNAME= ExtUtils-ParseXS-3.15 3DISTNAME= ExtUtils-ParseXS-3.22
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6SVR4_PKGNAME= p5epx 5SVR4_PKGNAME= p5epx
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/ 10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
12COMMENT= Perl5 module for converting Perl XS code into C code 11COMMENT= Perl5 module for converting Perl XS code into C code
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= c 14USE_LANGUAGES= c
16PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist 15PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2012/03/22 13:33:26 1.17
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2013/12/02 13:03:30 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2012/03/22 13:33:26 sno Exp $ 1$NetBSD: distinfo,v 1.18 2013/12/02 13:03:30 wiz Exp $
2 2
3SHA1 (ExtUtils-ParseXS-3.15.tar.gz) = c671f9c0ea113878dfe3a3535a32546653be52e3 3SHA1 (ExtUtils-ParseXS-3.22.tar.gz) = fe70cf62e66775c04436d58d18f4773924630a98
4RMD160 (ExtUtils-ParseXS-3.15.tar.gz) = 8204e8d83a09adca20e7aeec40086d57554560b1 4RMD160 (ExtUtils-ParseXS-3.22.tar.gz) = 63b59bfe91563419be9260e3cc0c4d6d89167ac7
5Size (ExtUtils-ParseXS-3.15.tar.gz) = 61892 bytes 5Size (ExtUtils-ParseXS-3.22.tar.gz) = 66456 bytes