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: Tue Jan 21 21:08:13 UTC 2025
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile distinfo
Log Message:
pkgtools/pkglint: update to 23.11.0
Changes since 23.10.0:
Don't complain about ignored files in patches/.
Don't check for deprecated variables outside pkgsrc.
Warn about unusual single-character variables.
Fix parsing of the ':!cmd!', ':S' and ':C' modifiers.
Don't simplify unsatisfiable 'empty(VAR:M)' condition.
Fix contradictory warnings about GMAKE_REQD, which is not a list,
even though it follows the naming convention for list variables.
Treat hyphens in package versions as errors, as the full package name
"pkgbase-3g-7.4" is ambiguous, as the version could either start with
"3g" or with "7", and depending on the context, either of these is
used.
To generate a diff of this commit:
cvs rdiff -u -r1.784 -r1.785 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.28 -r1.29 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.784 pkgsrc/pkgtools/pkglint/Makefile:1.785
--- pkgsrc/pkgtools/pkglint/Makefile:1.784 Sat Dec 14 23:12:48 2024
+++ pkgsrc/pkgtools/pkglint/Makefile Tue Jan 21 21:08:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.784 2024/12/14 23:12:48 rillig Exp $
+# $NetBSD: Makefile,v 1.785 2025/01/21 21:08:13 rillig Exp $
-DISTNAME= pkglint-23.10.0
+DISTNAME= pkglint-23.11.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.28 pkgsrc/pkgtools/pkglint/distinfo:1.29
--- pkgsrc/pkgtools/pkglint/distinfo:1.28 Sat Dec 14 23:12:48 2024
+++ pkgsrc/pkgtools/pkglint/distinfo Tue Jan 21 21:08:13 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2024/12/14 23:12:48 rillig Exp $
+$NetBSD: distinfo,v 1.29 2025/01/21 21:08:13 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.10.0.tar.gz) = c3953d1d0b5827942e0ab30761642b434955f27bd849cf4068fc74d2c1dd13f5
-SHA512 (pkglint-23.10.0.tar.gz) = 52b3fb0468aa3e3e7aec0268572575f9eac073bb5920991fcb07e430b3eb4c1500f35f0249a3d36cf25ae51662fcac054aaab02fc185527e72070b4e2c6858b5
-Size (pkglint-23.10.0.tar.gz) = 625050 bytes
+BLAKE2s (pkglint-23.11.0.tar.gz) = 41406557c07e90348eb5c17a991e53c40b05d56879daf9ee2c706c1fd0abbbf3
+SHA512 (pkglint-23.11.0.tar.gz) = bdb1bf1d0bd8c5239c91741602e8ded90ad0657d16dd7c98001d8f04dfb8ec4c21fe987de1dd6b94badf4c0b83ee69caa1762fd1ad5495861775f2c2ab2b0d69
+Size (pkglint-23.11.0.tar.gz) = 629973 bytes
Home |
Main Index |
Thread Index |
Old Index