./pkgtools/pkglint, Verifier for NetBSD packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 5.2.2.1, Package name: pkglint-5.2.2.1, Maintainer: wiz

pkglint 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 build:
[lang/go]

Version history: (Expand)


CVS history: (Expand)


   2016-02-13 17:30:05 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4921 - requested by rillig
pkgtools/pkglint: bugfix

Revisions pulled up:
- pkgtools/pkglint/select.mk                                    1.2-1.3

---
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Mon Feb  1 21:40:39 UTC 2016

   Modified Files:
           pkgsrc/pkgtools/pkglint: select.mk

   Log message:
   Fixed boolean expression for selecting the proper pkglint version

   It had been wrong for SunOS-*-i386, which is not supported by the Go
   programming language, but was forced to use the Go version nevertheless.

---
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Tue Feb  2 08:00:10 UTC 2016

   Modified Files:
           pkgsrc/pkgtools/pkglint: select.mk

   Log message:
   Fixed dependency pattern for pkglint4
   2016-01-30 14:35:26 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4907 - requested by rillig
meta-pkgs/pkg_developer: build fix

Revisions pulled up:
- meta-pkgs/pkg_developer/Makefile                              1.6-1.7
- pkgtools/pkglint/select.mk                                    1.1

---
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Tue Jan 12 20:08:17 UTC 2016

   Added Files:
           pkgsrc/pkgtools/pkglint: select.mk

   Log message:
   Added version selection based on the platform

---
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Tue Jan 12 20:09:35 UTC 2016

   Modified Files:
           pkgsrc/meta-pkgs/pkg_developer: Makefile

   Log message:
   Select the proper pkglint version for the platform; bump version

---
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Wed Jan 13 18:14:15 UTC 2016

   Modified Files:
           pkgsrc/meta-pkgs/pkg_developer: Makefile

   Log message:
   Fix the build by marking this as a meta package before we include
   "bsd.prefs.mk".