Register pg_top removal.
Reminded by bcallah and ajacoutot with ok.
This commit is contained in:
parent
5bd97ab551
commit
d672a06676
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.263 2015/07/26 01:36:16 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.264 2015/07/28 13:13:13 okan Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-2.108
|
||||
PKGNAME = quirks-2.109
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.273 2015/07/26 01:36:16 jeremy Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.274 2015/07/28 13:13:13 okan Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -589,6 +589,7 @@ my $obsolete_reason = {
|
||||
'opera' => 2,
|
||||
'redhat_libc5' => 2,
|
||||
'p5-Net-TCLink' => 2,
|
||||
'pg_top' => 5,
|
||||
};
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
Loading…
x
Reference in New Issue
Block a user