pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools
Module Name: pkgsrc
Committed By: gdt
Date: Sun Apr 28 13:38:23 UTC 2019
Modified Files:
pkgsrc/pkgtools/pkglint: DESCR
pkgsrc/pkgtools/pkglint4: DESCR
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/pkglint/DESCR
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/pkglint4/DESCR
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/DESCR
diff -u pkgsrc/pkgtools/pkglint/DESCR:1.3 pkgsrc/pkgtools/pkglint/DESCR:1.4
--- pkgsrc/pkgtools/pkglint/DESCR:1.3 Sat Jan 13 23:56:14 2018
+++ pkgsrc/pkgtools/pkglint/DESCR Sun Apr 28 13:38:23 2019
@@ -5,3 +5,6 @@ notes and, upon request, explains them.
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.
Index: pkgsrc/pkgtools/pkglint4/DESCR
diff -u pkgsrc/pkgtools/pkglint4/DESCR:1.1 pkgsrc/pkgtools/pkglint4/DESCR:1.2
--- pkgsrc/pkgtools/pkglint4/DESCR:1.1 Wed Nov 25 16:42:21 2015
+++ pkgsrc/pkgtools/pkglint4/DESCR Sun Apr 28 13:38:23 2019
@@ -5,3 +5,7 @@ application-specific restrictions on cer
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