pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/jimtcl



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 21 09:56:27 UTC 2026

Modified Files:
        pkgsrc/lang/jimtcl: Makefile distinfo

Log Message:
jimtcl: updated to 0.84

0.84

Allow bootstrap jimsh to build with MSVC on Windows
update codeql actions
aio: add support for translation binary|text
build: win32: fix install of build-jim-ext
dict set/unset: ensure dicts modified via dict sugar are unshared
Add more build generated files to .gitignore
update master from master-next branch
regex improvements
JSON decode fixes
aio gets: add -eol and -keep options
A couple of small segfault fixes
jimiocompat: Avoid unused variable compiler warnings
Linenoise update
jim-redis: add support for multiexec
source documentation improvements


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/jimtcl/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/jimtcl/distinfo

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

Modified files:

Index: pkgsrc/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.15 pkgsrc/lang/jimtcl/Makefile:1.16
--- pkgsrc/lang/jimtcl/Makefile:1.15    Thu Jun 18 13:12:35 2026
+++ pkgsrc/lang/jimtcl/Makefile Tue Jul 21 09:56:27 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/06/18 13:12:35 thorpej Exp $
+# $NetBSD: Makefile,v 1.16 2026/07/21 09:56:27 adam Exp $
 
-DISTNAME=      jimtcl-0.83
-PKGREVISION=   1
+DISTNAME=      jimtcl-0.84
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 

Index: pkgsrc/lang/jimtcl/distinfo
diff -u pkgsrc/lang/jimtcl/distinfo:1.10 pkgsrc/lang/jimtcl/distinfo:1.11
--- pkgsrc/lang/jimtcl/distinfo:1.10    Sun Mar 30 06:07:30 2025
+++ pkgsrc/lang/jimtcl/distinfo Tue Jul 21 09:56:27 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/03/30 06:07:30 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/07/21 09:56:27 adam Exp $
 
-BLAKE2s (jimtcl-0.83.tar.gz) = 22c9c01531e3ee03c3502838377dd6d7fd0af3b2af8c74b1e9da4e64aca1615e
-SHA512 (jimtcl-0.83.tar.gz) = fbdcb84eb5d6be55fbb8d192654e22e3bc6e0e2685bc68bd0e4e5cbf9ac9cde7012780b02b9c98830954d28733494d5aacd9595c4cec353dd0945ee09d4194b4
-Size (jimtcl-0.83.tar.gz) = 4465834 bytes
+BLAKE2s (jimtcl-0.84.tar.gz) = fb400562a4214ddeb6df72443391a6c66713feedc7a77f2314733df4ff5bea66
+SHA512 (jimtcl-0.84.tar.gz) = 915b17f22422f4178f23b12e0b0b56d43d2ec62cc579d6f3098099981523f826aa72da98aa077de693a7dbc3209c2ca31153492ee0b6223df132a586515eb697
+Size (jimtcl-0.84.tar.gz) = 4457403 bytes
 SHA1 (patch-jim-aio.c) = 0da49b824d60e5d6303dd69922f5953272434925



Home | Main Index | Thread Index | Old Index