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:           Wed Apr 19 13:10:31 UTC 2023

Modified Files:
        pkgsrc/devel/mustach: Makefile distinfo

Log Message:
devel/mustach: Update to 1.2.5

Changes in 1.2.5:

Fix:
 - Don't override CFLAGS in Makefile
 - Use of $(INSTALL) in Makefile for setting options

Minor:
 - Orthograf of 'instantiate'

Changes in 1.2.4:

Fix:
 - Latent SIGSEGV using cJSON

Changes in 1.2.3:

New:
 - Flag Mustach_With_ErrorUndefined (and option --strict for the tool)
   for returning a requested tag is not defined
 - Test of specifications in separate directory

Fix:
 - Version printing is now okay
 - Compiling libraries on Darwin (no soname but install_name)
 - Compiling test6 with correct flags
 - Update test from specifications
 - Better use of valgrind reports


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/mustach/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/devel/mustach/Makefile:1.11
--- pkgsrc/devel/mustach/Makefile:1.10  Tue May 24 11:58:58 2022
+++ pkgsrc/devel/mustach/Makefile       Wed Apr 19 13:10:31 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/05/24 11:58:58 nikita Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/19 13:10:31 sjmulder Exp $
 
-DISTNAME=      mustach-1.2.2
-PKGREVISION=   1
+DISTNAME=      mustach-1.2.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=jobol/}
 GITLAB_PROJECT=        mustach

Index: pkgsrc/devel/mustach/distinfo
diff -u pkgsrc/devel/mustach/distinfo:1.8 pkgsrc/devel/mustach/distinfo:1.9
--- pkgsrc/devel/mustach/distinfo:1.8   Sun Apr 17 20:00:34 2022
+++ pkgsrc/devel/mustach/distinfo       Wed Apr 19 13:10:31 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/17 20:00:34 sjmulder Exp $
+$NetBSD: distinfo,v 1.9 2023/04/19 13:10:31 sjmulder Exp $
 
-BLAKE2s (mustach-1.2.2.tar.gz) = bfb5bb378dd3f9535a7188bd81d9624242b85f5f30364dc0c8bb179badb1b265
-SHA512 (mustach-1.2.2.tar.gz) = d714dd5a0c58d9bd23826cd56f91b0ad04ff0bb0733b0dfca41100219436ab90b42b8fd3878932f5101cfd2a4f6ae3c85dcaea9010521ef1a17dd00e980363a7
-Size (mustach-1.2.2.tar.gz) = 36229 bytes
-SHA1 (patch-Makefile) = c24272ce1671a9bce63cef16a52289260842826a
+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



Home | Main Index | Thread Index | Old Index