pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-penlight



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 31 00:22:11 UTC 2023

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

Log Message:
lua-penlight 1.13.1:

fix: warn unquoted argument
fix: xml.parse returned nonsense when given a file name
feat: app.require_here now follows symlink'd main modules to their directory
fix: pretty.write invalid order function for sorting
fix: compat.warn raised write guard warning in OpenResty
feat: utils.enum now accepts hash tables, to enable better error handling
feat: utils.kpairs new iterator over all non-integer keys
fix: warn use rawget to not trigger strict-checkers
fix: lapp provides the file name when using the default argument
fix: lapp positional arguments now allow digits after the first character
fix: path.isdir windows root directories (including drive letter) were not considered valid


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/lua-penlight/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/lua-penlight/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-penlight/Makefile
diff -u pkgsrc/devel/lua-penlight/Makefile:1.20 pkgsrc/devel/lua-penlight/Makefile:1.21
--- pkgsrc/devel/lua-penlight/Makefile:1.20     Sun Feb 13 11:39:39 2022
+++ pkgsrc/devel/lua-penlight/Makefile  Fri Mar 31 00:22:11 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/02/13 11:39:39 nia Exp $
+# $NetBSD: Makefile,v 1.21 2023/03/31 00:22:11 joerg Exp $
 #
 
-DISTNAME=      penlight-1.12.0
+DISTNAME=      penlight-1.13.1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lunarmodules/}

Index: pkgsrc/devel/lua-penlight/distinfo
diff -u pkgsrc/devel/lua-penlight/distinfo:1.17 pkgsrc/devel/lua-penlight/distinfo:1.18
--- pkgsrc/devel/lua-penlight/distinfo:1.17     Sun Feb 13 11:39:39 2022
+++ pkgsrc/devel/lua-penlight/distinfo  Fri Mar 31 00:22:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/02/13 11:39:39 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/03/31 00:22:11 joerg Exp $
 
-BLAKE2s (lua-penlight/penlight-1.12.0.tar.gz) = 8dda35209e3a151336c97f006f9856704bfe854ed663acc3ff974a19e4ffb4f0
-SHA512 (lua-penlight/penlight-1.12.0.tar.gz) = 70628bd43a0ac4176704611e47c3a42c287c24aac98a0bc63071a192326e4ecab016a499ff9ab201a9e7d7848f26760f0a2ef87d46220df679b4f70a0fdc4aac
-Size (lua-penlight/penlight-1.12.0.tar.gz) = 429587 bytes
+BLAKE2s (lua-penlight/penlight-1.13.1.tar.gz) = cc1477b46474f1c64d29a5fe2145c5deb3a7fb79f72cb2bff47f4ec66d35bbf3
+SHA512 (lua-penlight/penlight-1.13.1.tar.gz) = de0a6a2f585f32bed234ef084d8fca9cee645eed3459aa3c39b885b46a05ae752b5c7ac3bb1957fef9519df2a11e250fc87d6d4d62ee6155be2742ad43a079fe
+Size (lua-penlight/penlight-1.13.1.tar.gz) = 434059 bytes



Home | Main Index | Thread Index | Old Index