From 8a148076e4a92c250dbd65f1ef6c8166ad51289f Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 6 Apr 2015 15:40:31 +0000 Subject: [PATCH] Register moovida & plugins removal --- devel/quirks/files/Quirks.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index e0e5b6d34f9..7b9cea06552 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.226 2015/04/06 15:13:04 stsp Exp $ +# $OpenBSD: Quirks.pm,v 1.227 2015/04/06 15:40:31 landry Exp $ # # Copyright (c) 2009 Marc Espie # @@ -511,6 +511,10 @@ my $obsolete_reason = { 'appdata-tools' => 3, 'ksmp3play' => 3, 'xchat' => 3, + 'moovida' => 3, + 'moovida-plugins-bad' => 3, + 'moovida-plugins-good' => 3, + 'moovida-plugins-ugly' => 3, }; # ->is_base_system($handle, $state):