pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/help2man



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 20 21:11:03 UTC 2022

Modified Files:
        pkgsrc/converters/help2man: Makefile distinfo
Removed Files:
        pkgsrc/converters/help2man/patches: patch-help2man.PL

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/converters/help2man/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/converters/help2man/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/converters/help2man/patches/patch-help2man.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/help2man/Makefile
diff -u pkgsrc/converters/help2man/Makefile:1.67 pkgsrc/converters/help2man/Makefile:1.68
--- pkgsrc/converters/help2man/Makefile:1.67    Mon Aug 23 08:19:26 2021
+++ pkgsrc/converters/help2man/Makefile Sun Feb 20 21:11:03 2022
@@ -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 @@ SUBST_SED.soext+=     -e 's,$$(preload)\.so,
 
 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"

Index: pkgsrc/converters/help2man/distinfo
diff -u pkgsrc/converters/help2man/distinfo:1.46 pkgsrc/converters/help2man/distinfo:1.47
--- pkgsrc/converters/help2man/distinfo:1.46    Tue Oct 26 10:06:40 2021
+++ pkgsrc/converters/help2man/distinfo Sun Feb 20 21:11:03 2022
@@ -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



Home | Main Index | Thread Index | Old Index