Thu Aug 11 17:09:33 2011 UTC ()
Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
  aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser

Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
  to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
  mutant Perl 5.8 that has it
* test POD syntax and coverage


(adam)
diff -r1.5 -r1.6 pkgsrc/devel/p5-Data-Alias/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Data-Alias/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Data-Alias/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Alias/Makefile 2010/11/17 08:27:07 1.5
+++ pkgsrc/devel/p5-Data-Alias/Makefile 2011/08/11 17:09:33 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2010/11/17 08:27:07 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2011/08/11 17:09:33 adam Exp $
2 2
3DISTNAME= Data-Alias-1.08 3DISTNAME= Data-Alias-1.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Data-Alias/ 9HOMEPAGE= http://search.cpan.org/dist/Data-Alias/
10COMMENT= Comprehensive set of aliasing operations 10COMMENT= Comprehensive set of aliasing operations
 11LICENSE= ${PERL5_LICENSE}
11 12
12PERL5_PACKLIST= auto/Data/Alias/.packlist 13PERL5_PACKLIST= auto/Data/Alias/.packlist
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Data-Alias/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Alias/distinfo 2010/11/17 08:27:07 1.2
+++ pkgsrc/devel/p5-Data-Alias/distinfo 2011/08/11 17:09:33 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/11/17 08:27:07 obache Exp $ 1$NetBSD: distinfo,v 1.3 2011/08/11 17:09:33 adam Exp $
2 2
3SHA1 (Data-Alias-1.08.tar.gz) = 24bafefeb1be1296e6493fb76891e38ee299cfa3 3SHA1 (Data-Alias-1.15.tar.gz) = 5152209c3db6146136bffeb3c5e2f5c03a4ca155
4RMD160 (Data-Alias-1.08.tar.gz) = 02cf42dcf84b94cfc4355fb94e1288a794333452 4RMD160 (Data-Alias-1.15.tar.gz) = 06c820e8750b0b0621166adc9f5988f6215fb090
5Size (Data-Alias-1.08.tar.gz) = 62816 bytes 5Size (Data-Alias-1.15.tar.gz) = 64648 bytes