diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-13 09:20:41 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-13 09:20:41 +0000 |
commit | aa2c46d7c341d47eb08437f8a199d3dd74886314 (patch) | |
tree | 1d4b3445068f0d452bde2a937f2ba8934eb24c1c /converters/help2man | |
parent | db0f9f7db730a99a83ace817275ae08458427ea8 (diff) | |
download | pkgsrc-aa2c46d7c341d47eb08437f8a199d3dd74886314.tar.gz |
help2man: Update to 1.48.1
Changelog:
Version 1.48 February 6, 2021
* Add Serbian, Swedish, Brazilian Portuguese and Chinese (simplified)
translations of info documentation.
* Add Tamil and Chinese (simplified) translations.
* Move table of contents to the top of the texi file so that it appears
in the correct location in the html page.
* Use the package name and version as the default for --source (was
program).
* Support packages in version strings without the GNU or Free prefix.
* Allow an optional second dash to separate the package name from the
version for multi-word packages: "program - package name - version".
* Suppress creation of an empty pkglibdir when nls is disabled.
* Fix ordering of "other" sections in manual page.
* Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).
Diffstat (limited to 'converters/help2man')
-rw-r--r-- | converters/help2man/Makefile | 4 | ||||
-rw-r--r-- | converters/help2man/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile index 8285551eabd..aa535acb2ed 100644 --- a/converters/help2man/Makefile +++ b/converters/help2man/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2021/01/25 09:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2021/02/13 09:20:41 ryoon Exp $ -DISTNAME= help2man-1.47.17 +DISTNAME= help2man-1.48.1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} EXTRACT_SUFX= .tar.xz diff --git a/converters/help2man/distinfo b/converters/help2man/distinfo index 34c068ba773..067d59453f7 100644 --- a/converters/help2man/distinfo +++ b/converters/help2man/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2021/01/25 09:48:36 wiz Exp $ +$NetBSD: distinfo,v 1.40 2021/02/13 09:20:41 ryoon Exp $ -SHA1 (help2man-1.47.17.tar.xz) = 770023a94bf8207c46d9590ec0af7b345c433d54 -RMD160 (help2man-1.47.17.tar.xz) = 3ce4fd8f9081d211e6f8295c5ae96b2e8d01fb85 -SHA512 (help2man-1.47.17.tar.xz) = 185cd04aa6db6d8a4c898b61ad6a0aded7775659c7f02244b45927310eb3f8cd932fe9dd725ccac3e793aa22c656338b5d16f291f3a0420ed121681d4a4bac25 -Size (help2man-1.47.17.tar.xz) = 211476 bytes +SHA1 (help2man-1.48.1.tar.xz) = be05066b5fe1f29530c6fb5debfe3d29557d30d5 +RMD160 (help2man-1.48.1.tar.xz) = 214763ef097ba5923bb7badaddaf246d627dfa63 +SHA512 (help2man-1.48.1.tar.xz) = 506e7a0e6571facc570df57b875d6d6b911b281b38af1831d3a058a6de658c3656e3a5be970fa3d89c053ab6eafd4853527512b48524ceeff6da60f946f1ecef +Size (help2man-1.48.1.tar.xz) = 210500 bytes SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7 SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454 |