Mon Sep 10 14:57:37 2012 UTC ()
Updated to 0.26 from 0.24

Upstream changes:
0.26  Thu Mar 22 10:50:00 2012
	- No code changes.
	- Expand the sample code and comments under difference() to show more clearly what sets get
		changed during operations, and to show another way of determining the difference between sets.

0.25  Fri Mar  9 16:58:00 2012
	- Add Try::Tiny to pre-reqs. Add attributes, overload, strict, subs and warnings too.


(wen)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Set-Array/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Set-Array/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Set-Array/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Set-Array/Makefile 2012/03/08 11:24:17 1.1.1.1
+++ pkgsrc/devel/p5-Set-Array/Makefile 2012/09/10 14:57:37 1.2
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:24:17 fhajny Exp $ 1# $NetBSD: Makefile,v 1.2 2012/09/10 14:57:37 wen Exp $
2# 2#
3 3
4DISTNAME= Set-Array-0.24 4DISTNAME= Set-Array-0.26
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Set-Array/ 11HOMEPAGE= http://search.cpan.org/dist/Set-Array/
12COMMENT= Arrays as objects with lots of handy methods 12COMMENT= Arrays as objects with lots of handy methods
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
 17BUILD_DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
17BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep 18BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
18BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod 19BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod
19DEPENDS+= p5-Want>=0:../../devel/p5-Want 20DEPENDS+= p5-Want>=0:../../devel/p5-Want
20 21
21PERL5_MODULE_TYPE= Module::Build 22PERL5_MODULE_TYPE= Module::Build
22PERL5_PACKLIST= auto/Set/Array/.packlist 23PERL5_PACKLIST= auto/Set/Array/.packlist
23USE_LANGUAGES= # none 24USE_LANGUAGES= # none
24 25
25.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Set-Array/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Set-Array/distinfo 2012/03/08 11:24:17 1.1.1.1
+++ pkgsrc/devel/p5-Set-Array/distinfo 2012/09/10 14:57:37 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:24:17 fhajny Exp $ 1$NetBSD: distinfo,v 1.2 2012/09/10 14:57:37 wen Exp $
2 2
3SHA1 (Set-Array-0.24.tgz) = 543a03c0b2e6e0c471775fb1be659b03efbb2dcc 3SHA1 (Set-Array-0.26.tgz) = 7b48c8766e21ed69ecb93c48d29f6209ef8606c8
4RMD160 (Set-Array-0.24.tgz) = aeb4c5f9066863b6a6107d443bd0c0114257f4c1 4RMD160 (Set-Array-0.26.tgz) = 0f10edfca41c480f447b14055b5c3e10105e3b2b
5Size (Set-Array-0.24.tgz) = 29018 bytes 5Size (Set-Array-0.26.tgz) = 29655 bytes