p5-GSSAPI is gone.

This commit is contained in:
ajacoutot 2014-04-21 12:28:40 +00:00
parent ff73ada4d5
commit e6298e7302
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.147 2014/04/21 11:49:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.148 2014/04/21 12:28:40 ajacoutot Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.143
PKGNAME = quirks-1.144
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.153 2014/04/21 11:49:25 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.154 2014/04/21 12:28:40 ajacoutot Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -412,6 +412,7 @@ my $obsolete_reason = {
'p5-Authen-Krb5-Simple' => 2,
'py-pykpass' => 2,
'mod_auth_kerb' => 2,
'p5-GSSAPI' => 2,
};
# ->is_base_system($handle, $state):