pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Feb 17 19:21:35 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile distinfo

Log Message:
pkgtools/pkglint: update to 23.14.0

Changes since 23.13.0:

Fix wrong warnings about MASTER_SITE_BACKUP being not known.

Reduce the amount of log data when tracing variables that repeatedly
use `+=` to append to a variable.

Support the `.-include` directive, the `.ifmake` directive and the
built-in `<` variable, to be able to check standalone makefiles
outside pkgsrc.

Complain about merge conflicts in makefiles, which were silently ignored
before.

Complain about package patterns whose bounds contradict each other,
such as `pkgbase>=2<1`, as these never match and are probably typos.

Do not warn about pkgsrc-wip packages that are missing a COMMIT_MSG file,
as long as they have a TODO file, as it is fine to have work-in-progress
packages in pkgsrc-wip.


To generate a diff of this commit:
cvs rdiff -u -r1.787 -r1.788 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/pkgtools/pkglint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.787 pkgsrc/pkgtools/pkglint/Makefile:1.788
--- pkgsrc/pkgtools/pkglint/Makefile:1.787      Tue Jan 28 20:58:51 2025
+++ pkgsrc/pkgtools/pkglint/Makefile    Mon Feb 17 19:21:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.787 2025/01/28 20:58:51 rillig Exp $
+# $NetBSD: Makefile,v 1.788 2025/02/17 19:21:35 rillig Exp $
 
-DISTNAME=      pkglint-23.13.0
+DISTNAME=      pkglint-23.14.0
 CATEGORIES=    pkgtools
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rillig/}
 GITHUB_TAG=    refs/tags/v${PKGVERSION_NOREV}

Index: pkgsrc/pkgtools/pkglint/distinfo
diff -u pkgsrc/pkgtools/pkglint/distinfo:1.31 pkgsrc/pkgtools/pkglint/distinfo:1.32
--- pkgsrc/pkgtools/pkglint/distinfo:1.31       Tue Jan 28 20:58:51 2025
+++ pkgsrc/pkgtools/pkglint/distinfo    Mon Feb 17 19:21:35 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2025/01/28 20:58:51 rillig Exp $
+$NetBSD: distinfo,v 1.32 2025/02/17 19:21:35 rillig Exp $
 
 BLAKE2s (github.com_kr_pretty_@v_v0.2.1.mod) = c7902e2b218e48371c72208ab3a42754282b425818489f0872c333e1dc01c1f7
 SHA512 (github.com_kr_pretty_@v_v0.2.1.mod) = b920109a2a1f40e2c7bb4dd93d07138228fac3064b780449a38bf5e6cb0630c6b7bd79eaf18b35e0452846e5059b0e192682b0aa93cc563c6120816106b9f11b
@@ -33,6 +33,6 @@ Size (gopkg.in_check.v1_@v_v1.0.0-202011
 BLAKE2s (gopkg.in_check.v1_@v_v1.0.0-20201130134442-10cb98267c6c.zip) = 0f65407cbdc610b7d793aabb53ce86f87039d306762692fafe04de7c6669d460
 SHA512 (gopkg.in_check.v1_@v_v1.0.0-20201130134442-10cb98267c6c.zip) = b69b95251b63b6fd0ed1953dae01edefa52126e2168246bc2cdf067879ae5f830df4e610da45f5ac5aa4789f70d79da8a9bfa7af5b3786ef8f1e665a8b397e02
 Size (gopkg.in_check.v1_@v_v1.0.0-20201130134442-10cb98267c6c.zip) = 42835 bytes
-BLAKE2s (pkglint-23.13.0.tar.gz) = 7bcee72e39fffa4b8d8a68f8176eae8a2322331c56219e730308b64a7fbbcef7
-SHA512 (pkglint-23.13.0.tar.gz) = c7904b5ec6df8738c609aeb76b15108b7f367e045ed875107949f719339892a60ddbc5db56960be8a2d2be124f83189a450255cec0c6621ef7c68e211cb1755a
-Size (pkglint-23.13.0.tar.gz) = 632706 bytes
+BLAKE2s (pkglint-23.14.0.tar.gz) = 52ba5623393c44a9e27052f0665419baaab03de05c9e91bc0d7284fd457c60ed
+SHA512 (pkglint-23.14.0.tar.gz) = 6cd21db6a3c3e5a7ddfcbe9ef71e4e66ee98d9683d741accb31fd6bf7b60300bd89a9acb2fee320aa55fc89cdcc715d0e8b6a0fa522b5195ea91e10a39270f9d
+Size (pkglint-23.14.0.tar.gz) = 633871 bytes



Home | Main Index | Thread Index | Old Index