Received: by mail.netbsd.org (Postfix, from userid 605) id 6090684F79; Sat, 28 Jan 2023 20:07:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CA8F84D5F for ; Sat, 28 Jan 2023 20:07:35 +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 R5IgZe5pw-MT for ; Sat, 28 Jan 2023 20:07:35 +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 0034884D54 for ; Sat, 28 Jan 2023 20:07:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3538FA90; Sat, 28 Jan 2023 20:07:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167493645449440" MIME-Version: 1.0 Date: Sat, 28 Jan 2023 20:07:34 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/devel/mk-configure To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20230128200734.E3538FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167493645449440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Sat Jan 28 20:07:34 UTC 2023 Modified Files: pkgsrc/devel/mk-configure: Makefile distinfo Log Message: Update to 0.38.2 Fixes in tests To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/mk-configure/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/mk-configure/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167493645449440 Content-Disposition: inline Content-Length: 2050 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mk-configure/Makefile diff -u pkgsrc/devel/mk-configure/Makefile:1.39 pkgsrc/devel/mk-configure/Makefile:1.40 --- pkgsrc/devel/mk-configure/Makefile:1.39 Mon Nov 28 06:49:00 2022 +++ pkgsrc/devel/mk-configure/Makefile Sat Jan 28 20:07:34 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2022/11/28 06:49:00 cheusov Exp $ +# $NetBSD: Makefile,v 1.40 2023/01/28 20:07:34 cheusov Exp $ # -DISTNAME= mk-configure-0.38.1 +DISTNAME= mk-configure-0.38.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/} @@ -13,6 +13,7 @@ LICENSE= modified-bsd DEPENDS+= bmake-[0-9]*:../../devel/bmake USE_LANGUAGES= c c++ +USE_TOOLS= makeinfo BUILD_TARGET= all all-doc INSTALL_TARGET= install install-doc @@ -22,6 +23,7 @@ MAKE_PROGRAM= ${PREFIX}/bin/bmake MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} \ SYSCONFDIR=${PKG_SYSCONFDIR} \ BMAKE=${PREFIX}/bin/bmake \ + USE_INSTALL=mkc_install \ USE_AWK=${AWK:Q} \ USE_ID=${ID:Q} Index: pkgsrc/devel/mk-configure/distinfo diff -u pkgsrc/devel/mk-configure/distinfo:1.33 pkgsrc/devel/mk-configure/distinfo:1.34 --- pkgsrc/devel/mk-configure/distinfo:1.33 Mon Nov 28 06:49:00 2022 +++ pkgsrc/devel/mk-configure/distinfo Sat Jan 28 20:07:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2022/11/28 06:49:00 cheusov Exp $ +$NetBSD: distinfo,v 1.34 2023/01/28 20:07:34 cheusov Exp $ -BLAKE2s (mk-configure-0.38.1.tar.gz) = bba869f41437603c8a459ee8a2376d204646b6086885dd5987f451dd814f47a1 -SHA512 (mk-configure-0.38.1.tar.gz) = eea44c074396bc338040de1476f43f6a112f4b42007b8d93fd0d3783cde659906489135d0ffc5ca7106457daa2093b5e5bf80e91357c0441b121352c671da932 -Size (mk-configure-0.38.1.tar.gz) = 359480 bytes +BLAKE2s (mk-configure-0.38.2.tar.gz) = 70e10f1eeb29a030f2bf1cc0612b09a00f87cb05534689f090a42f3afa62043e +SHA512 (mk-configure-0.38.2.tar.gz) = dd6542c39b24513288e69c0b971aa3c602bc450a812f1758b26c7f6b0cb9864a1a1d8e04153fb79394a53f7be1a5990c4dcf090d56de8edc8a6a7580799cbe76 +Size (mk-configure-0.38.2.tar.gz) = 359518 bytes --_----------=_167493645449440--