pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/guile-json



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sat Nov 12 07:42:17 UTC 2022

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

Log Message:
textproc/guile-json: update to 4.7.2

Changelog:

    record: also fix nested record for vectors

    bump version to 4.7.2

    record: don't call scm->record if value is *unspecified* in
    (define-json-type)

    Given the following example:

       (define-json-type <account>
         (id)
         (username)
         (omitted "omitted" <omitted>)
         (boolean))

       (define-json-type <omitted>
         (name))

    If `omitted` is *unspecified* there's no need to keep going through
    that field.

    This also rolls back part of commit 029212e.

    Fixes #78


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/guile-json/Makefile \
    pkgsrc/textproc/guile-json/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/guile-json/Makefile
diff -u pkgsrc/textproc/guile-json/Makefile:1.8 pkgsrc/textproc/guile-json/Makefile:1.9
--- pkgsrc/textproc/guile-json/Makefile:1.8     Mon May  9 08:45:39 2022
+++ pkgsrc/textproc/guile-json/Makefile Sat Nov 12 07:42:16 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/05/09 08:45:39 nikita Exp $
+# $NetBSD: Makefile,v 1.9 2022/11/12 07:42:16 nikita Exp $
 
-DISTNAME=      guile-json-4.7.1
+DISTNAME=      guile-json-4.7.2
 CATEGORIES=    textproc
-MASTER_SITES=  http://download.savannah.gnu.org/releases/guile-json/
+MASTER_SITES=  https://download.savannah.gnu.org/releases/guile-json/
 
 MAINTAINER=    nikita%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/aconchillo/guile-json
Index: pkgsrc/textproc/guile-json/distinfo
diff -u pkgsrc/textproc/guile-json/distinfo:1.8 pkgsrc/textproc/guile-json/distinfo:1.9
--- pkgsrc/textproc/guile-json/distinfo:1.8     Mon May  9 08:45:39 2022
+++ pkgsrc/textproc/guile-json/distinfo Sat Nov 12 07:42:16 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/05/09 08:45:39 nikita Exp $
+$NetBSD: distinfo,v 1.9 2022/11/12 07:42:16 nikita Exp $
 
-BLAKE2s (guile-json-4.7.1.tar.gz) = 0d0f091a6c29d3e26cc04ad0c22b58d7ccf13c93b401fbd18d775eee427c2933
-SHA512 (guile-json-4.7.1.tar.gz) = f96ca819ffebf8e736cb4e28ee8c6e80c5a7f6f2a064897a4dd7094e3e4b879ba7cd5780778c4dce0db4a938b7603d3352f4a30aab9cd35f47d7ff1c1e3208ac
-Size (guile-json-4.7.1.tar.gz) = 162507 bytes
+BLAKE2s (guile-json-4.7.2.tar.gz) = b5b0d59ce896dcf4b63e64c3d254524524f672aaf1196b44d4f19b77cba03d8b
+SHA512 (guile-json-4.7.2.tar.gz) = f717e4554a2c816bf5b62931a561181c693bb8ae460c2c12e08d4c2d2bf7eb5734b69c1e4b236a0ba685d0db734b510a4c3c3e8134f3def42be8841fdb684b57
+Size (guile-json-4.7.2.tar.gz) = 164331 bytes



Home | Main Index | Thread Index | Old Index