Thu May 2 01:52:10 2013 UTC ()
Update to 2.79

Upstream changes:
2.79 Tue Apr 30 21:22:05 2013
    - allow import arguments to be passed as a hashref
      - add t/import_hashref.t
    - doc tweaks

2.78 Tue Apr 30 18:53:54 2013
    - fix RT #80400 (thanks, Tokuhiro Matsuno)
      - added t/rt_80400.t

2.77  Thu Dec 13 19:59:48 2012
    - doc tweaks
    - add multiple-arg autoref tests

2.76  Wed Nov 21 14:35:33 2012
    - fix breaking tests in perl >= 5.17.5: update error message pattern (thanks, rjbs)
    - update ppport.h from 3.19 to 3.20


(wen)
diff -r1.8 -r1.9 pkgsrc/devel/p5-autobox/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-autobox/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-autobox/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-autobox/Makefile 2012/10/31 11:19:17 1.8
+++ pkgsrc/devel/p5-autobox/Makefile 2013/05/02 01:52:10 1.9
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2012/10/31 11:19:17 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2013/05/02 01:52:10 wen Exp $
2 2
3DISTNAME= autobox-2.75 3DISTNAME= autobox-2.79
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/autobox/ 9HOMEPAGE= http://search.cpan.org/dist/autobox/
11COMMENT= Perl 5 module to add methods on native types 10COMMENT= Perl 5 module to add methods on native types
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/autobox/.packlist 13PERL5_PACKLIST= auto/autobox/.packlist
15 14
16DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard 15DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

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

--- pkgsrc/devel/p5-autobox/distinfo 2011/08/07 08:14:48 1.4
+++ pkgsrc/devel/p5-autobox/distinfo 2013/05/02 01:52:10 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/08/07 08:14:48 adam Exp $ 1$NetBSD: distinfo,v 1.5 2013/05/02 01:52:10 wen Exp $
2 2
3SHA1 (autobox-2.75.tar.gz) = 47425f9171a2ca93a8c3f7470cf006712f1c4e6e 3SHA1 (autobox-2.79.tar.gz) = 626107a6f9ccffb9f88b81ea1c6804de4e82bddd
4RMD160 (autobox-2.75.tar.gz) = 4868e9c107c109703be9dae73f093f65190349a8 4RMD160 (autobox-2.79.tar.gz) = 07961576215edf9a8b7569e26aa31d24c956a1d6
5Size (autobox-2.75.tar.gz) = 71977 bytes 5Size (autobox-2.79.tar.gz) = 75169 bytes