Received: by mail.netbsd.org (Postfix, from userid 605) id 5EA7C84D39; Wed, 17 Aug 2022 12:43:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9770784D1B for ; Wed, 17 Aug 2022 12:43:44 +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 J8mvMaqDpchQ for ; Wed, 17 Aug 2022 12:43:44 +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 14A5084D09 for ; Wed, 17 Aug 2022 12:43:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 085B4FB1A; Wed, 17 Aug 2022 12:43:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660740224281050" MIME-Version: 1.0 Date: Wed, 17 Aug 2022 12:43:44 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/lua-mode To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220817124344.085B4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660740224281050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Aug 17 12:43:43 UTC 2022 Modified Files: pkgsrc/devel/lua-mode: Makefile distinfo Log Message: lua-mode: convert to github.mk To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/lua-mode/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/lua-mode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660740224281050 Content-Disposition: inline Content-Length: 1986 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lua-mode/Makefile diff -u pkgsrc/devel/lua-mode/Makefile:1.12 pkgsrc/devel/lua-mode/Makefile:1.13 --- pkgsrc/devel/lua-mode/Makefile:1.12 Sat May 14 22:25:35 2022 +++ pkgsrc/devel/lua-mode/Makefile Wed Aug 17 12:43:43 2022 @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.12 2022/05/14 22:25:35 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2022/08/17 12:43:43 tnn Exp $ -DISTNAME= v${VERSION} -VERSION= 20210802 -PKGNAME= ${EMACS_PKGNAME_PREFIX}lua-mode-${VERSION} +DISTNAME= lua-mode-20210802 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 1 CATEGORIES= devel lua -MASTER_SITES= https://github.com/immerrr/lua-mode/archive/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=immerrr/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= cheusov@NetBSD.org HOMEPAGE= https://github.com/immerrr/lua-mode/ COMMENT= Emacs major mode for editing Lua code LICENSE= gnu-gpl-v2 # or newer -WRKSRC= ${WRKDIR}/lua-mode-${VERSION} - USE_LANGUAGES= # none NO_CONFIGURE= yes Index: pkgsrc/devel/lua-mode/distinfo diff -u pkgsrc/devel/lua-mode/distinfo:1.9 pkgsrc/devel/lua-mode/distinfo:1.10 --- pkgsrc/devel/lua-mode/distinfo:1.9 Thu Apr 14 10:21:21 2022 +++ pkgsrc/devel/lua-mode/distinfo Wed Aug 17 12:43:43 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/04/14 10:21:21 nikita Exp $ +$NetBSD: distinfo,v 1.10 2022/08/17 12:43:43 tnn Exp $ -BLAKE2s (v20210802.tar.gz) = d14e986ec9f7caa5d5ce7eeeea12e9c2dc0c8997b2576c0bad705e485531eefe -SHA512 (v20210802.tar.gz) = 04a85b6911c295ac02534b812bcd90c8f0224634c77b1fdcff86a24315749af07d86a8b4f8c65caf853849d4a9af9e85af9506606d0e5193e37644130981ccc5 -Size (v20210802.tar.gz) = 53708 bytes +BLAKE2s (lua-mode-20210802.tar.gz) = d14e986ec9f7caa5d5ce7eeeea12e9c2dc0c8997b2576c0bad705e485531eefe +SHA512 (lua-mode-20210802.tar.gz) = 04a85b6911c295ac02534b812bcd90c8f0224634c77b1fdcff86a24315749af07d86a8b4f8c65caf853849d4a9af9e85af9506606d0e5193e37644130981ccc5 +Size (lua-mode-20210802.tar.gz) = 53708 bytes --_----------=_1660740224281050--