Received: by mail.netbsd.org (Postfix, from userid 605) id CEB8484E1B; Tue, 30 Jun 2020 15:56:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5760C84E1A for ; Tue, 30 Jun 2020 15:56:44 +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 t7gYM1yOe-6Q for ; Tue, 30 Jun 2020 15:56:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B680484DB8 for ; Tue, 30 Jun 2020 15:56:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B03F4FB28; Tue, 30 Jun 2020 15:56:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15935326034810" MIME-Version: 1.0 Date: Tue, 30 Jun 2020 15:56:43 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/databases/mysql-workbench To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200630155643.B03F4FB28@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. --_----------=_15935326034810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 30 15:56:43 UTC 2020 Modified Files: pkgsrc/databases/mysql-workbench: Makefile Log Message: mysql-workbench: Use LUA_VERSIONS_ACCEPTED To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/databases/mysql-workbench/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15935326034810 Content-Disposition: inline Content-Length: 852 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql-workbench/Makefile diff -u pkgsrc/databases/mysql-workbench/Makefile:1.83 pkgsrc/databases/mysql-workbench/Makefile:1.84 --- pkgsrc/databases/mysql-workbench/Makefile:1.83 Tue Jun 2 08:23:25 2020 +++ pkgsrc/databases/mysql-workbench/Makefile Tue Jun 30 15:56:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2020/06/02 08:23:25 adam Exp $ +# $NetBSD: Makefile,v 1.84 2020/06/30 15:56:43 nia Exp $ DISTNAME= mysql-workbench-gpl-5.2.33b-src PKGNAME= ${DISTNAME:S/-gpl//:S/b-src$//} @@ -20,7 +20,8 @@ USE_LIBTOOL= yes USE_TOOLS+= bash gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-system-ctemplate -LUA_VERSIONS_INCOMPATIBLE= 52 53 + +LUA_VERSIONS_ACCEPTED= 51 CHECK_PORTABILITY_SKIP= build/make_dmg.sh CHECK_PORTABILITY_SKIP+= ext/ctemplate/ctemplate-src/configure.ac --_----------=_15935326034810--