Mon May 6 15:50:12 2013 UTC ()
Update to 1.48

Upstream changes:
1.48 - 2013-05-06T04:47:00Z
    * Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks
      to Martin Holste and Tatsuhiko Miyagawa for the reports.

1.47 - 2013-05-05T03:14:25Z
    * Fixed failing test on Pod::Simple 3.27 and higher.

1.46 - 2013-02-16T19:46:17Z
    * Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks
      to H.Merijn Brand.
    * Switched from custom file searching code to File::Find. Suggested by
      H.Merijn Brand.
    * Fixed failing test on Pod::Simple 3.24.


(wen)
diff -r1.25 -r1.26 pkgsrc/devel/p5-Test-Pod/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-Test-Pod/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-Test-Pod/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Pod/Makefile 2012/10/31 11:19:09 1.25
+++ pkgsrc/devel/p5-Test-Pod/Makefile 2013/05/06 15:50:12 1.26
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.25 2012/10/31 11:19:09 asau Exp $ 1# $NetBSD: Makefile,v 1.26 2013/05/06 15:50:12 wen Exp $
2 2
3DISTNAME= Test-Pod-1.45 3DISTNAME= Test-Pod-1.48
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5tp 5SVR4_PKGNAME= p5tp
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-Pod/ 10HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
12COMMENT= Perl5 module to check for POD errors in files 11COMMENT= Perl5 module to check for POD errors in files
13LICENSE= artistic-2.0 OR gnu-gpl-v2 12LICENSE= artistic-2.0 OR gnu-gpl-v2
14 13
15DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple 14DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
16DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple 15DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Test-Pod/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Pod/distinfo 2012/01/26 15:59:16 1.9
+++ pkgsrc/devel/p5-Test-Pod/distinfo 2013/05/06 15:50:12 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2012/01/26 15:59:16 rhaen Exp $ 1$NetBSD: distinfo,v 1.10 2013/05/06 15:50:12 wen Exp $
2 2
3SHA1 (Test-Pod-1.45.tar.gz) = 5f44b590877a33b7b09623dded15ee9c1dae224f 3SHA1 (Test-Pod-1.48.tar.gz) = e6c157c12e60ceb4c9d1365996bbfa9de0292533
4RMD160 (Test-Pod-1.45.tar.gz) = 9695e51b6f1e5a79644f739582c6e6f429d32abf 4RMD160 (Test-Pod-1.48.tar.gz) = 46a9af1addf1e7eff5ffb31da422c792e55d8e4d
5Size (Test-Pod-1.45.tar.gz) = 11034 bytes 5Size (Test-Pod-1.48.tar.gz) = 11291 bytes