pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jq
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jun 30 13:43:04 UTC 2026
Modified Files:
pkgsrc/devel/jq: Makefile distinfo
pkgsrc/devel/jq/patches: patch-src_main.c
Removed Files:
pkgsrc/devel/jq/patches: patch-src_builtin.c
Log Message:
jq: remove testing patch; update ctype(3) patch
Bump PKGREVISION for ctype(3) patch.
(both were committed unintentionally)
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/jq/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/jq/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/devel/jq/patches/patch-src_builtin.c
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/jq/patches/patch-src_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jq/Makefile
diff -u pkgsrc/devel/jq/Makefile:1.25 pkgsrc/devel/jq/Makefile:1.26
--- pkgsrc/devel/jq/Makefile:1.25 Sun Jun 21 11:19:57 2026
+++ pkgsrc/devel/jq/Makefile Tue Jun 30 13:43:04 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2026/06/21 11:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/06/30 13:43:04 wiz Exp $
DISTNAME= jq-1.8.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jqlang/}
GITHUB_RELEASE= ${DISTNAME}
Index: pkgsrc/devel/jq/distinfo
diff -u pkgsrc/devel/jq/distinfo:1.24 pkgsrc/devel/jq/distinfo:1.25
--- pkgsrc/devel/jq/distinfo:1.24 Sun Jun 28 15:41:12 2026
+++ pkgsrc/devel/jq/distinfo Tue Jun 30 13:43:04 2026
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.24 2026/06/28 15:41:12 wiz Exp $
+$NetBSD: distinfo,v 1.25 2026/06/30 13:43:04 wiz Exp $
BLAKE2s (jq-1.8.2.tar.gz) = 0fc6f98a3e806e61bcfa45cd65e635208b0d4023b108da7ff224762955b356ff
SHA512 (jq-1.8.2.tar.gz) = d4058940cff1cd9946d7f2a9057316bf05915679385386685d140b7a82d870d43ae5b5b4d0a5560c864cf0ef2cc59d7b6ed3afb46b3aea0f4d35329678b2c328
Size (jq-1.8.2.tar.gz) = 1959950 bytes
-SHA1 (patch-src_builtin.c) = 1f83ac18de9133448a2ea29cd6585575e10676c8
-SHA1 (patch-src_main.c) = f2d6b9830fa8f726d117a776c2b7e024a955a329
+SHA1 (patch-src_main.c) = 052b272a8d85f070e7d2e0d132b56dabdaa76846
Index: pkgsrc/devel/jq/patches/patch-src_main.c
diff -u pkgsrc/devel/jq/patches/patch-src_main.c:1.3 pkgsrc/devel/jq/patches/patch-src_main.c:1.4
--- pkgsrc/devel/jq/patches/patch-src_main.c:1.3 Sun Jun 28 15:41:12 2026
+++ pkgsrc/devel/jq/patches/patch-src_main.c Tue Jun 30 13:43:04 2026
@@ -1,7 +1,7 @@
-$NetBSD: patch-src_main.c,v 1.3 2026/06/28 15:41:12 wiz Exp $
+$NetBSD: patch-src_main.c,v 1.4 2026/06/30 13:43:04 wiz Exp $
ctype(3) usage
-https://github.com/jqlang/jq/issues/3569
+https://github.com/jqlang/jq/pull/3574
--- src/main.c.orig 2026-06-23 06:02:47.113070826 +0000
+++ src/main.c
Home |
Main Index |
Thread Index |
Old Index