From e7205ff263da41a72b046806f6013a070142c025 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 30 May 2011 09:15:16 +0000 Subject: [PATCH] Add quirk for the wormux->warmux rename. --- 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 5eb383ecdde..19b7fdf6656 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.45 2011/05/23 22:58:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.46 2011/05/30 09:15:16 landry Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-1.43 +PKGNAME = quirks-1.44 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 7a9b532e3a9..02a59544358 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.51 2011/05/23 22:58:35 sthen Exp $ +# $OpenBSD: Quirks.pm,v 1.52 2011/05/30 09:15:16 landry Exp $ # # Copyright (c) 2009 Marc Espie # @@ -202,6 +202,7 @@ my $stem_extensions = { 'hs-xhtml' => 'ghc', 'tomboy' => 'gnote', 'dovecot-sieve' => 'dovecot-pigeonhole', + 'wormux' => 'warmux', }; # ->is_base_system($handle, $state):