pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools pkgtools/pkglint*: Update DESCR to explain di...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a59e146e49ed
branches: trunk
changeset: 333005:a59e146e49ed
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Apr 28 13:38:23 2019 +0000
description:
pkgtools/pkglint*: Update DESCR to explain differences
Note that pkglint is current and pkglint4 is old, and that both are
present due to go portability issues.
diffstat:
pkgtools/pkglint/DESCR | 3 +++
pkgtools/pkglint4/DESCR | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r 173910b7f3d8 -r a59e146e49ed pkgtools/pkglint/DESCR
--- a/pkgtools/pkglint/DESCR Sun Apr 28 13:35:56 2019 +0000
+++ b/pkgtools/pkglint/DESCR Sun Apr 28 13:38:23 2019 +0000
@@ -5,3 +5,6 @@
Before importing a new package or making changes to an existing package,
pkglint should be run in the package's directory to check for common
errors.
+
+This is the current version of pkglint. Because it is written in go,
+it does not run on all pkgsrc platforms; see also pkglint4.
diff -r 173910b7f3d8 -r a59e146e49ed pkgtools/pkglint4/DESCR
--- a/pkgtools/pkglint4/DESCR Sun Apr 28 13:35:56 2019 +0000
+++ b/pkgtools/pkglint4/DESCR Sun Apr 28 13:38:23 2019 +0000
@@ -5,3 +5,7 @@
Before importing a new package or making changes to an existing package,
pkglint should be run in the package's directory to check for common
errors.
+
+This is the old version of pkglint. It remains because the current
+version is written in go and thus does not run on all pkgsrc
+platforms.
Home |
Main Index |
Thread Index |
Old Index