pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lua-mode



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu Apr 14 10:21:21 UTC 2022

Modified Files:
        pkgsrc/devel/lua-mode: Makefile distinfo

Log Message:
lua-mode: Update to 20210802

Changelog from https://github.com/immerrr/lua-mode/tags

v20210802
 * performance optimizations for automatic indentation
  * lua-skip-ws-and-comments-forward, lua-skip-ws-and-comments-backward: add new
    functions
  * lua-comment-start-pos: make sure point inside comment starter "--" is
    considered inside comment
  * lua-funcname-at-point: refactor to avoid copying syntax table to improve
    performance
  * lua--signum: add backward compat helper
  * code cleanups & minor refactors


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/lua-mode/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lua-mode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lua-mode/Makefile
diff -u pkgsrc/devel/lua-mode/Makefile:1.10 pkgsrc/devel/lua-mode/Makefile:1.11
--- pkgsrc/devel/lua-mode/Makefile:1.10 Thu Nov  5 22:34:33 2020
+++ pkgsrc/devel/lua-mode/Makefile      Thu Apr 14 10:21:21 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2020/11/05 22:34:33 nikita Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/14 10:21:21 nikita Exp $
 
 DISTNAME=      v${VERSION}
-VERSION=       20201010
+VERSION=       20210802
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}lua-mode-${VERSION}
 CATEGORIES=    devel lua
 MASTER_SITES=  https://github.com/immerrr/lua-mode/archive/

Index: pkgsrc/devel/lua-mode/distinfo
diff -u pkgsrc/devel/lua-mode/distinfo:1.8 pkgsrc/devel/lua-mode/distinfo:1.9
--- pkgsrc/devel/lua-mode/distinfo:1.8  Tue Oct 26 10:15:36 2021
+++ pkgsrc/devel/lua-mode/distinfo      Thu Apr 14 10:21:21 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:15:36 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/04/14 10:21:21 nikita Exp $
 
-BLAKE2s (v20201010.tar.gz) = bc883d233ca796b6051cfbda4a9254815ee086b1c38da6da4fb99f5be2e42aba
-SHA512 (v20201010.tar.gz) = 7df283c4a6445979b4ceb1e398d1b48e8967d2f631f33be3f58171758ceb613ea8a4c7a466975bbe77d2a361b70dc9f30b7a244be34a87de0e6434b61088a6a4
-Size (v20201010.tar.gz) = 42458 bytes
+BLAKE2s (v20210802.tar.gz) = d14e986ec9f7caa5d5ce7eeeea12e9c2dc0c8997b2576c0bad705e485531eefe
+SHA512 (v20210802.tar.gz) = 04a85b6911c295ac02534b812bcd90c8f0224634c77b1fdcff86a24315749af07d86a8b4f8c65caf853849d4a9af9e85af9506606d0e5193e37644130981ccc5
+Size (v20210802.tar.gz) = 53708 bytes



Home | Main Index | Thread Index | Old Index