pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/json-schema



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 12:33:24 UTC 2025

Modified Files:
        pkgsrc/textproc/json-schema: Makefile distinfo

Log Message:
json-schema: update to 1.4.

Fix build with CMake 4.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/json-schema/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/json-schema/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/json-schema/Makefile
diff -u pkgsrc/textproc/json-schema/Makefile:1.12 pkgsrc/textproc/json-schema/Makefile:1.13
--- pkgsrc/textproc/json-schema/Makefile:1.12   Mon Aug 11 08:50:14 2025
+++ pkgsrc/textproc/json-schema/Makefile        Mon Aug 11 12:33:23 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/08/11 08:50:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/08/11 12:33:23 wiz Exp $
 
-DISTNAME=      json-schema-1.3
-PKGREVISION=   3
+DISTNAME=      json-schema-1.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nfotex/}
 GITHUB_RELEASE=        ${DISTNAME}
@@ -17,7 +16,6 @@ USE_TOOLS+=           perl:test pkg-config
 TEST_TARGET=           test
 
 CMAKE_CONFIGURE_ARGS+=         -DBUILD_SHARED_LIBS=ON
-CMAKE_CONFIGURE_ARGS+=         -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .include "../../devel/cmake/build.mk"
 .include "../../devel/pcre/buildlink3.mk"

Index: pkgsrc/textproc/json-schema/distinfo
diff -u pkgsrc/textproc/json-schema/distinfo:1.6 pkgsrc/textproc/json-schema/distinfo:1.7
--- pkgsrc/textproc/json-schema/distinfo:1.6    Tue Oct 26 11:22:13 2021
+++ pkgsrc/textproc/json-schema/distinfo        Mon Aug 11 12:33:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:22:13 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/08/11 12:33:23 wiz Exp $
 
-BLAKE2s (json-schema-1.3.tar.xz) = c35691d151c969ab5af5fc43a3cd7d31e27d998956964ffc22ae6b1d6ff69184
-SHA512 (json-schema-1.3.tar.xz) = e4fd7d8eadf854a48829a44e3b7372a6d8e38de8562a20d3695220dd15e9b49607db9efacc9cfdd7f95214278331699c68fb49a5137207bb9860ca24e003925a
-Size (json-schema-1.3.tar.xz) = 43160 bytes
+BLAKE2s (json-schema-1.4.tar.xz) = 7971ceb5e17a101c7fce2a2f4a93106054ef6d8a38e00f2384d75eb73691a9c9
+SHA512 (json-schema-1.4.tar.xz) = 56cde379ca9df1a7c77533dd4c4ea6a4ef2fbb33ba4369aa3c90cf6c6e024334593adabb0e084003b118bd001d2f5e23be44e4f70fa513e84429752ad014dab1
+Size (json-schema-1.4.tar.xz) = 43156 bytes



Home | Main Index | Thread Index | Old Index