pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/guile-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Sep  4 17:50:57 UTC 2024

Modified Files:
        pkgsrc/devel/guile-lib: Makefile distinfo

Log Message:
devel/guile-lib: Update to 0.2.8.1

packaging change: Add license.  This is messy; in theory each module
has a license.  But they all seem gpl3 compatible, so call it tht.

***  Noteworthy changes in 0.2.8.1

Here is a summary of the noteworthy changes in this release. See
Guile-Lib's [[http://git.savannah.nongnu.org/cgit/guile-lib.git][git summary]] and [[http://git.savannah.nongnu.org/cgit/guile-lib.git/log/][git log]] for a complet description.

**** Fixing an empty guile-library.info in 0.2.8

***  Noteworthy changes in 0.2.8

Here is a summary of the noteworthy changes in this release. See
Guile-Lib's [[http://git.savannah.nongnu.org/cgit/guile-lib.git][git summary]] and [[http://git.savannah.nongnu.org/cgit/guile-lib.git/log/][git log]] for a complet description.

**** The (logging logger)

***** New #:source-properties keyword argument

The log-helper and default-log-formatter procedures now accept and
process a #:source-properties keyword argument.

***** New <log-handler> flush-on-emit? slot

Support added for a <log-handler> flush-on-emit? slot, default value #t,
queried by the accept-log method to trigger a flush-log method call upon
emit, accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/guile-lib/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/guile-lib/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/guile-lib/Makefile
diff -u pkgsrc/devel/guile-lib/Makefile:1.33 pkgsrc/devel/guile-lib/Makefile:1.34
--- pkgsrc/devel/guile-lib/Makefile:1.33        Sat Nov 12 09:10:22 2022
+++ pkgsrc/devel/guile-lib/Makefile     Wed Sep  4 17:50:57 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/11/12 09:10:22 nikita Exp $
+# $NetBSD: Makefile,v 1.34 2024/09/04 17:50:57 gdt Exp $
 
-DISTNAME=      guile-lib-0.2.7
-PKGREVISION=   1
+DISTNAME=      guile-lib-0.2.8.1
 CATEGORIES=    devel
 MASTER_SITES=  https://download.savannah.gnu.org/releases/guile-lib/
 # http://download.gna.org/guile-lib/
@@ -9,13 +8,14 @@ MASTER_SITES= https://download.savannah.
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://www.nongnu.org/guile-lib/
 COMMENT=       Library functions for Guile, implemented in Scheme
+LICENSE=       gnu-gpl-v3
 
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --with-guile-site=yes
 
 USE_TOOLS+=    gmake makeinfo pkg-config
-TEXINFO_REQD=  4.2
+TEXINFO_REQD+= 4.2
 INFO_FILES=    yes
 TEST_TARGET=   check
 

Index: pkgsrc/devel/guile-lib/distinfo
diff -u pkgsrc/devel/guile-lib/distinfo:1.12 pkgsrc/devel/guile-lib/distinfo:1.13
--- pkgsrc/devel/guile-lib/distinfo:1.12        Sat Mar  5 19:28:37 2022
+++ pkgsrc/devel/guile-lib/distinfo     Wed Sep  4 17:50:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/03/05 19:28:37 gdt Exp $
+$NetBSD: distinfo,v 1.13 2024/09/04 17:50:57 gdt Exp $
 
-BLAKE2s (guile-lib-0.2.7.tar.gz) = b1df928fc089130daa1387f210abee7de7aa1d10a6b273f21e7af27f504fcd77
-SHA512 (guile-lib-0.2.7.tar.gz) = d27d1398f81172e4488c5ac5c2d076baeeeaa12fa19d83a87faf0767c255b79f8eb24438950da3865e797299be90f7dc1dcc964076d53df9cab5925a61ad0d1f
-Size (guile-lib-0.2.7.tar.gz) = 451202 bytes
+BLAKE2s (guile-lib-0.2.8.1.tar.gz) = 3265748309168a49d0c2ff19fad614b4419095dad4478bde8f9b4a7a4fc58921
+SHA512 (guile-lib-0.2.8.1.tar.gz) = 655c559c19beb008016fb3f313184c0da83f6dad53987045648cdb84bbca05f839b1a31c3cd12727510f51511c7d248d16438d87113cf8e99134925a2ad64312
+Size (guile-lib-0.2.8.1.tar.gz) = 461345 bytes



Home | Main Index | Thread Index | Old Index