Add quirk for cad/qucs removal
This commit is contained in:
parent
53ecbe3496
commit
de7d35def8
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.905 2020/03/30 13:50:23 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.906 2020/03/31 15:03:33 kmos Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.296
|
||||
PKGNAME = quirks-3.297
|
||||
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.923 2020/03/30 13:50:23 fcambus Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.924 2020/03/31 15:03:33 kmos Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1464,6 +1464,7 @@ my $obsolete_reason = {
|
||||
'xevil' => 0,
|
||||
'py-vatnumber' => 3,
|
||||
'nap' => 6,
|
||||
'qucs' => 5,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
Loading…
Reference in New Issue
Block a user