Wed Aug 17 11:43:59 2011 UTC ()
Update to 0.48:

version: 0.48
date: Mon 21 Feb 2011
      Version 0.48 released to CPAN. (No changes from 0.47_02.)

---
version: 0.47_02
date: Tues 1 Feb 2011
      Version 0.47_02 released to CPAN.
Makefile.PL - Change the Test::Warn dependency from 0.22 to 0.21 and
              specify it in top-level Makefile.PL instead of in C/Makefile.PL.

---
version: 0.47_01
date: Sun 30 January 2011
      Version 0.47_01 released to CPAN.
      Changes only to Inline::C test suite - see C/Changes.

---
version: 0.47
date: Fri 21 January 2011
      Version 0.47 released to CPAN. No changes from 0.46_02

---
version: 0.46_02
date: Wed 29 December 2010
lib/Inline/MakeMaker.pm - apply patch from Raymond Mroz to accommodate the modern
                          h2xs directory structure. Bump Inline::MakeMaker version
                          to 0.45.

---
version: 0.46_01
date: Wed 31 March 2010 (and released to CPAN as 0.46_01)
Inline.pm - warn about untainting of Inline configuration info (where applicable)
          - quieten non-numeric warnings in relation to devel releases
          - quieten uninitialized warning regarding $ENV{WIN64} that can occur
            in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
             capabilities in Inline::C

---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
          - hide the 'redefined' warning introduced by the fix to ticket 49669,
            by placing the offending code in a 'no warnings "redefine";' block.
          - bump require from 5.005 to 5.006

---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).


(wiz)
diff -r1.19 -r1.20 pkgsrc/devel/p5-Inline/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Inline/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-Inline/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Inline/Makefile 2011/08/14 12:26:13 1.19
+++ pkgsrc/devel/p5-Inline/Makefile 2011/08/17 11:43:59 1.20
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.19 2011/08/14 12:26:13 obache Exp $ 1# $NetBSD: Makefile,v 1.20 2011/08/17 11:43:59 wiz Exp $
2# 2#
3 3
4DISTNAME= Inline-0.46 4DISTNAME= Inline-0.48
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7SVR4_PKGNAME= p5inl 6SVR4_PKGNAME= p5inl
8CATEGORIES= devel perl5 7CATEGORIES= devel perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Inline/ 11HOMEPAGE= http://search.cpan.org/dist/Inline/
13COMMENT= Perl5 module for writing Perl subroutines in other languages 12COMMENT= Perl5 module for writing Perl subroutines in other languages
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.09}:../../security/p5-Digest-MD5 15DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.09}:../../security/p5-Digest-MD5
17DEPENDS+= p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent 16DEPENDS+= p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent
 17DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
18 18
19MAKE_ENV+= PERL_MM_USE_DEFAULT=1 19MAKE_ENV+= PERL_MM_USE_DEFAULT=1
20 20
21PKG_INSTALLATION_TYPES= overwrite pkgviews 21PKG_INSTALLATION_TYPES= overwrite pkgviews
22PKG_DESTDIR_SUPPORT= user-destdir 22PKG_DESTDIR_SUPPORT= user-destdir
23 23
24PERL5_PACKLIST= auto/Inline/.packlist 24PERL5_PACKLIST= auto/Inline/.packlist
25 25
26.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Inline/distinfo 2010/02/15 15:47:18 1.5
+++ pkgsrc/devel/p5-Inline/distinfo 2011/08/17 11:43:59 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/02/15 15:47:18 sno Exp $ 1$NetBSD: distinfo,v 1.6 2011/08/17 11:43:59 wiz Exp $
2 2
3SHA1 (Inline-0.46.tar.gz) = b1718517bdd4a9dd4603c9a35a2575e7958440a4 3SHA1 (Inline-0.48.tar.gz) = 837e4340118c7d521f1042b61c4a223c2f655f47
4RMD160 (Inline-0.46.tar.gz) = dffc15351730722e6899953517e9673b0a4dd2ff 4RMD160 (Inline-0.48.tar.gz) = fcd0450e38bc49152f0d9d5d3b4d8d82c3ea557a
5Size (Inline-0.46.tar.gz) = 94716 bytes 5Size (Inline-0.48.tar.gz) = 100673 bytes