Received: by mail.netbsd.org (Postfix, from userid 605) id DAB8C84EFA; Fri, 13 May 2022 09:00:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 204BF84EF8 for ; Fri, 13 May 2022 09:00:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id f9vPstMmevPW for ; Fri, 13 May 2022 09:00:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A9EB184E79 for ; Fri, 13 May 2022 09:00:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23626FA94; Fri, 13 May 2022 09:01:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652432460182480" MIME-Version: 1.0 Date: Fri, 13 May 2022 09:01:00 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/wabt To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220513090100.23626FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652432460182480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri May 13 09:01:00 UTC 2022 Modified Files: pkgsrc/devel/wabt: Makefile Log Message: wabt: add forgotten PKGREVISION bump. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/wabt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652432460182480 Content-Disposition: inline Content-Length: 526 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/wabt/Makefile diff -u pkgsrc/devel/wabt/Makefile:1.12 pkgsrc/devel/wabt/Makefile:1.13 --- pkgsrc/devel/wabt/Makefile:1.12 Fri May 13 08:56:52 2022 +++ pkgsrc/devel/wabt/Makefile Fri May 13 09:00:59 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/05/13 08:56:52 fcambus Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 09:00:59 fcambus Exp $ DISTNAME= wabt-1.0.29 CATEGORIES= devel +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/} MAINTAINER= fcambus@NetBSD.org --_----------=_1652432460182480--