Received: by mail.netbsd.org (Postfix, from userid 605) id D8B4885590; Wed, 22 Nov 2017 18:22:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6527184D86 for ; Wed, 22 Nov 2017 18:22:40 +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 0RGhJWRM7ShT for ; Wed, 22 Nov 2017 18:22:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E835484CDD for ; Wed, 22 Nov 2017 18:22:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2F3DFB40; Wed, 22 Nov 2017 18:22:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511374959215730" MIME-Version: 1.0 Date: Wed, 22 Nov 2017 18:22:39 +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: <20171122182239.E2F3DFB40@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. --_----------=_1511374959215730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Wed Nov 22 18:22:39 UTC 2017 Modified Files: pkgsrc/devel/mk-configure: Makefile distinfo Log Message: Update to version 0.29.3 Fix build failure (mkc_check_prog not found). Thanks a lot to Mykola Golub for pointing out! To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/mk-configure/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/mk-configure/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511374959215730 Content-Disposition: inline Content-Length: 1777 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.22 pkgsrc/devel/mk-configure/Makefile:1.23 --- pkgsrc/devel/mk-configure/Makefile:1.22 Sun Nov 19 15:08:25 2017 +++ pkgsrc/devel/mk-configure/Makefile Wed Nov 22 18:22:39 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2017/11/19 15:08:25 cheusov Exp $ +# $NetBSD: Makefile,v 1.23 2017/11/22 18:22:39 cheusov Exp $ # -DISTNAME= mk-configure-0.29.2 +DISTNAME= mk-configure-0.29.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/} MASTER_SITES+= http://mova.org/~cheusov/pub/mk-configure/ Index: pkgsrc/devel/mk-configure/distinfo diff -u pkgsrc/devel/mk-configure/distinfo:1.17 pkgsrc/devel/mk-configure/distinfo:1.18 --- pkgsrc/devel/mk-configure/distinfo:1.17 Sun Nov 19 15:08:25 2017 +++ pkgsrc/devel/mk-configure/distinfo Wed Nov 22 18:22:39 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/11/19 15:08:25 cheusov Exp $ +$NetBSD: distinfo,v 1.18 2017/11/22 18:22:39 cheusov Exp $ -SHA1 (mk-configure-0.29.2.tar.gz) = 182339d76a0a0aa4277d2da24fd59805336ca78f -RMD160 (mk-configure-0.29.2.tar.gz) = 8dd40c992e0675a9d3fed9cd5cdc24f271699b11 -SHA512 (mk-configure-0.29.2.tar.gz) = 2711e4d390d09d85826c5db1bf20d9c2dbe4117070982fd438b5a652c687e8e06f0834caea9e60103fb4f9e629e6982299ab6f33b1125329182494373912ff37 -Size (mk-configure-0.29.2.tar.gz) = 296412 bytes +SHA1 (mk-configure-0.29.3.tar.gz) = 944da2e60241d86bea064f34db14e04ee3ee490f +RMD160 (mk-configure-0.29.3.tar.gz) = 6118d9247e38001f3e22d867660a182804ed6b1b +SHA512 (mk-configure-0.29.3.tar.gz) = 489ecedfaff992ba409752bdcbec2ebe1f3f2502bd4142dfb9003611f986c8f523457db746f88d2c8bb77c3ec3dfdd899be6064fed8939de5892c0f91fa25b31 +Size (mk-configure-0.29.3.tar.gz) = 298662 bytes --_----------=_1511374959215730--