pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libconfig



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  6 12:11:55 UTC 2026

Modified Files:
        pkgsrc/devel/libconfig: Makefile distinfo

Log Message:
libconfig: updated to 1.8.2

1.8.2
Minor documentation updates.

1.8.1
Various bugfixes, portability fixes, and documentation updates.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libconfig/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libconfig/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/libconfig/Makefile
diff -u pkgsrc/devel/libconfig/Makefile:1.14 pkgsrc/devel/libconfig/Makefile:1.15
--- pkgsrc/devel/libconfig/Makefile:1.14        Tue Apr 29 19:42:50 2025
+++ pkgsrc/devel/libconfig/Makefile     Tue Jan  6 12:11:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/04/29 19:42:50 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/06 12:11:55 adam Exp $
 
-DISTNAME=      libconfig-1.8
+DISTNAME=      libconfig-1.8.2
 CATEGORIES=    devel
 MASTER_SITES=  http://hyperrealm.github.io/libconfig/dist/
 
@@ -9,17 +9,17 @@ HOMEPAGE=     https://hyperrealm.github.io/l
 COMMENT=       Simple library for manipulating structured configuration files
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= yes
-INFO_FILES=    yes
+USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    bison
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+INFO_FILES=    yes
 TEST_TARGET=   check
 
 PKGCONFIG_OVERRIDE+=   lib/libconfig++.pc.in
 PKGCONFIG_OVERRIDE+=   lib/libconfig.pc.in
 
 # https://github.com/hyperrealm/libconfig/pull/127
-CHECK_PORTABILITY_SKIP=        contrib/ls-config/debian/postinst
+#CHECK_PORTABILITY_SKIP=       contrib/ls-config/debian/postinst
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libconfig/distinfo
diff -u pkgsrc/devel/libconfig/distinfo:1.11 pkgsrc/devel/libconfig/distinfo:1.12
--- pkgsrc/devel/libconfig/distinfo:1.11        Tue Apr 29 19:42:50 2025
+++ pkgsrc/devel/libconfig/distinfo     Tue Jan  6 12:11:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/04/29 19:42:50 tnn Exp $
+$NetBSD: distinfo,v 1.12 2026/01/06 12:11:55 adam Exp $
 
-BLAKE2s (libconfig-1.8.tar.gz) = 6863c302aa8e53aceeb183653522038ad5c01c38799bbaf066d5c604a33f359c
-SHA512 (libconfig-1.8.tar.gz) = bc89c2b49dd643f20893e55687819ffe006985af55648f3bf2a6746951701f62411a65a1175f63762da890d31eb58398c88fe059445f65d3c2ac870d924177c3
-Size (libconfig-1.8.tar.gz) = 799135 bytes
+BLAKE2s (libconfig-1.8.2.tar.gz) = e5b6b9ff87150d5ccbff6e810253f00104bb279bd3f8e05bdd625c2e549829e6
+SHA512 (libconfig-1.8.2.tar.gz) = 7551876aeb4db69cdadac381b8a7985980dd4faecc88aaf3a6398c7432e05bcd8474a59def59b59b0d5d2f7df85cbff8a2fa2d699dedf2adac0e15624182e1fb
+Size (libconfig-1.8.2.tar.gz) = 806445 bytes



Home | Main Index | Thread Index | Old Index