diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-09-07 10:39:26 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-09-07 10:39:26 +0000 |
commit | 8b716ce7adbf2807e854706c55066a038df27b86 (patch) | |
tree | e4eb0a9eca8ef92c6f08249882138f2f62160f73 /usr.sbin/pkg_add/OpenBSD/PackingList.pm | |
parent | 95177f4fe19f198f6f0311ddfe31f80c487c9467 (diff) |
copy new annotations over.
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/PackingList.pm')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PackingList.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingList.pm b/usr.sbin/pkg_add/OpenBSD/PackingList.pm index d0c83e84982..4d27e20ba2d 100644 --- a/usr.sbin/pkg_add/OpenBSD/PackingList.pm +++ b/usr.sbin/pkg_add/OpenBSD/PackingList.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: PackingList.pm,v 1.48 2005/09/04 22:47:56 espie Exp $ +# $OpenBSD: PackingList.pm,v 1.49 2005/09/07 10:39:25 espie Exp $ # # Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org> # @@ -335,8 +335,8 @@ our @unique_categories = (qw(name no-default-conflict manual-installation extrainfo arch)); our @list_categories = - (qw(pkgcfl conflict depend wantlib pkgdep newdepend - libdepend module groups users items)); + (qw(pkgcfl conflict pkgpath incompatibility updateset depend + wantlib pkgdep newdepend libdepend module groups users items)); our @cache_categories = (qw(depend wantlib pkgdep newdepend libdepend)); |