Add quirk for the wormux->warmux rename.

This commit is contained in:
landry 2011-05-30 09:15:16 +00:00
parent 7dbf397697
commit e7205ff263
2 changed files with 4 additions and 3 deletions

View File

@ -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 <espie@openbsd.org>

View File

@ -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 <espie@openbsd.org>
#
@ -202,6 +202,7 @@ my $stem_extensions = {
'hs-xhtml' => 'ghc',
'tomboy' => 'gnote',
'dovecot-sieve' => 'dovecot-pigeonhole',
'wormux' => 'warmux',
};
# ->is_base_system($handle, $state):