pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-podlators
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 30 15:03:43 UTC 2017
Modified Files:
pkgsrc/textproc/p5-podlators: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-podlators/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-podlators/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-podlators/Makefile
diff -u pkgsrc/textproc/p5-podlators/Makefile:1.21 pkgsrc/textproc/p5-podlators/Makefile:1.22
--- pkgsrc/textproc/p5-podlators/Makefile:1.21 Mon Jun 5 14:25:01 2017
+++ pkgsrc/textproc/p5-podlators/Makefile Sat Dec 30 15:03:43 2017
@@ -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/}
Index: pkgsrc/textproc/p5-podlators/distinfo
diff -u pkgsrc/textproc/p5-podlators/distinfo:1.10 pkgsrc/textproc/p5-podlators/distinfo:1.11
--- pkgsrc/textproc/p5-podlators/distinfo:1.10 Sat Nov 19 15:05:39 2016
+++ pkgsrc/textproc/p5-podlators/distinfo Sat Dec 30 15:03:43 2017
@@ -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