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: Tue Jan 30 13:39:40 UTC 2024
Modified Files:
pkgsrc/devel/mustach: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mustach/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mustach/PLIST
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/mustach/Makefile:1.12
--- pkgsrc/devel/mustach/Makefile:1.11 Wed Apr 19 13:10:31 2023
+++ pkgsrc/devel/mustach/Makefile Tue Jan 30 13:39:40 2024
@@ -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"
Index: pkgsrc/devel/mustach/PLIST
diff -u pkgsrc/devel/mustach/PLIST:1.3 pkgsrc/devel/mustach/PLIST:1.4
--- pkgsrc/devel/mustach/PLIST:1.3 Sat Nov 20 00:31:10 2021
+++ pkgsrc/devel/mustach/PLIST Tue Jan 30 13:39:40 2024
@@ -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
Index: pkgsrc/devel/mustach/distinfo
diff -u pkgsrc/devel/mustach/distinfo:1.9 pkgsrc/devel/mustach/distinfo:1.10
--- pkgsrc/devel/mustach/distinfo:1.9 Wed Apr 19 13:10:31 2023
+++ pkgsrc/devel/mustach/distinfo Tue Jan 30 13:39:40 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index