Register removal of hs-atom.

This commit is contained in:
kili 2015-09-21 17:05:00 +00:00
parent 4ffd1d70c4
commit 4600294b58
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.290 2015/09/21 14:15:52 kili Exp $ # $OpenBSD: Makefile,v 1.291 2015/09/21 17:05:00 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.135 PKGNAME = quirks-2.136
PKG_ARCH = * PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org> MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -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.300 2015/09/21 14:15:52 kili Exp $ # $OpenBSD: Quirks.pm,v 1.301 2015/09/21 17:05:00 kili Exp $
# #
# Copyright (c) 2009 Marc Espie <espie@openbsd.org> # Copyright (c) 2009 Marc Espie <espie@openbsd.org>
# #
@ -638,6 +638,7 @@ my $obsolete_reason = {
'hs-type-level' => 5, 'hs-type-level' => 5,
'hs-vector-algorithms' => 5, 'hs-vector-algorithms' => 5,
'hs-ListLike' => 5, 'hs-ListLike' => 5,
'hs-atom' => 5,
}; };
# ->is_base_system($handle, $state): # ->is_base_system($handle, $state):