pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/help2man help2man: update to 1.49.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf13b22b59e9
branches:  trunk
changeset: 374376:bf13b22b59e9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 20 21:11:03 2022 +0000

description:
help2man: update to 1.49.1.

Version 1.49            February 14, 2022

  * Use @samp{} around the option in the menu description for "--help
    recommendations" to avoid rendering the -- as endash.
  * Don't translate @documentencoding.
  * Fall back to forking iconv for encodings which are not supported by
    Perl's Encode module.

diffstat:

 converters/help2man/Makefile                  |   7 ++-----
 converters/help2man/distinfo                  |   9 ++++-----
 converters/help2man/patches/patch-help2man.PL |  16 ----------------
 3 files changed, 6 insertions(+), 26 deletions(-)

diffs (57 lines):

diff -r efbd75a1bb4a -r bf13b22b59e9 converters/help2man/Makefile
--- a/converters/help2man/Makefile      Sun Feb 20 20:43:31 2022 +0000
+++ b/converters/help2man/Makefile      Sun Feb 20 21:11:03 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2021/08/23 08:19:26 adam Exp $
+# $NetBSD: Makefile,v 1.68 2022/02/20 21:11:03 wiz Exp $
 
-DISTNAME=      help2man-1.48.5
+DISTNAME=      help2man-1.49.1
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_GNU:=help2man/}
 EXTRACT_SUFX=  .tar.xz
@@ -50,9 +50,6 @@
 
 PLIST_SUBST+=          SOEXT=${SOEXT}
 
-post-patch:
-       ${TOUCH} -r ${WRKSRC}/help2man.PL.orig ${WRKSRC}/help2man.PL
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r efbd75a1bb4a -r bf13b22b59e9 converters/help2man/distinfo
--- a/converters/help2man/distinfo      Sun Feb 20 20:43:31 2022 +0000
+++ b/converters/help2man/distinfo      Sun Feb 20 21:11:03 2022 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.46 2021/10/26 10:06:40 nia Exp $
+$NetBSD: distinfo,v 1.47 2022/02/20 21:11:03 wiz Exp $
 
-BLAKE2s (help2man-1.48.5.tar.xz) = 85e52bb8fb299dca92c3ef1e968c7f12ecae09150587e5ecf68aac3006055105
-SHA512 (help2man-1.48.5.tar.xz) = 800eb0daa9daef8e423d52ede55eee2960122ea0269865295afada4cf4fcc1c6791da8429c3a57c0fc1bf0a14c8a77953952325413a8faa5dd07b1bc5bc0edd1
-Size (help2man-1.48.5.tar.xz) = 204672 bytes
+BLAKE2s (help2man-1.49.1.tar.xz) = 57ddf64804bf63b30b0b6788972a1368888b2bc5cd4984a169a70c49741d5526
+SHA512 (help2man-1.49.1.tar.xz) = 78ea063d49aa9a115ddd7eb8b1b30eaba3d597caf357cbdddeef93b19d1e938ea0f3808dbb63b459c06870ec62f0dc4565a40be8c67720d0185dbcf26ba408df
+Size (help2man-1.49.1.tar.xz) = 214504 bytes
 SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7
-SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454
diff -r efbd75a1bb4a -r bf13b22b59e9 converters/help2man/patches/patch-help2man.PL
--- a/converters/help2man/patches/patch-help2man.PL     Sun Feb 20 20:43:31 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-help2man.PL,v 1.1 2014/07/15 14:54:52 ryoon Exp $
-
-* SCO OpenServer 5.0.7/3.2's nl_langinfo(3) returns always empty.
-  Do not fail with error.
-
---- help2man.PL.orig   2014-03-24 11:29:43.000000000 +0000
-+++ help2man.PL
-@@ -124,7 +124,7 @@ my $encoding;
- 
-     sub dec { $encoding ? decode $encoding, $_[0] : $_[0] }
-     sub enc { $encoding ? encode $encoding, $_[0] : $_[0] }
--    sub enc_user { encode $user_encoding, $_[0] }
-+    sub enc_user { $user_encoding ? encode $user_encoding, $_[0] : $_[0] }
-     sub kark # die with message formatted in the invoking user's locale
-     {
-       setlocale LC_ALL, $user_locale;



Home | Main Index | Thread Index | Old Index