Mon Jul 28 13:33:08 2014 UTC ()
Update to 1.000

Upstream changes:
1.000     2014-07-16 09:55:29-04:00 America/New_York

    [*** INCOMPATIBLE CHANGES ***]

    - Attributes for custom accessors *MUST* be declared for them to be
      set via the constructor.  It is no longer sufficient for a method of
      the same name to exist.

    - Unknown constructor arguments are ignored rather than fatal; they are
      not included in the object.  Special instructions for using BUILD to
      hide constructor arguments from validation are irrelevant and have
      been removed.

    - These changes make Class::Tiny-based classes easier to subclass by
      more advanced object frameworks like Moose or Moo.

0.015     2014-07-13 23:10:47-04:00 America/New_York

    [CHANGED]

    - lowered minimum perl to 5.006


(wen)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Class-Tiny/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-Class-Tiny/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Class-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Tiny/Makefile 2014/05/29 23:35:44 1.2
+++ pkgsrc/devel/p5-Class-Tiny/Makefile 2014/07/28 13:33:08 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/07/28 13:33:08 wen Exp $
2 2
3DISTNAME= Class-Tiny-0.014 3DISTNAME= Class-Tiny-1.000
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Class-Tiny/ 9HOMEPAGE= http://search.cpan.org/dist/Class-Tiny/
11COMMENT= Perl extension for minimalist class construction 10COMMENT= Perl extension for minimalist class construction
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14PERL5_PACKLIST= auto/Class/Tiny/.packlist 13PERL5_PACKLIST= auto/Class/Tiny/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Class-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Tiny/distinfo 2014/05/09 08:06:52 1.1
+++ pkgsrc/devel/p5-Class-Tiny/distinfo 2014/07/28 13:33:08 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/05/09 08:06:52 wen Exp $ 1$NetBSD: distinfo,v 1.2 2014/07/28 13:33:08 wen Exp $
2 2
3SHA1 (Class-Tiny-0.014.tar.gz) = 2b42c8ba1d0d3f69016d5a64e0c850971875d271 3SHA1 (Class-Tiny-1.000.tar.gz) = 1cff57e63a9ff4f9f11f95126c99e551a42308a3
4RMD160 (Class-Tiny-0.014.tar.gz) = cd2897a589fd4e2c4aff04e9cb8f3389b4b715fe 4RMD160 (Class-Tiny-1.000.tar.gz) = b4e48e97bf7d36cb73dec89c03877336a28dbbea
5Size (Class-Tiny-0.014.tar.gz) = 24993 bytes 5Size (Class-Tiny-1.000.tar.gz) = 25674 bytes