diff options
author | abs <abs@pkgsrc.org> | 2005-09-27 17:13:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-09-27 17:13:03 +0000 |
commit | c413838a65aa9d76c9293d3bb6f5e71fc0d49826 (patch) | |
tree | 29a12a97e1bd1e3dcac1998b4004eb0c8265d765 /pkgtools/pkg_chk/Makefile | |
parent | 087bc54521ddd2da49058ebed7fc2b95f4a46924 (diff) | |
download | pkgsrc-c413838a65aa9d76c9293d3bb6f5e71fc0d49826.tar.gz |
Update pkg_chk to 1.62:
+ Implement defining tag groups in pkgchk.conf. For example
"mailserver = tll gta tycoon jeeves iris"
+ If the first tag on a line starts with a '-', there is now an
implicit '*' before it
+ -B no longer implies -i
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 1a9a9f013c4..a1d4f73845c 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/09/11 10:39:03 abs Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/27 17:13:03 abs Exp $ -DISTNAME= pkg_chk-1.61 +DISTNAME= pkg_chk-1.62 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |