pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-podlators p5-podlators: update to 4.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a383e24f99ca
branches:  trunk
changeset: 373326:a383e24f99ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 30 15:03:43 2017 +0000

description:
p5-podlators: update to 4.10.

podlators 4.10 (2017-12-25)

    [Pod::Man] Change man page references and function names to bold
    instead of italic, following the current Linux man page standard.  The
    previous formatting was taken from Solaris, and it seems safe to say
    that the Linux man page formatting conventions are now much more
    widely followed than Solaris's.  Patch from Guillem Jover.

    [Pod::Man] Revert the .IX handling code to the earlier version from
    Bjarni Ingi Gislason but add the trailing backslashes that should
    hopefully avoid blank page issues on HP-UX.  This fixes a warning
    regression when man is run with warnings enabled.  (Debian Bug#847972)

    [Pod::Man] Wrap the output file descriptor in a glob before passing it
    to PerlIO::get_layers so that the layer check works properly.
    Previously, this code would throw a warning if given a scalar not
    wrapped in a glob and not detect layers properly.  Patch from Zefram.
    (#122521)

    Produce a proper diagnostic when given empty input on standard input
    with no other arguments to pod2man or pod2text.  Reported by Guillem
    Jover.

diffstat:

 textproc/p5-podlators/Makefile |   5 ++---
 textproc/p5-podlators/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 0a0f3bf8b7b3 -r a383e24f99ca textproc/p5-podlators/Makefile
--- a/textproc/p5-podlators/Makefile    Sat Dec 30 15:02:52 2017 +0000
+++ b/textproc/p5-podlators/Makefile    Sat Dec 30 15:03:43 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/06/05 14:25:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2017/12/30 15:03:43 wiz Exp $
 
-DISTNAME=      podlators-4.09
+DISTNAME=      podlators-4.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
diff -r 0a0f3bf8b7b3 -r a383e24f99ca textproc/p5-podlators/distinfo
--- a/textproc/p5-podlators/distinfo    Sat Dec 30 15:02:52 2017 +0000
+++ b/textproc/p5-podlators/distinfo    Sat Dec 30 15:03:43 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/11/19 15:05:39 wen Exp $
+$NetBSD: distinfo,v 1.11 2017/12/30 15:03:43 wiz Exp $
 
-SHA1 (podlators-4.09.tar.gz) = 82b9ef16999957156d4c062b1f6dad0e075307de
-RMD160 (podlators-4.09.tar.gz) = 0c0345e6d9c08b2d5d1ec5540b0cd756d9322bec
-SHA512 (podlators-4.09.tar.gz) = ba3526cfe59cf601767ea71e7f2dd03fad4add70113b4db4981a692280300076e92f5104c70e54f84f1df84203327d3f21e16042eb54165afc1ff49a3f03dea4
-Size (podlators-4.09.tar.gz) = 132218 bytes
+SHA1 (podlators-4.10.tar.gz) = bc003c484bdb907975c2699b2beab601fc6324af
+RMD160 (podlators-4.10.tar.gz) = abff43b21f384735d55a60cc7d85c052bf42d5b2
+SHA512 (podlators-4.10.tar.gz) = f5512eef7aa1799dac2ee29ee68210a12cfb427defc5f42cebe0f5e68615b5393ed8927d5dcfb91feb7f9967277d93386822d870412cc0c6bf4f93d66fbc5b77
+Size (podlators-4.10.tar.gz) = 129861 bytes



Home | Main Index | Thread Index | Old Index