From 1e539a5c3ef5ce96f0bcd8d5dc3964d65dabcfa6 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 7 Jan 2014 15:06:38 +0000 Subject: [PATCH] deletion annotation for net/ez-ipupdate --- devel/quirks/Makefile | 4 ++-- devel/quirks/files/Quirks.pm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index d6611633ac5..b807cc78915 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.108 2013/12/19 19:25:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.109 2014/01/07 15:06:38 sthen Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-1.105 +PKGNAME = quirks-1.106 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index ca80c9a0d86..2d4b6b5a071 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.115 2013/12/19 19:25:04 ajacoutot Exp $ +# $OpenBSD: Quirks.pm,v 1.116 2014/01/07 15:06:38 sthen Exp $ # # Copyright (c) 2009 Marc Espie # @@ -355,6 +355,7 @@ my $obsolete_reason = { 'ruby-postgres' => 3, 'metasploit' => 2, 'childsplay-plugins' => 3, + 'ez-ipupdate' => 3, }; # ->is_base_system($handle, $state):