diff options
author | wen <wen@pkgsrc.org> | 2018-05-08 00:09:47 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-05-08 00:09:47 +0000 |
commit | be48b66f02402150111fcb2d65089ca4ce21139e (patch) | |
tree | f5cad56d3b1fb4797334f7a747ae27b0d939e85b /textproc/p5-podlators | |
parent | 48877617ab6a647a346c210e9577c7a6f37cc32b (diff) | |
download | pkgsrc-be48b66f02402150111fcb2d65089ca4ce21139e.tar.gz |
Update to 4.11
Upstream changes:
podlators 4.11 (2018-05-07)
[Pod::Text] The default value of the sentence option is false, not
true, and has been since at least 2.0.0. Fix the documentation to
match. Thanks, eponymous alias. (#124461)
[Pod::Text::Termcap] Correctly honor the width option, which was being
ignored due to a bug in interpreting user-supplied options. Thanks,
eponymous alias. (#124447)
[Pod::Text::Color, Pod::Text::Termcap] Fix a subtle wrapping bug with
long =item text that would cause lines to be wrapped when they didn't
need to be. Thanks, eponymous alias.
[Pod::Text::Color, Pod::Text::Termcap] Clear any text attributes at
the end of each line and reinstate them at the start of the next line,
since some pagers (less -R in particular) clear all text attributes at
the end of each line and were therefore not correctly showing
attributes in wrapped text. Thanks, eponymous alias.
[Pod::Text::Termcap] Correctly get the terminal width from Term::Cap
information when COLUMNS isn't set, instead of getting a string value
that later cannot be used numerically.
Specifying "none" for the errors option of Pod::Man and Pod::Text no
longer results in an errata section in the generated documentation,
matching the documented behavior. Thanks, Olly Betts.
Fix order of SEE ALSO section in manual pages to match the
recommendation of perlpodstyle.
Use https for all eyrie.org URLs.
Add SPDX-License-Identifier headers to all substantial source files.
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-podlators/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 877bb61fddc..bd4ca843fa2 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/12/30 15:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/05/08 00:09:47 wen Exp $ -DISTNAME= podlators-4.10 +DISTNAME= podlators-4.11 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-podlators/distinfo b/textproc/p5-podlators/distinfo index 78e8104a36d..db746dba0b2 100644 --- a/textproc/p5-podlators/distinfo +++ b/textproc/p5-podlators/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/12/30 15:03:43 wiz Exp $ +$NetBSD: distinfo,v 1.12 2018/05/08 00:09:47 wen Exp $ -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 +SHA1 (podlators-4.11.tar.gz) = 18f7e1ab059909cd0b90fa380da70f720a65ec6f +RMD160 (podlators-4.11.tar.gz) = 06149207ff8bfc316ad910737b54a7d3dc0fa564 +SHA512 (podlators-4.11.tar.gz) = ec634f3abceb4f7da95a17f7e9d1d9cf49b109d796c996ad3d093ccc92131d055312be82ec8f1bbb3d8a6d01077e621dec6ba5d5e1f92f377d70ab0d4d170241 +Size (podlators-4.11.tar.gz) = 131907 bytes |