Sat Sep 6 14:36:48 2014 UTC ()
Update to 1.49:

1.46 2013-03-29 rurban
----

  * Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)

  * Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)

  * Fix RT #82687 cpansign MANIFEST failure (myra)

  * Work on RT #41285 test failures with non-english locale (reported by srezic)

  * Skip patching the src for newWarnings style, these are the default (rurban)

  * Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
    and add usage docs.

1.47 2013-03-31 rurban
----

  * Reproduced and fixed RT #41285 test failures with non-english locale
    (reported by srezic)

1.48 2013-04-01 rurban
----

  * added META records, such as repository, recommends to Makefile.PL

  * added META and POD tests

1.49 2013-04-02 rurban
----

  * Better fix for RT #41285 test failures with non-english locale
    (patched by srezic, pull #1)

  * Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
    add POD to Filter::Util::Call, Filter::Util::Exec and generated
    FilterTry.


(wiz)
diff -r1.30 -r1.31 pkgsrc/textproc/p5-Filter/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/p5-Filter/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/textproc/p5-Filter/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Filter/Makefile 2014/05/29 23:37:36 1.30
+++ pkgsrc/textproc/p5-Filter/Makefile 2014/09/06 14:36:48 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2014/05/29 23:37:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2014/09/06 14:36:48 wiz Exp $
2 2
3DISTNAME= Filter-1.45 3DISTNAME= Filter-1.49
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6SVR4_PKGNAME= p5fil 5SVR4_PKGNAME= p5fil
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Filter/ 10HOMEPAGE= http://search.cpan.org/dist/Filter/
12COMMENT= Perl5 classes representing a number of source filters 11COMMENT= Perl5 classes representing a number of source filters
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PERL5_PACKLIST= auto/Filter/.packlist 14PERL5_PACKLIST= auto/Filter/Util/Call/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/p5-Filter/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Filter/distinfo 2012/07/06 13:05:33 1.10
+++ pkgsrc/textproc/p5-Filter/distinfo 2014/09/06 14:36:48 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2012/07/06 13:05:33 sno Exp $ 1$NetBSD: distinfo,v 1.11 2014/09/06 14:36:48 wiz Exp $
2 2
3SHA1 (Filter-1.45.tar.gz) = 1dc32b88f9881f63d4363be299c6c62e1cbb44f1 3SHA1 (Filter-1.49.tar.gz) = 2551c94fc11979faa2a9237618c15300887a0f3f
4RMD160 (Filter-1.45.tar.gz) = de78f4a5d9e9a3f909bb0f6daaf2edd89e1dce8a 4RMD160 (Filter-1.49.tar.gz) = 7527e84c639f784593aad1653cc99e0aa05ef7d1
5Size (Filter-1.45.tar.gz) = 83810 bytes 5Size (Filter-1.49.tar.gz) = 85905 bytes