Path to this page:
./
pkgtools/pkglint,
Verifier for NetBSD packages
Branch: pkgsrc-2012Q1,
Version: 4.108,
Package name: pkglint-4.108,
Maintainer: pkgsrc-userspkglint is for pkgsrc packages what lint(1) is for C files. It checks
for various things that the used languages cannot detect, for example
application-specific restrictions on certain variables.
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.
Required to run:[
security/p5-Digest-SHA1] [
devel/p5-enum] [
pkgtools/p5-pkgsrc-Dewey]
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version pkglint-4.108 (created)
CVS history: (Expand)
2012-04-09 17:02:07 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket #3724 - requested by sbd
pkgtools/pkglint: option syntax fix
Revisions pulled up:
- pkgtools/pkglint/Makefile 1.400
- pkgtools/pkglint/files/pkglint.pl 1.832
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: sbd
Date: Sun Apr 8 04:42:39 UTC 2012
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
pkgsrc/pkgtools/pkglint/files: pkglint.pl
Log message:
Update the pattern used for checking option name to allow the plus (+)
character (e.g. as in "c++")
Bump version number.
To generate a diff of this commit:
cvs rdiff -u -r1.399 -r1.400 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.831 -r1.832 pkgsrc/pkgtools/pkglint/files/pkglint.pl
|