Skip to content

Commit

Permalink
Put LICENSE into MAINTAINER section, where other documentation puts it.
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
0-wiz-0 committed Oct 26, 2010
1 parent 46897e2 commit 59768af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgtools/pkglint/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pkgtools/pkglint/files/pkglint.pl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -5898,11 +5898,11 @@ ($)
[ "OWNER", optional ],
[ "HOMEPAGE", optional ],
[ "COMMENT", once ],
[ "LICENSE", once ],
]
],
[ "Legal issues", optional,
[
[ "LICENSE", once ],
[ "LICENSE_FILE", optional ],
[ "RESTRICTED", optional ],
[ "NO_BIN_ON_CDROM", optional ],
Expand Down

0 comments on commit 59768af

Please sign in to comment.