pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mustach
Module Name: pkgsrc
Committed By: sjmulder
Date: Fri Jul 12 18:49:04 UTC 2024
Modified Files:
pkgsrc/devel/mustach: Makefile distinfo
Log Message:
devel/mustach: Update to 1.2.9
1.2.9 (2024-06-04)
------------------
Change:
- meson.build updated
1.2.8 (2024-04-16)
------------------
New:
- test scripts now return failing status
- explicit version of mustache specs for test (#49)
- handling of CR (iOS) and CRLF (windows) end of line styles
Change:
- License of use is now Zero-Clause BSD
Fix:
- improved management and detection of valgrind (#56, #57)
- Headers without implicit dependency
1.2.7 (2024-03-21)
------------------
New:
- fallback to default when mustach_wrap_get_partial
returns MUSTACH_ERROR_PARTIAL_NOT_FOUND
- remove at compile time the load of files for templates
if MUSTACH_LOAD_TEMPLATE is defined as 0
- add compile time flag MUSTACH_SAFE for enforcing
safety behaviours
Fix:
- selection of subitem by index (#47)
- get latest iterated key when getting key name (#52)
- allow tests without valgrind
- avoid recursive template expansion (#55)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/mustach/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/mustach/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/mustach/Makefile
diff -u pkgsrc/devel/mustach/Makefile:1.12 pkgsrc/devel/mustach/Makefile:1.13
--- pkgsrc/devel/mustach/Makefile:1.12 Tue Jan 30 13:39:40 2024
+++ pkgsrc/devel/mustach/Makefile Fri Jul 12 18:49:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/01/30 13:39:40 sjmulder Exp $
+# $NetBSD: Makefile,v 1.13 2024/07/12 18:49:04 sjmulder Exp $
-DISTNAME= mustach-1.2.6
+DISTNAME= mustach-1.2.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITLAB:=jobol/}
GITLAB_PROJECT= mustach
@@ -9,7 +9,7 @@ GITLAB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= sjmulder%NetBSD.org@localhost
HOMEPAGE= https://gitlab.com/jobol/mustach
COMMENT= C implementation of mustache templating
-LICENSE= apache-2.0
+LICENSE= 0-clause-bsd
# 'test' is basic-tests and spec-tests, which downloads files with git
TEST_TARGET= basic-tests
Index: pkgsrc/devel/mustach/distinfo
diff -u pkgsrc/devel/mustach/distinfo:1.10 pkgsrc/devel/mustach/distinfo:1.11
--- pkgsrc/devel/mustach/distinfo:1.10 Tue Jan 30 13:39:40 2024
+++ pkgsrc/devel/mustach/distinfo Fri Jul 12 18:49:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/01/30 13:39:40 sjmulder Exp $
+$NetBSD: distinfo,v 1.11 2024/07/12 18:49:04 sjmulder Exp $
-BLAKE2s (mustach-1.2.6.tar.gz) = 3eb26638006e7c6c143e1a2893c68a6de7df91fe27ac9190594e16098673611b
-SHA512 (mustach-1.2.6.tar.gz) = 45f5e947998eac363d30eda8c9a819b1f1583b79e3cad58af5b714c24bb9eef95c0167ff831b723666d6e69435bb6c9dbf4f18e9bb29506c3bbb0480ebf9d52d
-Size (mustach-1.2.6.tar.gz) = 38238 bytes
+BLAKE2s (mustach-1.2.9.tar.gz) = 25dfa1e840af4df09efb2f8543249506ec61afe748adfdb44b443b566d8f9c0b
+SHA512 (mustach-1.2.9.tar.gz) = 2d125e51f8938393cb52b84f63e3cd3b38efa9e899fc8265120f81c9f88b485c9e9fac63ba85af99d6359a0bc956fd36782d16084295d3a9832f754171fb00be
+Size (mustach-1.2.9.tar.gz) = 41057 bytes
Home |
Main Index |
Thread Index |
Old Index