Sat Jul 13 13:03:29 2013 UTC ()
Update to 0.08

Upstream changes:
0.08  2013-07-09
      - remove Test::Warnings dep

0.07  2013-07-08
      - instead of silently ignoring conflicts that do not compile, issue a
        conflict warning. (RT#75486, Karen Etheridge)

0.06  2013-06-21
      - make the runtime conflict warnings optional, since i'm not sure how
        stable of an idea this really is
      - use Exporter instead of Sub::Exporter

0.05-TRIAL  2011-01-17
      - require 5.8.1, clean up a few things and add a few more tests

0.04-TRIAL  2011-01-13
      - fix an issue with certain other perls

0.03-TRIAL  2011-01-13
      - add runtime conflict warnings


(wen)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Dist-CheckConflicts/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Dist-CheckConflicts/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Dist-CheckConflicts/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Dist-CheckConflicts/Makefile 2013/05/31 12:40:16 1.4
+++ pkgsrc/devel/p5-Dist-CheckConflicts/Makefile 2013/07/13 13:03:29 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2013/05/31 12:40:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2013/07/13 13:03:29 wen Exp $
2 2
3DISTNAME= Dist-CheckConflicts-0.02 3DISTNAME= Dist-CheckConflicts-0.08
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Dist-CheckConflicts/ 9HOMEPAGE= http://search.cpan.org/dist/Dist-CheckConflicts/
11COMMENT= Perl 5 module to declare version conflicts for your dist 10COMMENT= Perl 5 module to declare version conflicts for your dist
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils 13DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
15DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter 14DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
16DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 15DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
17 16
18PERL5_PACKLIST= auto/Dist/CheckConflicts/.packlist 17PERL5_PACKLIST= auto/Dist/CheckConflicts/.packlist

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

--- pkgsrc/devel/p5-Dist-CheckConflicts/distinfo 2011/08/16 20:50:54 1.1.1.1
+++ pkgsrc/devel/p5-Dist-CheckConflicts/distinfo 2013/07/13 13:03:29 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/08/16 20:50:54 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2013/07/13 13:03:29 wen Exp $
2 2
3SHA1 (Dist-CheckConflicts-0.02.tar.gz) = d9c7366073e558a682f22271cceb24e46e37bcc4 3SHA1 (Dist-CheckConflicts-0.08.tar.gz) = 57ac0d45664101bea36b5d81577b83c63e50875e
4RMD160 (Dist-CheckConflicts-0.02.tar.gz) = 54f9a92709b52e995d558b98d28d87721835907f 4RMD160 (Dist-CheckConflicts-0.08.tar.gz) = 85ca323808b1793418ccca4e94c9c446227c9657
5Size (Dist-CheckConflicts-0.02.tar.gz) = 15461 bytes 5Size (Dist-CheckConflicts-0.08.tar.gz) = 18922 bytes