register ruby-term-ansicolor removal

This commit is contained in:
jasper 2015-06-24 07:02:27 +00:00
parent aa3a84d643
commit d5fc54e7c3
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.243 2015/06/23 04:53:29 bentley Exp $
# $OpenBSD: Makefile,v 1.244 2015/06/24 07:02:27 jasper Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-2.89
PKGNAME = quirks-2.90
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.253 2015/06/23 04:53:29 bentley Exp $
# $OpenBSD: Quirks.pm,v 1.254 2015/06/24 07:02:27 jasper Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -551,6 +551,7 @@ my $obsolete_reason = {
'mp3encode' => 3,
'xmms-smpeg' => 3,
'nvi-m17n' => 3,
'ruby-term-ansicolor' => 5,
};
# ->is_base_system($handle, $state):