pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkgconf



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  7 05:15:17 UTC 2026

Modified Files:
        pkgsrc/devel/pkgconf: Makefile distinfo

Log Message:
pkgconf: updated to 3.0.7

Changes from 3.0.6 to 3.0.7:

* Correctness fixes:
  - spdxtool now serializes the SPDX 3.0 suppliedBy property as a single Agent
    reference instead of a one-element array, as required by the official JSON
    schema.
  - bomtool no longer emits PackageDownloadLocation twice for each package.
  These fixes were contributed by R. Christian McDonald.

* Build, packaging and portability fixes:
  - The Windows installer uses a default installation directory without a
    space in its name.  Patch by Kai Pastor.
  - Skip the spdxtool allocation-failure test for static builds, where linker
    wrapping also intercepts libpkgconf allocations and invalidates the test.
    See https://github.com/pkgconf/pkgconf/issues/593.
  - Use PKGCONF_ITEM_SIZE instead of PATH_MAX in the test runner, allowing it
    to build on systems where PATH_MAX is not declared, such as GNU Hurd.
    See https://github.com/pkgconf/pkgconf/issues/600.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/pkgconf/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/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.42 pkgsrc/devel/pkgconf/Makefile:1.43
--- pkgsrc/devel/pkgconf/Makefile:1.42  Mon Aug 24 11:14:20 2026
+++ pkgsrc/devel/pkgconf/Makefile       Mon Sep  7 05:15:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2026/08/24 11:14:20 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/09/07 05:15:17 adam Exp $
 
-DISTNAME=      pkgconf-3.0.6
+DISTNAME=      pkgconf-3.0.7
 CATEGORIES=    devel
 MASTER_SITES=  https://distfiles.dereferenced.org/pkgconf/
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/pkgconf/pkg
 COMMENT=       API-driven pkg-config replacement
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= kyua-[0-9]*:../../devel/kyua
+TEST_DEPENDS+= kyua>=0:../../devel/kyua
 
 CONFLICTS+=    pkg-config-[0-9]*
 

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.37 pkgsrc/devel/pkgconf/distinfo:1.38
--- pkgsrc/devel/pkgconf/distinfo:1.37  Mon Aug 24 11:14:20 2026
+++ pkgsrc/devel/pkgconf/distinfo       Mon Sep  7 05:15:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2026/08/24 11:14:20 adam Exp $
+$NetBSD: distinfo,v 1.38 2026/09/07 05:15:17 adam Exp $
 
-BLAKE2s (pkgconf-3.0.6.tar.gz) = ef18f9e120fb422d593f18be2246165c9c4c66408a7cf0120ed06ffd6fee1c98
-SHA512 (pkgconf-3.0.6.tar.gz) = 86bcf048c80202246701ab613ca17fdc2ba1cc941b8fb7894f75401fc2a40c4853b5dd0466916e22af6f51815830dc7d343d018a9bf0f9397c1724fe88e12467
-Size (pkgconf-3.0.6.tar.gz) = 625431 bytes
+BLAKE2s (pkgconf-3.0.7.tar.gz) = 74902624ce7ee0c5f8c282c9927db56c927b6a8ca6a74eb779fbea4c0ef41ab2
+SHA512 (pkgconf-3.0.7.tar.gz) = 5e87e26530e479b48ce1557b80b132e87d527a803617ef51c7585788e58e170bfb6c86972d198f602e60614c396ef6f7aa340af43120c77a2a014b89145468cb
+Size (pkgconf-3.0.7.tar.gz) = 627077 bytes



Home | Main Index | Thread Index | Old Index