diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index d6ca8b458db..c6aa4e5f638 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1259 2021/05/13 10:53:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.1260 2021/05/15 09:10:29 ajacoutot Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-4.12 +PKGNAME = quirks-4.13 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 2da83854a84..7fed0612342 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.1275 2021/05/13 10:53:23 jasper Exp $ +# $OpenBSD: Quirks.pm,v 1.1276 2021/05/15 09:10:29 ajacoutot Exp $ # # Copyright (c) 2009 Marc Espie # @@ -461,6 +461,7 @@ my $stem_extensions = { 'py-talloc' => 'py3-talloc', 'py-tdb' => 'py3-tdb', 'bijiben' => 'gnome-notes', + 'connections' => 'gnome-connections', }; my $obsolete_reason = {};