Sun Oct 11 10:04:28 2009 UTC ()
Updating devel/p5-ExtUtils-ParseXS from 2.20.04.01 to 2.21

Upstream changes:
2.21 - Mon Oct  5 11:17:53 EDT 2009

 Bug fixes:
 - Adds full path in INCLUDE #line directives (RT#50198) [patch by "spb"]

 Other:
 - Updated copyright and maintainer list

2.20_07 - Sat Oct  3 11:26:55 EDT 2009

 Bug fixes:
 - Use "char* file" for perl < 5.9, not "char[] file"; fixes mod_perl
   breakage due to prior attempts to fix RT#48104 [David Golden]

2.20_06 - Fri Oct  2 23:45:45 EDT 2009

 Bug fixes:
 - Added t/typemap to fix broken test on perl 5.6.2 [David Golden]
 - More prototype fixes for older perls [Goro Fuji]
 - Avoid "const char *" in test files as it breaks on 5.6.2 [Goro Fuji]

 Other:
 - Merged changes from 2.2004 maintenance branch (see 2.200401 to 2.200403)
   [David Golden]

2.20_05 - Sat Aug 22 21:46:56 EDT 2009

 Bug fixes:
 - Fix prototype related bugs [Goro Fuji]
 - Fix the SCOPE keyword [Goro Fuji]


(sno)
diff -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-ExtUtils-ParseXS/distinfo

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

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2009/09/16 17:21:24 1.7
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2009/10/11 10:04:28 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/09/16 17:21:24 sno Exp $ 1# $NetBSD: Makefile,v 1.8 2009/10/11 10:04:28 sno Exp $
2 2
3DISTNAME= ExtUtils-ParseXS-2.200401 3DISTNAME= ExtUtils-ParseXS-2.21
4PKGNAME= p5-${DISTNAME:S/200401/20.04.01/} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5epx 5SVR4_PKGNAME= p5epx
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/ 10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
11COMMENT= Perl5 module for converting Perl XS code into C code 11COMMENT= Perl5 module for converting Perl XS code into C code
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_LANGUAGES= c 14USE_LANGUAGES= c
15PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist 15PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
16PERL5_MODULE_TYPE= Module::Build 16PERL5_MODULE_TYPE= Module::Build
17 17

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

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2009/09/16 17:21:24 1.6
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2009/10/11 10:04:28 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/09/16 17:21:24 sno Exp $ 1$NetBSD: distinfo,v 1.7 2009/10/11 10:04:28 sno Exp $
2 2
3SHA1 (ExtUtils-ParseXS-2.200401.tar.gz) = bdcdfce2c10b3fe246d9a51f00bd6544288a6414 3SHA1 (ExtUtils-ParseXS-2.21.tar.gz) = 72de839f3e84e884e727a40fd710f1e2328db879
4RMD160 (ExtUtils-ParseXS-2.200401.tar.gz) = 6e94f452502d6a97abdfed81530a240ac9a22627 4RMD160 (ExtUtils-ParseXS-2.21.tar.gz) = 93c768e89a6c54cb4d10bbaefeede7157cea7f9f
5Size (ExtUtils-ParseXS-2.200401.tar.gz) = 35256 bytes 5Size (ExtUtils-ParseXS-2.21.tar.gz) = 39225 bytes