diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index 65e10a0a9c5..5f5318687c9 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.201 2014/12/28 09:46:26 jasper Exp $ +# $OpenBSD: Makefile,v 1.202 2014/12/28 20:59:42 jasper Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-2.47 +PKGNAME = quirks-2.48 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 0f5c6d4bae5..dee3c26226d 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.208 2014/12/28 09:46:26 jasper Exp $ +# $OpenBSD: Quirks.pm,v 1.209 2014/12/28 20:59:42 jasper Exp $ # # Copyright (c) 2009 Marc Espie # @@ -485,6 +485,7 @@ my $obsolete_reason = { 'p5-HTTP-GHTTP' => 3, 'libghttp' => 3, 'ruby-hub' => 3, + 'erl-webmachine' => 0, }; # ->is_base_system($handle, $state):