Thu Aug 19 09:37:50 2021 UTC ()
devel/mustach: Update to 1.1.1

Fixes:
 - Avoid conflicting with getopt
 - Remove unexpected build artifact
 - Handle correctly a size of 0

Other changes:
 - sed tool, which needs to be GNU sed, can be overriden with $SED
 - <1.0 API marked as deprecated


(sjmulder)
diff -r1.6 -r1.7 pkgsrc/devel/mustach/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/mustach/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/mustach/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mustach/Makefile 2021/08/11 10:19:22 1.6
+++ pkgsrc/devel/mustach/Makefile 2021/08/19 09:37:50 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2021/08/11 10:19:22 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2021/08/19 09:37:50 sjmulder Exp $
2 2
3DISTNAME= mustach-1.1.0 3DISTNAME= mustach-1.1.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/ 5MASTER_SITES= https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/
6 6
7MAINTAINER= sjmulder@NetBSD.org 7MAINTAINER= sjmulder@NetBSD.org
8HOMEPAGE= https://gitlab.com/jobol/mustach 8HOMEPAGE= https://gitlab.com/jobol/mustach
9COMMENT= C implementation of mustache templating 9COMMENT= C implementation of mustache templating
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12USE_TOOLS+= gmake gsed pkg-config 12USE_TOOLS+= gmake gsed pkg-config
13 13
14.include "../../mk/bsd.prefs.mk" 14.include "../../mk/bsd.prefs.mk"
15 15
16# Workaround is portable, might as well use it everywhere. 16# Workaround is portable, might as well use it everywhere.

cvs diff -r1.3 -r1.4 pkgsrc/devel/mustach/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mustach/distinfo 2021/08/06 00:49:20 1.3
+++ pkgsrc/devel/mustach/distinfo 2021/08/19 09:37:50 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2021/08/06 00:49:20 sjmulder Exp $ 1$NetBSD: distinfo,v 1.4 2021/08/19 09:37:50 sjmulder Exp $
2 2
3SHA1 (mustach-1.1.0.tar.gz) = 5c921d7aad5ecafd050a97774b019ba84928afd6 3SHA1 (mustach-1.1.1.tar.gz) = f1c0a58f0e3d78d1e9936ec170a796a2c255565b
4RMD160 (mustach-1.1.0.tar.gz) = e8833dfe7daabe4795cc38091d36ac1602d9ceef 4RMD160 (mustach-1.1.1.tar.gz) = 7d3f0a39941e7191fc5034d09d2624bba9bd5c86
5SHA512 (mustach-1.1.0.tar.gz) = 4ca164bf40fd64c2127878f5f4a43066c299c7522e2099677206e60001db71c3eaac7c3bc33fff7ceb33bd1abf74f21c3367665b7791e05c77da16233d0cb00d 5SHA512 (mustach-1.1.1.tar.gz) = 7210e418533a168a3e6f3948c78e84077b38e3d96aa25b21ed6013f3c42f068d1eb2a5790ebf8bc0fa5a206fc0e79e0c14228ec5e662d41697222fc902084aaa
6Size (mustach-1.1.0.tar.gz) = 27343 bytes 6Size (mustach-1.1.1.tar.gz) = 28676 bytes