Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 100F81A921F for ; Mon, 11 Apr 2022 16:26:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C18AF84F22; Mon, 11 Apr 2022 16:26:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06CF984E82 for ; Mon, 11 Apr 2022 16:26:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OBuJbyRFSi6A for ; Mon, 11 Apr 2022 16:26:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 67D8084D15 for ; Mon, 11 Apr 2022 16:26:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40EDFFB24; Mon, 11 Apr 2022 16:26:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649694383112350" MIME-Version: 1.0 Date: Mon, 11 Apr 2022 16:26:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/converters/help2man To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220411162623.40EDFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649694383112350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 11 16:26:23 UTC 2022 Modified Files: pkgsrc/converters/help2man: Makefile PLIST distinfo Log Message: help2man: updated to 1.49.2 help2man (1.49.2) unstable; urgency=medium * Add configure~ to mostlyclean target. * Add Romanian translations (thanks to Remus-Gabriel Chelu). To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/converters/help2man/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/converters/help2man/PLIST cvs rdiff -u -r1.47 -r1.48 pkgsrc/converters/help2man/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649694383112350 Content-Disposition: inline Content-Length: 2841 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/help2man/Makefile diff -u pkgsrc/converters/help2man/Makefile:1.68 pkgsrc/converters/help2man/Makefile:1.69 --- pkgsrc/converters/help2man/Makefile:1.68 Sun Feb 20 21:11:03 2022 +++ pkgsrc/converters/help2man/Makefile Mon Apr 11 16:26:23 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2022/02/20 21:11:03 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2022/04/11 16:26:23 adam Exp $ -DISTNAME= help2man-1.49.1 +DISTNAME= help2man-1.49.2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/converters/help2man/PLIST diff -u pkgsrc/converters/help2man/PLIST:1.18 pkgsrc/converters/help2man/PLIST:1.19 --- pkgsrc/converters/help2man/PLIST:1.18 Mon Jan 25 09:48:36 2021 +++ pkgsrc/converters/help2man/PLIST Mon Apr 11 16:26:23 2022 @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.18 2021/01/25 09:48:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/04/11 16:26:23 adam Exp $ bin/help2man info/help2man-de.info info/help2man-es.info info/help2man-fr.info info/help2man-pl.info info/help2man-pt_BR.info +info/help2man-ro.info info/help2man-sr.info info/help2man-sv.info info/help2man-uk.info @@ -26,6 +27,7 @@ man/man1/help2man.1 man/nb/man1/help2man.1 man/pl/man1/help2man.1 man/pt_BR/man1/help2man.1 +man/ro/man1/help2man.1 man/ru/man1/help2man.1 man/sr/man1/help2man.1 man/sv/man1/help2man.1 @@ -47,6 +49,7 @@ share/locale/ja/LC_MESSAGES/help2man.mo share/locale/nb/LC_MESSAGES/help2man.mo share/locale/pl/LC_MESSAGES/help2man.mo share/locale/pt_BR/LC_MESSAGES/help2man.mo +share/locale/ro/LC_MESSAGES/help2man.mo share/locale/ru/LC_MESSAGES/help2man.mo share/locale/sr/LC_MESSAGES/help2man.mo share/locale/sv/LC_MESSAGES/help2man.mo Index: pkgsrc/converters/help2man/distinfo diff -u pkgsrc/converters/help2man/distinfo:1.47 pkgsrc/converters/help2man/distinfo:1.48 --- pkgsrc/converters/help2man/distinfo:1.47 Sun Feb 20 21:11:03 2022 +++ pkgsrc/converters/help2man/distinfo Mon Apr 11 16:26:23 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2022/02/20 21:11:03 wiz Exp $ +$NetBSD: distinfo,v 1.48 2022/04/11 16:26:23 adam Exp $ -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 +BLAKE2s (help2man-1.49.2.tar.xz) = 3e1f3b261a45d7920d1231a66a44161b28f011135f21c5d2f82d66211d17a9b4 +SHA512 (help2man-1.49.2.tar.xz) = cb8f9f923263d7160a27a7924ae559aba93d7258167888eb9e0e3e97a2014297b8d739b2bb7869acbf586354d099bd91d85f8208b901bce5ba0c5ad4b6abd6d5 +Size (help2man-1.49.2.tar.xz) = 225428 bytes SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7 --_----------=_1649694383112350--