devel/mustach: Update to 1.2.6

In addition to the upstream changes below, the package now also includes
the cJSON backend (and dependency).

Fix:
 - improve naming (#42)
 - magical spaces in recursive partials (#43)
 - installation when tool isn't built
 - correct detection of falsey values (#45)

Minor:
 - update to newer reference tests

https://gitlab.com/jobol/mustach/-/releases/1.2.6
This commit is contained in:
sjmulder 2024-01-30 13:39:40 +00:00
parent fde5e076f0
commit cf3d60d5fb
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2023/04/19 13:10:31 sjmulder Exp $
# $NetBSD: Makefile,v 1.12 2024/01/30 13:39:40 sjmulder Exp $
DISTNAME= mustach-1.2.5
DISTNAME= mustach-1.2.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITLAB:=jobol/}
GITLAB_PROJECT= mustach
@ -25,7 +25,7 @@ CFLAGS+= -DNO_OPEN_MEMSTREAM
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_ENV+= libs=single
# mustach supports cjson too, add it here once in pkgsrc
.include "../../textproc/jansson/buildlink3.mk"
.include "../../textproc/json-c/buildlink3.mk"
.include "../../textproc/cJSON/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.3 2021/11/20 00:31:10 sjmulder Exp $
@comment $NetBSD: PLIST,v 1.4 2024/01/30 13:39:40 sjmulder Exp $
bin/mustach
include/mustach/mustach-cjson.h
include/mustach/mustach-jansson.h
include/mustach/mustach-json-c.h
include/mustach/mustach-wrap.h

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2023/04/19 13:10:31 sjmulder Exp $
$NetBSD: distinfo,v 1.10 2024/01/30 13:39:40 sjmulder Exp $
BLAKE2s (mustach-1.2.5.tar.gz) = fe5b340598f0ce4f6807d21ac8de896253ffb8008d0cd583b05fb760c8ec69dc
SHA512 (mustach-1.2.5.tar.gz) = 93ce8f454acc737a5c1136d1a3453fa3ea55697b5f63df4c303ad0306f6019e255e1013f86a7dcc8ede91ea3cf5044492df8438af99735ae777997302a133249
Size (mustach-1.2.5.tar.gz) = 37202 bytes
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