Mark gtk2hs-buildtools for removal, and fix a typo (hs-webkiet).
This commit is contained in:
parent
ea4b5602ce
commit
215b12acce
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.305 2015/10/20 01:34:36 abieber Exp $
|
# $OpenBSD: Makefile,v 1.306 2015/10/20 19:07:44 kili Exp $
|
||||||
|
|
||||||
COMMENT = exceptions to pkg_add rules
|
COMMENT = exceptions to pkg_add rules
|
||||||
CATEGORIES = devel databases
|
CATEGORIES = devel databases
|
||||||
DISTFILES =
|
DISTFILES =
|
||||||
|
|
||||||
# API.rev
|
# API.rev
|
||||||
PKGNAME = quirks-2.150
|
PKGNAME = quirks-2.151
|
||||||
PKG_ARCH = *
|
PKG_ARCH = *
|
||||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
|
|
||||||
# ex:ts=8 sw=4:
|
# ex:ts=8 sw=4:
|
||||||
# $OpenBSD: Quirks.pm,v 1.315 2015/10/20 01:34:36 abieber Exp $
|
# $OpenBSD: Quirks.pm,v 1.316 2015/10/20 19:07:44 kili Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||||
#
|
#
|
||||||
@ -662,7 +662,7 @@ my $obsolete_reason = {
|
|||||||
'hs-glib' => 5,
|
'hs-glib' => 5,
|
||||||
'hs-gtk' => 5,
|
'hs-gtk' => 5,
|
||||||
'hs-pango' => 5,
|
'hs-pango' => 5,
|
||||||
'hs-webkiet' => 5,
|
'hs-webkit' => 5,
|
||||||
'node-pg' => 7,
|
'node-pg' => 7,
|
||||||
'node-sqlite3' => 7,
|
'node-sqlite3' => 7,
|
||||||
'node-async' => 7,
|
'node-async' => 7,
|
||||||
@ -682,6 +682,7 @@ my $obsolete_reason = {
|
|||||||
'node-daemon' => 7,
|
'node-daemon' => 7,
|
||||||
'node-rmdir' => 7,
|
'node-rmdir' => 7,
|
||||||
'node-syslog' => 7,
|
'node-syslog' => 7,
|
||||||
|
'gtk2hs-buildtools' => 5,
|
||||||
};
|
};
|
||||||
|
|
||||||
# ->is_base_system($handle, $state):
|
# ->is_base_system($handle, $state):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user