Received: by mail.netbsd.org (Postfix, from userid 605) id E1BE584D22; Sun, 15 Mar 2020 23:09:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 656EF84D04 for ; Sun, 15 Mar 2020 23:09:57 +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 BcPTo-Ixi-W7 for ; Sun, 15 Mar 2020 23:09:56 +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 D209684D02 for ; Sun, 15 Mar 2020 23:09:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE6E9FB27; Sun, 15 Mar 2020 23:09:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584313796153400" MIME-Version: 1.0 Date: Sun, 15 Mar 2020 23:09:56 +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: <20200315230956.BE6E9FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584313796153400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 15 23:09:56 UTC 2020 Modified Files: pkgsrc/converters/help2man: Makefile distinfo Log Message: help2man: updated to 1.47.13 help2man (1.47.13) unstable * Merge change from Po-Chuan Hsieh to suppress creation of an empty pkglibdir when nls is disabled. * Remove install_dirs target entirely, add explicit $(MKINSTALLDIRS) before each $(INSTALL_{DATA,PROGRAM}) call. * Update parsing of --version to allow multi-word programs when constructing the placeholder NAME paragraph To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/converters/help2man/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/help2man/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584313796153400 Content-Disposition: inline Content-Length: 1844 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.53 pkgsrc/converters/help2man/Makefile:1.54 --- pkgsrc/converters/help2man/Makefile:1.53 Sat Jan 18 23:30:14 2020 +++ pkgsrc/converters/help2man/Makefile Sun Mar 15 23:09:56 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2020/01/18 23:30:14 rillig Exp $ +# $NetBSD: Makefile,v 1.54 2020/03/15 23:09:56 adam Exp $ -DISTNAME= help2man-1.47.12 +DISTNAME= help2man-1.47.13 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/converters/help2man/distinfo diff -u pkgsrc/converters/help2man/distinfo:1.35 pkgsrc/converters/help2man/distinfo:1.36 --- pkgsrc/converters/help2man/distinfo:1.35 Mon Jan 6 16:56:09 2020 +++ pkgsrc/converters/help2man/distinfo Sun Mar 15 23:09:56 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2020/01/06 16:56:09 adam Exp $ +$NetBSD: distinfo,v 1.36 2020/03/15 23:09:56 adam Exp $ -SHA1 (help2man-1.47.12.tar.xz) = 87fc75932d7f6fc1db56a6d6f0dd26a1d44242de -RMD160 (help2man-1.47.12.tar.xz) = bfe11394f8eb12112af8b25bdffed1139d3ab413 -SHA512 (help2man-1.47.12.tar.xz) = fb71e48e4a7a0f4316148295ea539b667a131149f4467da0f3e283389c9d9f2a5f1e9124ca8d64d6c3250d332a713d4e8de204ca9e7088840e74f316fa5221be -Size (help2man-1.47.12.tar.xz) = 202252 bytes +SHA1 (help2man-1.47.13.tar.xz) = 02ab0e9293584e5986f3526e844c05eed421e753 +RMD160 (help2man-1.47.13.tar.xz) = 34960980878015556905954d134e56b89f4d202a +SHA512 (help2man-1.47.13.tar.xz) = 7bf4c75a42c103dd8413a94505f383c6e2b215f9a4cc506e11935acc7f108caad01a5fa489ee157ebef5fa02299145592f65cc828fc016417af557382975d57a +Size (help2man-1.47.13.tar.xz) = 202480 bytes SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7 SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454 --_----------=_1584313796153400--