Tue Jul 26 12:32:23 2016 UTC ()
Update to 4.07

Upstream changes:
podlators 4.07 (2016-03-20)

    [Pod::Man] Avoid undefined variable warnings when determining the
    title for a Perl module at the top level of a distribution.  Thanks,
    Dave Mitchell.  (#112625)

    [Pod::Man] Fix font resets with nroff when fixed-width fonts are used
    in the label for an =item.  Previously, italic was being ended with
    \f(CW even in nroff mode, which, with groff, only changes the font to
    fixed-width and doesn't reset to a non-italic font.  Thanks, Paul
    Townsend.  (#98199)

    [Pod::Man] Suppress warnings about a missing Encode module if
    PERL_CORE is set in the environment.  Due to build ordering during
    Perl core builds, Encode is expected to not yet be available during
    the build step that sets PERL_CORE.  Thanks, Dave Mitchell.


(wen)
diff -r1.18 -r1.19 pkgsrc/textproc/p5-podlators/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/p5-podlators/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/textproc/p5-podlators/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-podlators/Makefile 2016/06/08 19:24:48 1.18
+++ pkgsrc/textproc/p5-podlators/Makefile 2016/07/26 12:32:23 1.19
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/07/26 12:32:23 wen Exp $
2 2
3DISTNAME= podlators-4.06 3DISTNAME= podlators-4.07
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/podlators/ 9HOMEPAGE= http://search.cpan.org/dist/podlators/
11COMMENT= Collection of pod related perl modules 10COMMENT= Collection of pod related perl modules
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple 13#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple
15 14
16PERL5_PACKLIST= auto/Pod/.packlist 15PERL5_PACKLIST= auto/Pod/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.8 -r1.9 pkgsrc/textproc/p5-podlators/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-podlators/distinfo 2016/03/05 04:48:27 1.8
+++ pkgsrc/textproc/p5-podlators/distinfo 2016/07/26 12:32:23 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2016/03/05 04:48:27 wen Exp $ 1$NetBSD: distinfo,v 1.9 2016/07/26 12:32:23 wen Exp $
2 2
3SHA1 (podlators-4.06.tar.gz) = 2245d831524217810db040204389a19afa8da149 3SHA1 (podlators-4.07.tar.gz) = d86eaadbd0e50be80d8656d8c416b3bd3ed2211d
4RMD160 (podlators-4.06.tar.gz) = 6abc688dd4cd1d2d37331e9b76edeafc43bba3d6 4RMD160 (podlators-4.07.tar.gz) = 60b86647f532bee1b5efb35d81d6de168190420a
5SHA512 (podlators-4.06.tar.gz) = 04cc02c6452555ce69734150fb44bbda95f881914c8b7e96f8032b2c93916ec87c0e68dbb869c3d9ce12122fe3ce6399c8a7d61776f7902eb963ce4499b19d16 5SHA512 (podlators-4.07.tar.gz) = 733394f1553986b9cecf1e8a66616e5973aa11c09a26081b1a73e3635354bdb666746ad589ea3fe5d7c070fb145de1f77c4d261c046044d9e70b7c4d52d30224
6Size (podlators-4.06.tar.gz) = 122545 bytes 6Size (podlators-4.07.tar.gz) = 123610 bytes