diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-26 22:32:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-26 22:32:39 +0000 |
commit | ac48eb9be570d8e55c954c8cf1d7e306f27bdce8 (patch) | |
tree | 7906973c82306ea7f5c39df3b6e7b526851f86a4 /pkgtools | |
parent | b5ab406965aaa03c5e343844d27269b8d25b46ee (diff) | |
download | pkgsrc-ac48eb9be570d8e55c954c8cf1d7e306f27bdce8.tar.gz |
Put LICENSE into MAINTAINER section, where other documentation puts it.
Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 934b665c550..c679612a403 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.384 2010/03/11 20:54:19 rillig Exp $ +# $NetBSD: Makefile,v 1.385 2010/10/26 22:32:39 wiz Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.93 +DISTNAME= pkglint-4.94 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 2bf6af10526..ba56492b054 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.823 2010/06/15 22:06:48 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.824 2010/10/26 22:32:40 wiz Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -5898,11 +5898,11 @@ sub checklines_package_Makefile_varorder($) { [ "OWNER", optional ], [ "HOMEPAGE", optional ], [ "COMMENT", once ], + [ "LICENSE", once ], ] ], [ "Legal issues", optional, [ - [ "LICENSE", once ], [ "LICENSE_FILE", optional ], [ "RESTRICTED", optional ], [ "NO_BIN_ON_CDROM", optional ], |