connections has been renamed to gnome-connections.

This commit is contained in:
ajacoutot 2021-05-15 09:10:29 +00:00
parent 9621fad8df
commit f7139fc873
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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 <espie@openbsd.org>
#
@ -461,6 +461,7 @@ my $stem_extensions = {
'py-talloc' => 'py3-talloc',
'py-tdb' => 'py3-tdb',
'bijiben' => 'gnome-notes',
'connections' => 'gnome-connections',
};
my $obsolete_reason = {};